зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1483095 [wpt PR 12457] - Fix ref for external/wpt/svg/painting/reftests/paint-order-001.svg, a=testonly
Automatic update from web-platform-testsFix ref for external/wpt/svg/painting/reftests/paint-order-001.svg The property: paint-order: stroke markers is equivalent to: paint-order: stroke markers fill (Spec: "If any of the three keywords are omitted, they are painted last, in the order they would be painted with paint-order: normal." @ https://svgwg.org/svg2-draft/painting.html#PaintOrder ) So the fill should be painted last. Add 'marker:none' to the appropriate element in the ref. Disable stroke and marker in a few cases to avoid "overdraw" and thus "incorrect" edge rendering in some cases. BUG=872972 Change-Id: I835a6980fa069825ed2a2e920862018faec6d93c Reviewed-on: https://chromium-review.googlesource.com/1172778 Reviewed-by: Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#582914} -- wpt-commits: 1f8b6c9a44e5c6b64bac140c542b570360f886ac wpt-pr: 12457
This commit is contained in:
Родитель
6ca35dfbf2
Коммит
90067d0c66
|
@ -635910,7 +635910,7 @@
|
||||||
"reftest"
|
"reftest"
|
||||||
],
|
],
|
||||||
"svg/painting/reftests/paint-order-001-ref.svg": [
|
"svg/painting/reftests/paint-order-001-ref.svg": [
|
||||||
"6e1e016f6f5aa6bff5ca249d75e7b9dce8d11e12",
|
"7822a80b942fee54a87106d7def13429454cc26e",
|
||||||
"support"
|
"support"
|
||||||
],
|
],
|
||||||
"svg/painting/reftests/paint-order-001.svg": [
|
"svg/painting/reftests/paint-order-001.svg": [
|
||||||
|
|
|
@ -51,11 +51,11 @@
|
||||||
<use xlink:href="#path"/>
|
<use xlink:href="#path"/>
|
||||||
</g>
|
</g>
|
||||||
<g transform="translate(240,220)">
|
<g transform="translate(240,220)">
|
||||||
<use xlink:href="#path"/>
|
<use xlink:href="#path" style="marker:none"/>
|
||||||
<use xlink:href="#path" style="stroke:none"/>
|
<use xlink:href="#path" style="stroke:none"/>
|
||||||
</g>
|
</g>
|
||||||
<g transform="translate(360,220)">
|
<g transform="translate(360,220)">
|
||||||
<use xlink:href="#path"/>
|
<use xlink:href="#path" style="stroke:none"/>
|
||||||
<use xlink:href="#path" style="marker:none"/>
|
<use xlink:href="#path" style="marker:none"/>
|
||||||
</g>
|
</g>
|
||||||
<g transform="translate(120,320)">
|
<g transform="translate(120,320)">
|
||||||
|
@ -63,10 +63,10 @@
|
||||||
</g>
|
</g>
|
||||||
<g transform="translate(240,320)">
|
<g transform="translate(240,320)">
|
||||||
<use xlink:href="#path"/>
|
<use xlink:href="#path"/>
|
||||||
<use xlink:href="#path" style="stroke:none"/>
|
<use xlink:href="#path" style="stroke:none;marker:none"/>
|
||||||
</g>
|
</g>
|
||||||
<g transform="translate(360,320)">
|
<g transform="translate(360,320)">
|
||||||
<use xlink:href="#path"/>
|
<use xlink:href="#path" style="stroke:none"/>
|
||||||
<use xlink:href="#path" style="marker:none"/>
|
<use xlink:href="#path" style="marker:none"/>
|
||||||
</g>
|
</g>
|
||||||
</g>
|
</g>
|
||||||
|
|
До Ширина: | Высота: | Размер: 2.1 KiB После Ширина: | Высота: | Размер: 2.2 KiB |
Загрузка…
Ссылка в новой задаче