Closed
Bug 775735
Opened 13 years ago
Closed 13 years ago
When filters/markers change, update the overflow rect/bounds of referencing frames
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
Attachments
(1 file)
3.47 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
We need to update the bounds of SVG frames when their filter changes. Currently nsSVGFilterProperty::DoUpdate is not doing that.
![]() |
Assignee | |
Comment 1•13 years ago
|
||
Similarly we need to update the bounds and visual overflow rects of marked SVG frames when the markers change. Currently nsSVGMarkerProperty::DoUpdate is not doing that.
Summary: Update the bounds of filtered SVG frames when their filter changes → When filters/markers change, update the overflow rect/bounds of referencing frames
![]() |
Assignee | |
Comment 2•13 years ago
|
||
Attachment #644174 -
Flags: review?(roc)
Attachment #644174 -
Flags: review?(roc) → review+
![]() |
Assignee | |
Comment 3•13 years ago
|
||
![]() |
Assignee | |
Updated•13 years ago
|
Target Milestone: --- → mozilla17
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•