summaryrefslogtreecommitdiffstats
path: root/tests/arthur/data/1.2/linejoin.svg
diff options
context:
space:
mode:
Diffstat (limited to 'tests/arthur/data/1.2/linejoin.svg')
-rw-r--r--tests/arthur/data/1.2/linejoin.svg29
1 files changed, 29 insertions, 0 deletions
diff --git a/tests/arthur/data/1.2/linejoin.svg b/tests/arthur/data/1.2/linejoin.svg
new file mode 100644
index 0000000000..265e733b95
--- /dev/null
+++ b/tests/arthur/data/1.2/linejoin.svg
@@ -0,0 +1,29 @@
+<?xml version="1.0" standalone="no"?>
+<svg width="12cm" height="3.5cm" viewBox="0 0 1200 350" version="1.2" baseProfile="tiny"
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <desc>Example linecap - demonstrates three stroke-linecap values</desc>
+ <rect x="1" y="1" width="1198" height="348" fill="none" stroke="blue" />
+ <defs>
+ <path id="path1" d="M -125,150 L 0,0 L 125,150" fill="none" />
+ <circle fill="#ffcccc" stroke="none" id="circle1" cx="0" cy="0" r="8"/>
+ </defs>
+ <g transform="translate(200,75)">
+ <use stroke="black" stroke-width="70" xlink:href="#path1" stroke-linejoin="miter"/>
+ <use stroke="#ffcccc" stroke-width="5" xlink:href="#path1"/>
+ <use xlink:href="#circle1"/>
+ <text text-anchor="middle" font-size="50" font-family="Verdana" y="230">'miter' join</text>
+ </g>
+ <g transform="translate(600,75)">
+ <use stroke="black" stroke-width="70" xlink:href="#path1" stroke-linejoin="round"/>
+ <use stroke="#ffcccc" stroke-width="5" xlink:href="#path1"/>
+ <use xlink:href="#circle1"/>
+ <text text-anchor="middle" font-size="50" font-family="Verdana" y="230">'round' join</text>
+ </g>
+ <g transform="translate(1000,75)">
+ <use stroke="black" stroke-width="70" xlink:href="#path1" stroke-linejoin="bevel"/>
+ <use stroke="#ffcccc" stroke-width="5" xlink:href="#path1"/>
+ <use xlink:href="#circle1"/>
+ <text text-anchor="middle" font-size="50" font-family="Verdana" y="230">'bevel' join</text>
+ </g>
+</svg>
+