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/shapes/line-dasharray-ref.svg
<?xml version="1.0" encoding="UTF-8"?>
width="300" height="200">
<style>
line {
stroke: blue;
stroke-dasharray: 24 8;
}
</style>
<line id="interval" x1="50" y1="100" x2="250" y2="100"/>
</svg>