summaryrefslogtreecommitdiffstats
path: root/ksvg/test/dashes.svg
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit47d455dd55be855e4cc691c32f687f723d9247ee (patch)
tree52e236aaa2576bdb3840ebede26619692fed6d7d /ksvg/test/dashes.svg
downloadtdegraphics-47d455dd55be855e4cc691c32f687f723d9247ee.tar.gz
tdegraphics-47d455dd55be855e4cc691c32f687f723d9247ee.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksvg/test/dashes.svg')
-rw-r--r--ksvg/test/dashes.svg32
1 files changed, 32 insertions, 0 deletions
diff --git a/ksvg/test/dashes.svg b/ksvg/test/dashes.svg
new file mode 100644
index 00000000..f11c043e
--- /dev/null
+++ b/ksvg/test/dashes.svg
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<svg width="525" height="500" >
+<text x="5" y="20" style="font-size:22">Stroke Option: line dashing</text>
+ <g style="shape-rendering:default; stroke-width:14; stroke:#0000FF" >
+ <path d="M50, 50h200" style="stroke-linecap:round; stroke-dasharray:30 30" />
+ <path d="M50,100h200" style="stroke-linecap:square; stroke-dasharray:30 30" />
+ <path d="M50,150h200" style="stroke-linecap:butt; stroke-dasharray:30 30" />
+ <path d="M50,200h200" style="stroke-linecap:butt; stroke-dasharray:30 5" />
+ <path d="M50,250h200" style="stroke-linecap:butt; stroke-dasharray:5 5" />
+ <path d="M50,300h200" style="stroke-linecap:butt; stroke-dasharray:15 15" />
+ <path d="M50,350h200" style="stroke-linecap:butt; stroke-dasharray:10 15" />
+ <path d="M50,400h200" style="stroke-linecap:butt; stroke-dasharray:20 5 10 5" />
+ </g>
+
+ <g style="shape-rendering:default; stroke-width:6; stroke:#008000" >
+ <path d="M300, 50h200" style="stroke-linecap:round; stroke-dasharray:30 20 15 20" />
+ <path d="M300,100h200" style="stroke-linecap:square; stroke-dasharray:30 20 15 20" />
+ <path d="M300,150h200" style="stroke-linecap:butt; stroke-dasharray:10 5 20 5" />
+ <path d="M300,200h200" style="stroke-linecap:butt; stroke-dasharray:40 5 25 5" />
+ <path d="M300,250h200" style="stroke-linecap:butt; stroke-dasharray:5 5" />
+ <path d="M300,300h200" style="stroke-linecap:butt; stroke-dasharray:15 15" />
+ <path d="M300,350h200" style="stroke-linecap:butt; stroke-dasharray:10 15" />
+ <path d="M300,400h200" style="stroke-linecap:butt; stroke-dasharray:20 5 10 5" />
+ </g>
+</svg>
+
+
+
+
+
+