diff options
author | Jeremias Maerki <jeremias@apache.org> | 2003-03-12 14:09:05 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2003-03-12 14:09:05 +0000 |
commit | 5ee6ead19154232352cdc105f27dc7ab74d62641 (patch) | |
tree | c334ead266a2d54cf862a97bb67bdb3cecb83ef0 /examples/embedding/xml/svg | |
parent | 05923e2a30a115355bfd09512e71eff20d70914e (diff) | |
download | xmlgraphics-fop-5ee6ead19154232352cdc105f27dc7ab74d62641.tar.gz xmlgraphics-fop-5ee6ead19154232352cdc105f27dc7ab74d62641.zip |
Added SVG to PDF example using the PDF Transcoder
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196080 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'examples/embedding/xml/svg')
-rw-r--r-- | examples/embedding/xml/svg/HelloWorld.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/embedding/xml/svg/HelloWorld.svg b/examples/embedding/xml/svg/HelloWorld.svg new file mode 100644 index 000000000..6eec44cd3 --- /dev/null +++ b/examples/embedding/xml/svg/HelloWorld.svg @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000303 Stylable//EN" "http://www.w3.org/TR/2000/03/WD-SVG-20000303/DTD/svg-20000303-stylable.dtd"> +<svg xml:space="preserve" x="-1.70458in" y="0.198315in" width="2.6622in" height="1.89672in" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality" + viewBox="-4330 0 6762 4818"> + <rect style="fill:none;stroke:#009BE1;stroke-width:35" x="-4312" y="18" width="6727" height="4782"/> + <text x="-3653" y="841" style="fill:#1F1A17;font-weight:normal;font-size:639;font-family:Helvetica">Hello World!</text> + <ellipse style="fill:#E77919" cx="-2697" cy="2934" rx="925" ry="925"/> + <path style="fill:none;stroke:#A3D01C;stroke-width:35" d="M209 1102l799 239 798 239 191 811 192 811 -606 572 -607 571 -798 -239 -798 -240 -192 -810 -192 -811 607 -572 606 -571z"/> +</svg> |