diff options
author | Keiron Liddle <keiron@apache.org> | 2001-06-19 10:47:13 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2001-06-19 10:47:13 +0000 |
commit | 6d752095bbcb269c5f6da2e5ee9dc60aa274c5a7 (patch) | |
tree | b6f9282ea1ceeac66924f67875008f884d9aa361 | |
parent | 1828a9dc5e9ac5b25d1aa01fd50df33299048cbd (diff) | |
download | xmlgraphics-fop-6d752095bbcb269c5f6da2e5ee9dc60aa274c5a7.tar.gz xmlgraphics-fop-6d752095bbcb269c5f6da2e5ee9dc60aa274c5a7.zip |
sets style so that it looks better
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194297 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/examples/fo/extensive.fo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/fo/extensive.fo b/docs/examples/fo/extensive.fo index 8116cbec1..8b9eb826a 100644 --- a/docs/examples/fo/extensive.fo +++ b/docs/examples/fo/extensive.fo @@ -132,7 +132,7 @@ <fo:block break-before="page" font-size="24pt" line-height="28pt" space-before.optimum="12pt" space-after.optimum="12pt">Embedded SVG</fo:block> <fo:block><fo:instream-foreign-object> <svg:svg width="400pt" height="200pt"> - <svg:rect x="20pt" y="20pt" width="100pt" height="100pt"/> + <svg:rect style="fill:none;stroke:blue" x="20pt" y="20pt" width="100pt" height="100pt"/> <svg:line x1="20pt" y1="20pt" x2="120pt" y2="120pt"/> <svg:line x1="120pt" y1="20pt" x2="20pt" y2="120pt"/> <svg:text x="20pt" y="150pt">Hello SVG!</svg:text> |