Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Negative operator on variable in degrees #1107

Closed
tremby opened this issue Aug 15, 2013 · 1 comment
Closed

Negative operator on variable in degrees #1107

tremby opened this issue Aug 15, 2013 · 1 comment

Comments

@tremby
Copy link

tremby commented Aug 15, 2013

I'm doing

$rotation = 20deg
transform rotate(-$rotation)

I expect to get out transform: rotate(-20deg); but I'm getting out transform: rotate(-$rotation);.

I get the expected output if I use transform rotate(-($transform));.

This seems like a bug to me, or is this on purpose somehow?

@kizu
Copy link
Member

kizu commented Aug 16, 2013

Closing as a duplicate of #980.

This is kinda on purpose, but when we'd get to 1.0, we could change it.

@kizu kizu closed this as completed Aug 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants