aboutsummaryrefslogtreecommitdiffstats
path: root/test/resources
diff options
context:
space:
mode:
authorKeiron Liddle <keiron@apache.org>2002-07-18 10:10:26 +0000
committerKeiron Liddle <keiron@apache.org>2002-07-18 10:10:26 +0000
commit1e75d91790d4681600688d51de4d525648f1e1ae (patch)
tree9d54758ad84e65dfde2c7196137a8107a525cb5b /test/resources
parent529a3492c58d2acb6ea3aa8b12beb51ab90b1aa6 (diff)
downloadxmlgraphics-fop-1e75d91790d4681600688d51de4d525648f1e1ae.tar.gz
xmlgraphics-fop-1e75d91790d4681600688d51de4d525648f1e1ae.zip
added a few more text tests
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195005 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/resources')
-rw-r--r--test/resources/fop/svg/text.svg12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/resources/fop/svg/text.svg b/test/resources/fop/svg/text.svg
index 7a8b49e96..08b825e34 100644
--- a/test/resources/fop/svg/text.svg
+++ b/test/resources/fop/svg/text.svg
@@ -113,6 +113,18 @@
<text x="15" y="310" font-family="FOPFont" font-size="12">FOP in FOPfont</text>
</g>
+ <text x="130" y="80" writing-mode="tb" font-size="12">vertical</text>
+ <text x="140" y="80" writing-mode="tb" glyph-orientation-vertical="0deg" font-size="12">vertical</text>
+ <text x="150" y="80" glyph-orientation-horizontal="90deg" font-size="12">orientated text</text>
+
+ <text x="150" y="95" font-stretch="narrower" font-size="12">stretched font</text>
+
+ <text x="150" y="110" letter-spacing="5" font-size="12">spaced letters</text>
+
+ <text x="150" y="125" word-spacing="3pt" font-size="12">spaced words</text>
+
+
+
<!-- empty element -->
<text/>
</g>