Revision 1f8b6c9a44e5c6b64bac140c542b570360f886ac authored by Fredrik Söderquist on 14 August 2018, 15:05:40 UTC, committed by Blink WPT Bot on 14 August 2018, 15:14:39 UTC
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}
1 parent 39aac0c
History
File Mode Size
behaviours
builtins
META.yml -rw-r--r-- 70 bytes

back to top