summaryrefslogtreecommitdiff
path: root/test/svg/stroke.9.cap.svg
diff options
context:
space:
mode:
Diffstat (limited to 'test/svg/stroke.9.cap.svg')
-rw-r--r--test/svg/stroke.9.cap.svg17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/svg/stroke.9.cap.svg b/test/svg/stroke.9.cap.svg
new file mode 100644
index 000000000..35046446c
--- /dev/null
+++ b/test/svg/stroke.9.cap.svg
@@ -0,0 +1,17 @@
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg">
+ <line x1="100" y1="-900" x2="900" y2="-900"
+ fill="none"
+ stroke-width="200"
+ stroke-linecap="butt"
+ stroke="black" />
+ <line x1="100" y1="-500" x2="900" y2="-500"
+ fill="none"
+ stroke-width="200"
+ stroke-linecap="round"
+ stroke="black" />
+ <line x1="100" y1="-100" x2="900" y2="-100"
+ fill="none"
+ stroke-width="200"
+ stroke-linecap="square"
+ stroke="black" />
+</svg>