[wpt-sync] Sync PR 20656 - Fix markerUnits=strokeWidth combined with non-scaling-stroke
Categories
(Core :: SVG, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 20656 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/20656
Details from upstream follow.
Fredrik Söderquist <fs@opera.com> wrote:
Fix markerUnits=strokeWidth combined with non-scaling-stroke
When vector-effect=non-scaling-stroke applies to an element we need to
adjust the stroke width used to compute the local coordinate space for a
marker with markerUnits=strokeWidth.Remove our old (pixel)test in favor of two new WPTs.
Fixed: 1031203
Change-Id: I569fadca7806d9bef03c5407a2a6ff5d0ca4faefReviewed-on: https://chromium-review.googlesource.com/1955586
WPT-Export-Revision: fafe69dd1632703f58097a257eb94db11e874761
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests
Status Summary
Firefox
PASS: 1
FAIL: 1
Chrome
PASS: 1
FAIL: 1
Safari
PASS: 1
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/svg/painting/reftests/marker-units-strokewidth-non-scaling-stroke.svg: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 5•5 years ago
|
||
Comment 6•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ed3fbc7928b4
https://hg.mozilla.org/mozilla-central/rev/dc3c86eb8bb6
Updated•4 years ago
|
Description
•