Open
Bug 1478088
Opened 7 years ago
Updated 1 month ago
Decide on the status of 3d transforms in SVG
Categories
(Core :: SVG, enhancement, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox63 | --- | affected |
People
(Reporter: jrmuizel, Unassigned)
References
Details
We currently seem to support 3d transforms in SVG but Chrome and Safari don't. It seems like we should either convince the other browsers to implement it or consider dropping support ourselves to avoid the implementation burden.
Reporter | ||
Updated•7 years ago
|
Flags: needinfo?(jwatt)
![]() |
||
Comment 1•7 years ago
|
||
We support this pretty much by accident, since it "just worked" after switching SVG to use display lists. To make things more consistent for authors I would lean towards supporting 3d transforms in SVG as we do in HTML - if we can persuade Chrome to do the same - but otherwise I don't have a strong opinion one way or the other.
Flags: needinfo?(jwatt)
Updated•7 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•