summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/painting/reftests/percentage-ref.svg
blob: 610a3ddb2d21da119fb4a53f5f351dff0190880c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<svg id="svg-root"
  width="310" height="170" viewBox="0, 0, 620, 340"
  xmlns="http://www.w3.org/2000/svg"
  xmlns:xlink="http://www.w3.org/1999/xlink"
  xmlns:html="http://www.w3.org/1999/xhtml">

  <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>