Source code

Revision control

Copy as Markdown

Other Tools

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/testing/web-platform/tests/svg/painting/reftests/support/resources.svg
<pattern id="greenPattern" viewBox="0 0 1 1" width="1" height="1">
<rect width="1" height="1" fill="green"/>
</pattern>
<linearGradient id="greenGradient">
<stop stop-color="green"/>
</linearGradient>
<linearGradient id="redGradient">
<stop stop-color="red"/>
</linearGradient>
<marker id="greenMarkerOrient0" orient="0"
markerWidth="10" markerHeight="10" refX="5" refY="5">
<rect width="10" height="10" fill="green"/>
</marker>
</svg>