Open
Bug 713627
Opened 13 years ago
Updated 2 years ago
Simplify SVG 'sizing' tests post bug 668163
Categories
(Core :: SVG, task, P2)
Core
SVG
Tracking
()
ASSIGNED
People
(Reporter: jwatt, Assigned: jwatt)
Details
The patch for bug 668163 maps the 'width' and 'height' attributes on outer-<svg> into style. This makes things a lot simpler when it comes to sizing of outer-<svg> since the CSS replaced element algorithm isn't used to calculate the computed width/height for the outer-<svg> from its width/height and other attributes. As a result, the tests in the 'sizing' reftest directory should be simplified a lot.
Assignee | ||
Updated•5 years ago
|
Severity: normal → N/A
Priority: -- → P2
Updated•2 years ago
|
Type: defect → task
You need to log in
before you can comment on or make changes to this bug.
Description
•