Closed
Bug 773595
Opened 13 years ago
Closed 13 years ago
Have nsSVGPatternFrame::GetPatternMatrix use the correct attribute
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
Attachments
(2 files)
|
995 bytes,
patch
|
longsonr
:
review+
|
Details | Diff | Splinter Review |
|
3.12 KB,
patch
|
jwatt
:
review+
|
Details | Diff | Splinter Review |
Seems to me that nsSVGPatternFrame::GetPatternMatrix should not be looking at patternContentUnits. It should be looking at patternUnits instead.
Here's a patch (passes all our reftests), but I don't have time to write a test right now. If someone wants to come up with one, that'd be great.
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → jwatt
Comment 1•13 years ago
|
||
Attachment #644645 -
Flags: review?(jwatt)
Updated•13 years ago
|
Attachment #641811 -
Flags: review+
| Assignee | ||
Updated•13 years ago
|
Attachment #644645 -
Flags: review?(jwatt) → review+
| Assignee | ||
Comment 2•13 years ago
|
||
Pushed the patch and a cleaned up version of the test:
https://hg.mozilla.org/integration/mozilla-inbound/rev/b263947c76fc
https://hg.mozilla.org/integration/mozilla-inbound/rev/144a2adc0915
Target Milestone: --- → mozilla17
| Assignee | ||
Comment 3•13 years ago
|
||
Not 144a2adc0915, sorry, that should be:
https://hg.mozilla.org/integration/mozilla-inbound/rev/b263947c76fc
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/144a2adc0915
https://hg.mozilla.org/mozilla-central/rev/fb1d7f60a3e7
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
•