summaryrefslogtreecommitdiffstats
path: root/tests/arthur/data/1.2/07_12.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/07_12.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/07_12.svg')
-rw-r--r--tests/arthur/data/1.2/07_12.svg21
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/arthur/data/1.2/07_12.svg b/tests/arthur/data/1.2/07_12.svg
deleted file mode 100644
index bf372ccd04..0000000000
--- a/tests/arthur/data/1.2/07_12.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0"?>
-<svg width="300px" height="200px" version="1.2" baseProfile="tiny"
- viewBox="0 0 1500 1000" preserveAspectRatio="none"
- xmlns="http://www.w3.org/2000/svg">
- <desc>Example ViewBox - uses the viewBox
- attribute to automatically create an initial user coordinate
- system which causes the graphic to scale to fit into the
- viewport no matter what size the viewport is.</desc>
- <!-- This rectangle goes from (0,0) to (1500,1000) in user space.
- Because of the viewBox attribute above,
- the rectangle will end up filling the entire area
- reserved for the SVG content. -->
- <rect x="0" y="0" width="1500" height="1000"
- fill="yellow" stroke="blue" stroke-width="12" />
- <!-- A large, red triangle -->
- <path fill="red" d="M 750,100 L 250,900 L 1250,900 z"/>
- <!-- A text string that spans most of the viewport -->
- <text x="100" y="600" font-size="200" font-family="Verdana" >
- Stretch to fit
- </text>
-</svg>