summaryrefslogtreecommitdiffstats
path: root/tests/arthur/data/1.1/render-elems-03-t.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.1/render-elems-03-t.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.1/render-elems-03-t.svg')
-rw-r--r--tests/arthur/data/1.1/render-elems-03-t.svg57
1 files changed, 0 insertions, 57 deletions
diff --git a/tests/arthur/data/1.1/render-elems-03-t.svg b/tests/arthur/data/1.1/render-elems-03-t.svg
deleted file mode 100644
index 5bfa4b49ec..0000000000
--- a/tests/arthur/data/1.1/render-elems-03-t.svg
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd"
-[
-<!ENTITY shape " <path d='M60,0 l60,0 l60,60 l0,60 l-60,60 l-60,0 l-60,-60 l0,-60 z'/>">
-]>
-
-<!--======================================================================-->
-<!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =-->
-<!--= Institute of Technology, Institut National de Recherche en =-->
-<!--= Informatique et en Automatique, Keio University). All Rights =-->
-<!--= Reserved. See http://www.w3.org/Consortium/Legal/. =-->
-<!--======================================================================-->
-<!-- ===================================================================== -->
-<!-- rendering-shape-BE-03.svg -->
-<!-- renamed for 1.1 suite to render-elems-03-t.svg -->
-<!-- Author : Vincent Hardy, 02-Mar-2000 -->
-<!-- Revised for 1.1 : Phil Armstrong Feb/11/2002 -->
-<!--======================================================================-->
-<svg version="1.1" baseProfile="tiny" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg-root" viewBox="0 0 480 360" width="100%" height="100%">
- <SVGTestCase xmlns="http://www.w3.org/2000/02/svg/testsuite/description/">
- <OperatorScript version="$Revision: 1.7 $" testname="render-elems-03-t.svg">
- <Paragraph>
- Verifies that shapes can be filled, stroked and the order of filling and stroking.
- </Paragraph>
- <Paragraph>
- There is one pair of octagons. These are filled plus stroked.
- </Paragraph>
- <Paragraph>
- The rendered image should match the reference image except for the text which may
- show minor layout differences.
- </Paragraph>
- <Paragraph>
- The test uses the 'rect' element, as well as basic fill (solid primary colors),
- stroke (primary color 1-pixel and wide lines), font-family (Arial) and font-size properties -
- the common prerequisites.
- </Paragraph>
- </OperatorScript>
- </SVGTestCase>
- <title id="test-title">render-elems-03-t</title>
- <desc id="test-desc">This test validates that shapes can be both filled and stroked.</desc>
- <!--======================================================================-->
- <!--Content of Test Case follows... =====================-->
- <!--======================================================================-->
- <g id="test-body-content" >
- <!-- ====================================================================== -->
- <!-- Now, fill and stroke. The fill should happen first -->
- <!-- ====================================================================== -->
- <g transform="translate(30, 80)">
- <g fill="yellow" stroke="red" stroke-width="8" >&shape;</g>
- <g stroke="black" fill="blue" stroke-width="8" transform="translate(200, 0)">&shape;</g>
- <text x="70" y="-30" font-size="28">Shape fill and stroke</text>
- </g>
- </g>
- <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$Revision: 1.7 $</text>
- <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
-</svg>
-