Closed
Bug 1915971
Opened 3 months ago
Closed 2 months ago
More transform simplifications.
Categories
(Core :: SVG, task)
Core
SVG
Tracking
()
RESOLVED
FIXED
132 Branch
Tracking | Status | |
---|---|---|
firefox132 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(3 files)
No description provided.
Assignee | ||
Comment 1•3 months ago
|
||
These are handled as part of the transform property changing now.
Updated•3 months ago
|
Assignee: nobody → emilio
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•3 months ago
|
||
After mapping the transform attribute we don't use it, it always returns
the input matrix.
Assignee | ||
Comment 3•3 months ago
|
||
Now that there's only one transform kind seems worth doing this.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0a2beb7878df
Remove some no longer needed code to handle transform attribute changes. r=longsonr
https://hg.mozilla.org/integration/autoland/rev/b80fe7906441
Remove the concept of eUserSpaceToParent transforms. r=longsonr
https://hg.mozilla.org/integration/autoland/rev/3071e3421b42
Simplify PrependLocalTransformsTo. r=longsonr
Comment 5•2 months ago
|
||
Backed out for causing failures at pattern-transform-presence-01.svg.
Backout link: https://hg.mozilla.org/integration/autoland/rev/7e017cc8a816e36665d57cd1fd240a7dcf240f8d
Failure log: https://treeherder.mozilla.org/logviewer?job_id=472566187&repo=autoland&lineNumber=3730
Flags: needinfo?(emilio)
Assignee | ||
Updated•2 months ago
|
Flags: needinfo?(emilio)
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3985054aeea4
Remove some no longer needed code to handle transform attribute changes. r=longsonr
https://hg.mozilla.org/integration/autoland/rev/7174d7871cce
Remove the concept of eUserSpaceToParent transforms. r=longsonr
https://hg.mozilla.org/integration/autoland/rev/7c8cd02e4dd7
Simplify PrependLocalTransformsTo. r=longsonr
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5507e4c3bc8a
Remove some no longer needed code to handle transform attribute changes. r=longsonr
https://hg.mozilla.org/integration/autoland/rev/735f9300dd74
Remove the concept of eUserSpaceToParent transforms. r=longsonr
https://hg.mozilla.org/integration/autoland/rev/fea1de67d6a8
Simplify PrependLocalTransformsTo. r=longsonr
Comment 8•2 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5507e4c3bc8a
https://hg.mozilla.org/mozilla-central/rev/735f9300dd74
https://hg.mozilla.org/mozilla-central/rev/fea1de67d6a8
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox132:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
Updated•2 months ago
|
Summary: More transfrom simplifications. → More transform simplifications.
You need to log in
before you can comment on or make changes to this bug.
Description
•