Closed
Bug 1665402
Opened 4 years ago
Closed 4 years ago
SVGGeometry.getTotalLength does not work on non-rendered elements
Categories
(Core :: SVG, defect, P3)
Core
SVG
Tracking
()
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: longsonr, Assigned: longsonr)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•4 years ago
|
||
fallback to how we used to do it if there's no styles
Updated•4 years ago
|
Assignee: nobody → longsonr
Status: NEW → ASSIGNED
Assignee | ||
Updated•4 years ago
|
Summary: getTotalLength does not work on non-rendered elements → SVGGeometry.getTotalLength does not work on non-rendered elements
Updated•4 years ago
|
Attachment #9176083 -
Attachment description: Bug 1665402 - fix getTotalLength to work if the element is not attached to the document or is display:none → Bug 1665402 - fix SVGGeometry.getTotalLength to work if the element is not attached to the document or is display:none
Assignee | ||
Comment 2•4 years ago
|
||
Pushed by longsonr@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/f6aa73f7188f
fix SVGGeometry.getTotalLength to work if the element is not attached to the document or is display:none r=emilio
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/25600 for changes under testing/web-platform/tests
Updated•4 years ago
|
Severity: -- → S3
Priority: -- → P3
Comment 5•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
Upstream PR merged by moz-wptsync-bot
Assignee | ||
Updated•4 years ago
|
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•