aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/svg/data/styling/stroking_capStyle_shapes_1.svg
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/svg/data/styling/stroking_capStyle_shapes_1.svg')
-rw-r--r--tests/manual/svg/data/styling/stroking_capStyle_shapes_1.svg11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/manual/svg/data/styling/stroking_capStyle_shapes_1.svg b/tests/manual/svg/data/styling/stroking_capStyle_shapes_1.svg
new file mode 100644
index 0000000000..9448fcb527
--- /dev/null
+++ b/tests/manual/svg/data/styling/stroking_capStyle_shapes_1.svg
@@ -0,0 +1,11 @@
+<svg width="900" height="600" viewBox="0 0 90 60" xmlns="http://www.w3.org/2000/svg">
+ <defs>
+ <g id="capTest">
+ <polyline points="10,10 80,10" fill="none" stroke-width="8" stroke="black"/>
+ <polyline points="10,10 80,10" fill="none" stroke-width="0.5" stroke-linecap="butt" stroke="yellow"/>
+ </g>
+ </defs>
+ <use href="#capTest" stroke-linecap="butt"/>
+ <use href="#capTest" y="20" stroke-linecap="round"/>
+ <use href="#capTest" y=" 40" stroke-linecap="square"/>
+</svg>