Tests that contain the draft-watermark are under development and may be incorrectly testing a feature.

painting-marker-03-f.svg

FAIL

raster image of painting-marker-03-f.svg

Operator Script

Run the test. No interaction required.

Pass Criteria

The rendered result should have the same markers in both cases: the first one using the marker property, the second using the marker-start, marker-mid, marker-end properties.

Test Description

The SVG specification defines three properties to reference markers: marker-start, marker-mid, marker-end. It also provides a shorthand property,marker. Using the marker property from a style sheet is equivalent to using all three (start, mid, end). However, shorthand properties cannot be used as presentation attributes.