Closed
Bug 864771
Opened 12 years ago
Closed 12 years ago
Stop calling nsSVGUtils::InvalidateBounds in DoApplyRenderingChangeToTree, and use DLBI instead
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
(Keywords: perf)
Attachments
(1 file)
1.19 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
We should stop calling nsSVGUtils::InvalidateBounds in DoApplyRenderingChangeToTree, and use DLBI instead.
Removing the calls causes failures in:
reftests/svg/smil/anim-feImage-preserveAspectRatio-01.svg
reftests/svg/text/simple-fill-color-dynamic.svg
reftests/svg/dynamic-filter-contents-01a.svg
reftests/svg/dynamic-filter-contents-01b.svg
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #740834 -
Flags: review?(matt.woodrow)
Assignee | ||
Updated•12 years ago
|
Updated•12 years ago
|
Attachment #740834 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•