summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/path/closepath/segment-completing-ref.svg
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/svg/path/closepath/segment-completing-ref.svg')
-rw-r--r--testing/web-platform/tests/svg/path/closepath/segment-completing-ref.svg10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/tests/svg/path/closepath/segment-completing-ref.svg b/testing/web-platform/tests/svg/path/closepath/segment-completing-ref.svg
new file mode 100644
index 0000000000..cc068cefe3
--- /dev/null
+++ b/testing/web-platform/tests/svg/path/closepath/segment-completing-ref.svg
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"
+ width="300" height="200">
+ <style>
+ path {
+ stroke: blue;
+ }
+ </style>
+ <path d="M 10 10 z m 20 70 h 10 v 10 h -10 l 0 -10 M 70 30 q 20 0 20 20 t -20 20 t -20 -20 T 70 30" />
+</svg>