Re: [csswg-drafts] [css-transforms] Zero value in perspective() function (#413)

> If it's a render time clamp gCS will be 0

> RESOLVED: 0 is allowed with 1px being the render time clamp

With the `perspective` property, I understand the resolution to mean that `0px` gives gCS result `0px` but renders as if `1px` was supplied.

With the `perspective()` function, I am less clear about the intent.

Does `perspective(0)` give gCS result `"matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -Infinity, 0, 0, 0, 1)"` or `"matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -1, 0, 0, 0, 1)"` ?



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

Received on Thursday, 10 October 2019 09:12:34 UTC