-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
CSS transform: perspective #928
Comments
Everything I've read is saying that you cannot get 3d properties (perspective, rotateX, etc) in 2d context. 2d context only allows what matrix() has which is rotate, skew, scale, translate. I'm searching for ways to get matrix3d() or perspective to the canvas. |
But canvas does not support 3d context now. |
it is |
Is there any chance this issue can be reopened? |
Any news? |
any news? ㅠㅠ |
Any news? |
Сan i save div with CSS transform: perspective?
I mean something like this:
or
The text was updated successfully, but these errors were encountered: