Closed
Bug 777585
Opened 13 years ago
Closed 13 years ago
Make nsIFrame::BuildDisplayListForChild check for clipped SVG on the correct frame
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
Attachments
(1 file)
1.25 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
The patch to add SVG display lists in bug 614732 added a check for SVG with clip property clipping in nsIFrame::BuildDisplayListForChild, but the check should be checking the child, not the current frame.
![]() |
Assignee | |
Comment 1•13 years ago
|
||
Attachment #645966 -
Flags: review?(roc)
Attachment #645966 -
Flags: review?(roc) → review+
If you have a test, it would be good to have as a reftest.
![]() |
Assignee | |
Comment 3•13 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/3509fe1cad73
(In reply to Robert O'Callahan (:roc) (Mozilla Corporation) from comment #2)
> If you have a test, it would be good to have as a reftest.
I don't, I just noticed the bug in passing.
Target Milestone: --- → mozilla17
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•