Closed
Bug 779685
Opened 13 years ago
Closed 1 year ago
Get CSS 3D transforms working in SVG
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
DUPLICATE
of bug 878346
People
(Reporter: jwatt, Unassigned)
References
Details
Attachments
(1 file)
|
743 bytes,
image/svg+xml
|
Details |
Bug 776054 clears the way for this, but 3D CSS transforms (at least those with perspective) don't "just work", unfortunately.
| Reporter | ||
Comment 1•13 years ago
|
||
This appears to work, but if you increase the rotation to a value greater than 4, then the SVG rect disappears.
| Reporter | ||
Updated•8 years ago
|
Assignee: jwatt → nobody
| Reporter | ||
Comment 2•8 years ago
|
||
I think what we should do is map the 'transform' attribute into style. That's probably not straightforward though.
| Reporter | ||
Comment 3•8 years ago
|
||
(As a first step, of course.)
Updated•3 years ago
|
Severity: normal → S3
Comment 4•1 year ago
|
||
The test-case seems to work now on Nightly unless I'm missing something? Please reopen if so.
Status: NEW → RESOLVED
Closed: 1 year ago
Duplicate of bug: 878346
Flags: needinfo?(jwatt)
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 5•1 year ago
|
||
(In reply to Jonathan Watt [:jwatt] from comment #1)
This appears to work, but if you increase the rotation to a value greater than 4, then the SVG rect disappears.
Yup, values greater than 4deg work fine now.
Flags: needinfo?(jwatt)
You need to log in
before you can comment on or make changes to this bug.
Description
•