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/percentage-ref.svg
<?xml version="1.0" encoding="utf-8"?>
<svg id="svg-root"
width="310" height="170" viewBox="0, 0, 620, 340"
<style>
rect {
fill: none;
stroke: blue;
stroke-width: 50px;
stroke-dasharray: 100px 150px;
stroke-dashoffset: -50px;
}
</style>
<rect x="62" y="68" width="434" height="204" />
</svg>