Create a pref to allow using moz2d to determine stroke bounds
Categories
(Core :: SVG, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: longsonr, Assigned: longsonr)
References
(Blocks 1 open bug, Regressed 1 open bug)
Details
Attachments
(4 files)
At least one of the problems with this approach has gone.
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
Assignee | ||
Comment 3•1 year ago
|
||
Updated•1 year ago
|
Assignee | ||
Comment 4•1 year ago
|
||
Comment 7•1 year ago
|
||
Backed out for causing Android reftests failures.
- Backout link
- Push with failures
- Failure Log
- Failure line: REFTEST TEST-UNEXPECTED-FAIL | gfx/tests/reftest/1662062-1-no-blurry.html == gfx/tests/reftest/1662062-1-ref.html | image comparison, max difference: 244, number of differing pixels: 4111
Also, please check these reftests failures. They're also on Android platform.
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 10•1 year ago
|
||
The other reftest failures do not contain any SVG so can't be due to these patches.
Comment 11•1 year ago
|
||
Backed out for causing reftests failures.
- Backout link
- Push with failures
- Failure Log
- Failure line: REFTEST TEST-UNEXPECTED-FAIL | gfx/tests/reftest/1662062-1-no-blurry.html == gfx/tests/reftest/1662062-1-ref.html | image comparison, max difference: 255, number of differing pixels: 20259
Assignee | ||
Comment 13•1 year ago
|
||
I'll just land part 1. The whole change is preffed off so it can't cause any failures.
Comment 14•1 year ago
|
||
Comment 15•1 year ago
|
||
Backed out for causing reftest failure on 1662062-1-no-blurry.html
Comment 17•1 year ago
|
||
bug 1915025 is filed for some of the test failures that look superficially like they were caused by this (but which in fact go back further and just happen-to-be-tests-that-don't-normally-run).
Assignee | ||
Comment 18•1 year ago
|
||
Comment 19•1 year ago
|
||
Assignee | ||
Comment 20•1 year ago
|
||
Assignee | ||
Comment 21•1 year ago
|
||
Comment 22•1 year ago
|
||
Comment 23•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a7d50718034f
https://hg.mozilla.org/mozilla-central/rev/6b6da4bd90cb
Comment 25•1 year ago
|
||
bugherder |
Comment 26•11 months ago
|
||
Could this be the cause of a regression to SVG-Stockcharts? (See https://treeherder.mozilla.org/perfherder/graphs?highlightAlerts=1&highlightChangelogData=1&highlightCommonAlerts=0&replicates=0&selected=4670725,85077601&series=mozilla-central,4670725,1,13&timerange=1209600)
Assignee | ||
Comment 27•11 months ago
|
||
The pref is on for nightly only so it could be preffed off and then you could test whether performance changes. We will have to live with it though because the old way while simpler, was incorrect and overestimated the bounds. That leads to observable issues e.g. bug 1849054
Description
•