summaryrefslogtreecommitdiffstats
path: root/tests/arthur/data/1.2/linecap.svg
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-07-06 13:55:40 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-07-06 14:08:02 +0200
commit314fdbce8ce473eb3610be3658c61fab2fac0efb (patch)
tree98a24a6f53ea8d6a7f3fc6ad60ab84dd66ae2863 /tests/arthur/data/1.2/linecap.svg
parent8d7647e286e07690de15a6ff9189307ee1a3517c (diff)
parent83736a8d06a6ca2a1f165d6119ddaca90646e1f8 (diff)
Merge remote branch 'gerrit/master' into refactor
Conflicts: config.tests/unix/opengldesktop/opengldesktop.cpp examples/itemviews/interview/interview.pro examples/mainwindows/mainwindow/mainwindow.pro examples/openvg/README examples/richtext/textedit/textedit.pro examples/tools/undo/undo.pro src/corelib/global/qglobal.h src/corelib/kernel/qcoreapplication.h src/corelib/kernel/qcoreevent.h src/corelib/kernel/qmetatype.h src/gui/kernel/qevent.cpp src/gui/kernel/qevent.h src/gui/painting/qpaintengine_raster.cpp src/gui/painting/qpaintengine_raster_p.h src/gui/text/qfontdatabase.cpp src/opengl/qgl.h src/openvg/qpaintengine_vg.cpp src/plugins/platforms/wayland/qwaylandwindow.cpp tests/auto/qmainwindow/qmainwindow.pro Change-Id: I6bfb586740a68379bb99f4612ec993393a5f3234
Diffstat (limited to 'tests/arthur/data/1.2/linecap.svg')
-rw-r--r--tests/arthur/data/1.2/linecap.svg32
1 files changed, 0 insertions, 32 deletions
diff --git a/tests/arthur/data/1.2/linecap.svg b/tests/arthur/data/1.2/linecap.svg
deleted file mode 100644
index af0b82447e..0000000000
--- a/tests/arthur/data/1.2/linecap.svg
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<svg width="12cm" height="2cm" viewBox="0 0 1200 200" 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="198" fill="none" stroke="blue" />
- <defs>
- <line id="line1" x1="-125" x2="125" y1="0" y2="0" fill="none" />
- <g id="circles">
- <circle fill="#ffcccc" stroke="none" id="circle1" cx="-125" cy="0" r="8"/>
- <circle fill="#ffcccc" stroke="none" id="circle2" cx="125" cy="0" r="8"/>
- </g>
- </defs>
- <g transform="translate(200,75)">
- <use stroke="black" stroke-width="70" xlink:href="#line1" stroke-linecap="butt"/>
- <use stroke="#ffcccc" stroke-width="5" xlink:href="#line1"/>
- <use xlink:href="#circles"/>
- <text text-anchor="middle" font-size="50" font-family="Verdana" y="90">'butt' cap</text>
- </g>
- <g transform="translate(600,75)">
- <use stroke="black" stroke-width="70" xlink:href="#line1" stroke-linecap="round"/>
- <use stroke="#ffcccc" stroke-width="5" xlink:href="#line1"/>
- <use xlink:href="#circles"/>
- <text text-anchor="middle" font-size="50" font-family="Verdana" y="90">'round' cap</text>
- </g>
- <g transform="translate(1000,75)">
- <use stroke="black" stroke-width="70" xlink:href="#line1" stroke-linecap="square"/>
- <use stroke="#ffcccc" stroke-width="5" xlink:href="#line1"/>
- <use xlink:href="#circles"/>
- <text text-anchor="middle" font-size="50" font-family="Verdana" y="90">'square' cap</text>
- </g>
-</svg>
-