From 38be0d13830efd2d98281c645c3a60afe05ffece Mon Sep 17 00:00:00 2001 From: Qt by Nokia Date: Wed, 27 Apr 2011 12:05:43 +0200 Subject: Initial import from the monolithic Qt. This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12 --- tests/arthur/data/1.1/painting-stroke-02-t.svg | 56 ++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 tests/arthur/data/1.1/painting-stroke-02-t.svg (limited to 'tests/arthur/data/1.1/painting-stroke-02-t.svg') diff --git a/tests/arthur/data/1.1/painting-stroke-02-t.svg b/tests/arthur/data/1.1/painting-stroke-02-t.svg new file mode 100644 index 0000000000..ac02fd1261 --- /dev/null +++ b/tests/arthur/data/1.1/painting-stroke-02-t.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + Verify the basic capability to handle the stroke properties (stroke, stroke-width + stroke-linejoin)in combination with the rect element and straight-line path commands. + The pair should be rendered as two red rectangles without an interior fill. + The upper rectangle should have a stroke width of 5 with sharp corners. + The lower rectangle should have a stroke width of 5 with round corners. + + + The rendered picture should match the reference image, except for possible + variations in the labelling text (per CSS2 rules). + + + The test uses the 'rect' element, as well as basic fill (solid primary colors), + stroke, stroke:red stroke-width:10 stroke-linejoin:round + font-family (Arial) and font-size properties. + + + + painting-stroke-02-t + Test that viewer has the basic capability to handle the <stroke properites> + + + + + + + + Basic paint: stroke properties. + + + stroke-width:20 + stroke-linejoin:round + + + $Revision: 1.8 $ + + + -- cgit v1.2.3