Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/testing/web-platform/tests/svg/painting/reftests/percentage.svg
<?xml version="1.0" encoding="utf-8"?>
<svg id="svg-root"
width="310" height="170" viewBox="0, 0, 620, 340"
<title>Percentages in stroke dimensions</title>
<html:link rel="help" href="https://svgwg.org/svg2-draft/geometry.html"/>
<html:link rel="match" href="percentage-ref.svg" />
<style>
rect {
fill: none;
stroke: blue;
stroke-width: 10%;
stroke-dasharray: 20% 30%;
stroke-dashoffset: -10%;
}
</style>
<rect x="62" y="68" width="434" height="204" />
</svg>