diff options
author | Kim Motoyoshi Kalland <kim.kalland@nokia.com> | 2009-07-30 12:33:41 (GMT) |
---|---|---|
committer | Kim Motoyoshi Kalland <kim.kalland@nokia.com> | 2009-07-30 13:46:03 (GMT) |
commit | 54ed2a3db855aab8219f9588e241d3110bdddfb1 (patch) | |
tree | cf87f833bcf872f9677fcc0740d78d3e285e64d9 /tests/arthur | |
parent | 5aa46b1052b05d34cbfef175caaf941928520964 (diff) | |
download | Qt-54ed2a3db855aab8219f9588e241d3110bdddfb1.zip Qt-54ed2a3db855aab8219f9588e241d3110bdddfb1.tar.gz Qt-54ed2a3db855aab8219f9588e241d3110bdddfb1.tar.bz2 |
Fixed font attribute inheritence, text and textArea elements in QtSvg.
Text used to be formatted during the parsing of the SVG file, but
because the text can be referenced by a 'use' element, the text
formatting is not known at this point in time. Now, font attributes can
be inherited from 'use' elements, and the text is formatted each time
it is drawn.
Reviewed-by: Tor Arne
Diffstat (limited to 'tests/arthur')
-rw-r--r-- | tests/arthur/data/1.2/textArea01.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/arthur/data/1.2/textArea01.svg b/tests/arthur/data/1.2/textArea01.svg index 79fcd0a..945c34c 100644 --- a/tests/arthur/data/1.2/textArea01.svg +++ b/tests/arthur/data/1.2/textArea01.svg @@ -6,5 +6,5 @@ height="300">Tomorrow, and tomorrow, and tomorrow; creeps in this petty pace from day to day, until the last syll­able of recorded time. And all our yesterdays have lighted fools the way to dusty death.</textArea> - <rect x="5" y="5" width="210" height="310" stroke-width="3" stroke="#777"/> + <rect x="5" y="5" width="210" height="310" stroke-width="3" stroke="#777" fill="none"/> </svg> |