summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/path/distance/pathlength-rect.svg
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/svg/path/distance/pathlength-rect.svg')
-rw-r--r--testing/web-platform/tests/svg/path/distance/pathlength-rect.svg7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/web-platform/tests/svg/path/distance/pathlength-rect.svg b/testing/web-platform/tests/svg/path/distance/pathlength-rect.svg
new file mode 100644
index 0000000000..106fed5f2e
--- /dev/null
+++ b/testing/web-platform/tests/svg/path/distance/pathlength-rect.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:h="http://www.w3.org/1999/xhtml">
+ <title>The 'pathLength' attribute ('rect' element)</title>
+ <h:link rel="help" href="https://svgwg.org/svg2-draft/paths.html#PathLengthAttribute"/>
+ <h:link rel="match" href="reference/pathlength-rect-ref.svg"/>
+ <rect width="50" height="50" pathLength="4" fill="blue"
+ stroke-dashoffset="1" stroke-dasharray="1 1" stroke="black" stroke-width="10"/>
+</svg>