Closed
Bug 1823269
Opened 2 years ago
Closed 2 years ago
Simplify SVGUtils::GetCanvasTM
Categories
(Core :: SVG, task)
Core
SVG
Tracking
()
RESOLVED
FIXED
113 Branch
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: longsonr, Assigned: longsonr)
Details
Attachments
(1 file)
Testing for non-SVG frames and outer SVG frames is the same as testing for the SVG_LAYOUT flag.
We don't need to assume we have a SVGGeometryFrame at the end, we can just inline the code we need.
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → longsonr
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•2 years ago
|
||
Pushed by longsonr@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/76b50ff5190c
Simplify SVGUtils::GetCanvasTM r=emilio
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox113:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•