Skip to content

Commit

Permalink
Fix ref for external/wpt/svg/painting/reftests/paint-order-001.svg
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Fredrik Söderquist authored and Chrome-bot committed Aug 13, 2018
1 parent 36c74ce commit 42b6005
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions svg/painting/reftests/paint-order-001-ref.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 42b6005

Please sign in to comment.