Try to simplify SVG transformations a bit more.
Categories
(Core :: SVG, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sp3])
Attachments
(1 file, 1 obsolete file)
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Comment 1•9 months ago
|
||
We no longer need the concept of "local" transforms after bug 878346.
Local transforms that we'd need in the future could be represented via
attribute mapping.
We still need the viewbox transform shenanigans which applies to
children only, tho.
Assignee | ||
Comment 2•9 months ago
|
||
Drive-by, but it's only set on creation, so no need to make it a state bit.
There is one more issue remaining (I cannot comment on original ticket: https://bugzilla.mozilla.org/show_bug.cgi?id=1906261).
When you use eg. SVGs "circle" - it scales now nicely the whole circles size, but not its stroke.
(See figure #2 and #3 of the attachment, please: https://bugzilla.mozilla.org/attachment.cgi?id=9411197).
Comment 5•9 months ago
•
|
||
Please create a new bug for that nezriffic. The reason you can't comment on old bugs is to encourage you to raise new ones.
Comment 6•9 months ago
|
||
bugherder |
Comment 7•9 months ago
|
||
Comment on attachment 9421076 [details]
Bug 1915206 - Make SVG rendering observer container a class flag. r=longsonr,#layout
Revision D220296 was moved to bug 1915474. Setting attachment 9421076 [details] to obsolete.
Updated•8 months ago
|
Updated•8 months ago
|
Description
•