Closed
Bug 2032517
Opened 1 month ago
Closed 25 days ago
Fix ellipse tests in SVGGraphicsElement.getBBox-03.html
Categories
(Core :: SVG, task)
Core
SVG
Tracking
()
RESOLVED
FIXED
152 Branch
| Tracking | Status | |
|---|---|---|
| firefox152 | --- | fixed |
People
(Reporter: longsonr, Assigned: longsonr)
References
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
Details |
specifying a negative value for rx or ry would result in it taking the other value rx=ry or ry=rx so we need to use 0 to ensure we get a degenerate ellipse
| Assignee | ||
Comment 1•1 month ago
|
||
Specifying a negative value for rx or ry would result in it taking the other value ry=rx or rx=ry so we need to use 0 to ensure we get a degenerate ellipse.
Updated•1 month ago
|
Assignee: nobody → longsonr
Status: NEW → ASSIGNED
Pushed by longsonr@gmail.com:
https://github.com/mozilla-firefox/firefox/commit/e2bba9b9b439
https://hg.mozilla.org/integration/autoland/rev/fa4459c8d787
Fix ellipse tests in SVGGraphicsElement.getBBox-03.html r=dholbert
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/59412 for changes under testing/web-platform/tests
Comment 4•25 days ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 25 days ago
status-firefox152:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 152 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•