summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/path/property/mpath-ref.svg
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/svg/path/property/mpath-ref.svg')
-rw-r--r--testing/web-platform/tests/svg/path/property/mpath-ref.svg5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/web-platform/tests/svg/path/property/mpath-ref.svg b/testing/web-platform/tests/svg/path/property/mpath-ref.svg
new file mode 100644
index 0000000000..db281c33da
--- /dev/null
+++ b/testing/web-platform/tests/svg/path/property/mpath-ref.svg
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100">
+ <path d="M20,50 h100" fill="none" stroke="black"/>
+ <circle r="5" fill="red" transform="translate(70 50)"/>
+</svg>