- From: L. David Baron via GitHub <sysbot+gh@w3.org>
- Date: Sat, 04 Mar 2023 20:17:43 +0000
- To: public-css-archive@w3.org
The reason for clipping `w < 0` cases is that those are points that should appear "behind" the viewer rather than "in front of" the viewer. If you have a viewer at "perspective: 1000px", I think it makes more sense for a plane at `translateZ(2000px)` to disappear than it does for that plane to appear as though it was at `translateZ(0)` but inverted (like `scale(-1)`). -- GitHub Notification of comment by dbaron Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/912#issuecomment-1454862980 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 4 March 2023 20:17:44 UTC