Closed
Bug 1022624
Opened 10 years ago
Closed 10 years ago
Implement support for gradients with ExtendMode::REFLECT in DrawTargetCG
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla33
People
(Reporter: mstange, Assigned: mstange)
References
Details
Attachments
(3 files)
5.69 KB,
patch
|
jrmuizel
:
review+
lmandel
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
4.96 KB,
patch
|
jrmuizel
:
review+
lmandel
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
6.46 KB,
patch
|
jrmuizel
:
review+
lmandel
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #8436903 -
Flags: review?(jmuizelaar)
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8436904 -
Flags: review?(jmuizelaar)
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8436906 -
Flags: review?(jmuizelaar)
Assignee | ||
Comment 3•10 years ago
|
||
I should rename numStops to stopCount for consistency with repeatCount.
Updated•10 years ago
|
Attachment #8436904 -
Flags: review?(jmuizelaar) → review+
Updated•10 years ago
|
Attachment #8436903 -
Flags: review?(jmuizelaar) → review+
Updated•10 years ago
|
Attachment #8436906 -
Flags: review?(jmuizelaar) → review+
Assignee | ||
Comment 4•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/9c5a6ce4e2fc https://hg.mozilla.org/integration/mozilla-inbound/rev/ebe4b9991f91 https://hg.mozilla.org/integration/mozilla-inbound/rev/2b76bb4c21c2 https://hg.mozilla.org/integration/mozilla-inbound/rev/48dc31fc0fc4
Comment 5•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/9c5a6ce4e2fc https://hg.mozilla.org/mozilla-central/rev/ebe4b9991f91 https://hg.mozilla.org/mozilla-central/rev/2b76bb4c21c2 https://hg.mozilla.org/mozilla-central/rev/48dc31fc0fc4
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
![]() |
||
Comment 6•10 years ago
|
||
Comment on attachment 8436903 [details] [diff] [review] linear gradients Requesting approval as a prerequisite for bug 989230. Details over there.
Attachment #8436903 -
Flags: approval-mozilla-aurora?
![]() |
||
Updated•10 years ago
|
Attachment #8436904 -
Flags: approval-mozilla-aurora?
![]() |
||
Updated•10 years ago
|
Attachment #8436906 -
Flags: approval-mozilla-aurora?
Comment 7•10 years ago
|
||
Comment on attachment 8436903 [details] [diff] [review] linear gradients Aurora approval granted.
Attachment #8436903 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 8•10 years ago
|
||
Comment on attachment 8436904 [details] [diff] [review] radial gradients Wanted to add that there's a decent amount of code change here. Do we have automated SVG tests? If not, can you do some manual verification of expected SVG rendering on Aurora one the set of patches lands?
Attachment #8436904 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•10 years ago
|
Attachment #8436906 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 9•10 years ago
|
||
(In reply to Lawrence Mandel [:lmandel] from comment #8) > > Wanted to add that there's a decent amount of code change here. Do we have > automated SVG tests? If not, can you do some manual verification of expected > SVG rendering on Aurora one the set of patches lands? Automated tests are in bug 989230
Comment 10•10 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/610390beb394 https://hg.mozilla.org/releases/mozilla-aurora/rev/f3007d054fe2 https://hg.mozilla.org/releases/mozilla-aurora/rev/f5dc2ae02b19 https://hg.mozilla.org/releases/mozilla-aurora/rev/f0a87ca6c29d
status-b2g-v2.0:
--- → fixed
status-b2g-v2.1:
--- → fixed
status-firefox32:
--- → fixed
status-firefox33:
--- → fixed
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•