diff options
author | axis <qt-info@nokia.com> | 2009-04-24 11:34:15 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-04-24 11:34:15 (GMT) |
commit | 8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76 (patch) | |
tree | a17e1a767a89542ab59907462206d7dcf2e504b2 /tests/arthur/data/bugs/text_pens.svg | |
download | Qt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.zip Qt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.tar.gz Qt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.tar.bz2 |
Long live Qt for S60!
Diffstat (limited to 'tests/arthur/data/bugs/text_pens.svg')
-rw-r--r-- | tests/arthur/data/bugs/text_pens.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/arthur/data/bugs/text_pens.svg b/tests/arthur/data/bugs/text_pens.svg new file mode 100644 index 0000000..3f7c9eb --- /dev/null +++ b/tests/arthur/data/bugs/text_pens.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" standalone="no"?> +<svg width="10cm" height="10cm" viewBox="0 0 1000 1000" + xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny"> + <text text-anchor="left" font-size="45" font-family="Verdana" x="50" y="50">Text should be drawn in black</text> + <text fill="red" text-anchor="left" font-size="45" font-family="Verdana" x="50" y="100">Text should be drawn in red</text> + <text fill="none" text-anchor="left" font-size="45" font-family="Verdana" x="50" y="150">Text should not be drawn at all</text> +</svg> |