Open
Bug 779683
Opened 12 years ago
Updated 2 years ago
Get CSS 2D transforms working in SVG
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
NEW
People
(Reporter: jwatt, Unassigned)
References
Details
From bug 776054 comment 1, roc said:
> Off-main-thread-animations are going to cause problems wherever we've got an
> nsDisplayTransform that combines a transform due to CSS styling with another
> transform (e.g. a transform imposed by SVG viewbox or 'transform'
> attribute). A CSS animation on such an element will modify the layer's
> transform directly, wiping out any modifications made by SVG.
>
> To fix this, we should ensure that CSS transforms aren't mixed with other
> transforms in the same nsDisplayTransform. We may need to create multiple
> nsDisplayTransforms for the same element. That's OK as long as they always
> have different display-item-keys.
Comment 1•9 years ago
|
||
Not sure if this is the right bug for this link, but.. Per https://webcompat.com/issues/148 the URL https://s3-us-west-2.amazonaws.com/demos.boxviewapi.com/3d.html has worse performance in Firefox than others. It seems be due to a combination of SVG content and CSS transforms. Does this seems like a known bug, or should we report one?
Updated•9 years ago
|
Flags: needinfo?(jwatt)
Reporter | ||
Comment 2•9 years ago
|
||
Please report another one, Hallvord. Thanks!
Flags: needinfo?(jwatt)
Comment 3•9 years ago
|
||
Thanks, bug 1194187 for follow-up
Reporter | ||
Updated•7 years ago
|
Assignee: jwatt → nobody
Status: ASSIGNED → NEW
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•