Re: [csswg-drafts] [css-images] compute/round the <angle> value for image-orientation property is not consistent

Let me know if I'm missing something here:
-45 mod 360 is still -45, which rounds to -90 (due to the "rounding away from 0" clause).
315 mod 360 is still 315, which rounds to 360 = 0 (due to the same "rounding away from 0" clause).

-- 
GitHub Notification of comment by LeaVerou
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1206#issuecomment-293697095 using your GitHub account

Received on Wednesday, 12 April 2017 20:26:02 UTC