Closed
Bug 872483
Opened 12 years ago
Closed 8 years ago
reftest text-svgglyphs/svg-glyph-mask.svg fails on all platforms
Categories
(Core :: Layout: Text and Fonts, defect)
Core
Layout: Text and Fonts
Tracking
()
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: jfkthame, Assigned: u459114)
References
Details
Attachments
(1 file)
59 bytes,
text/x-review-board-request
|
Details |
See bug 871961 comment 4.
In nsSVGMaskFrame::GetMaskForMaskedFrame, create SKIA draw target will fix this failure:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=b9aeee0d85bd4937de4e001a3d66505259bff7fd&selectedJob=67963930
Comment hidden (mozreview-request) |
In nsSVGMaskFrame::GetMaskForMaskedFrame, replace CAIRO draw target by SKIA draw target. I saw some interesting rendering result in [1]
By turning on e10s, this test case can be pass. Which means the default value of stoke color is different by enable and disable e10s.
[1] https://treeherder.mozilla.org/#/jobs?repo=try&revision=b9aeee0d85bd4937de4e001a3d66505259bff7fd&selectedJob=67963930
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Attachment #8825831 -
Flags: review?(jfkthame)
Attachment #8825831 -
Flags: review?(jfkthame)
Pushed by cku@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/29f010e96be3
Correct svg-glyph-mask.svg by setting stroke color to black. r=me
Comment 7•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•