summaryrefslogtreecommitdiff
path: root/tests/fixtures/primitive_geometries/rect_stroke_unfilled.svg
blob: 6857fc742dae821ca75b5c39c1391af4607e1ce3 (plain)
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
  <rect id="a" x="10" y="20" width="30" height="40" stroke-width="10" stroke="black" fill="none"/>
</svg>