diff options
author | Keiron Liddle <keiron@apache.org> | 2000-07-18 05:29:36 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2000-07-18 05:29:36 +0000 |
commit | c2e4489759707dafba586a54ee93e3bbcff55aa9 (patch) | |
tree | fd02ddb521744cea19c114a372981ba5361dab11 /docs/examples/svg/test/viewBox2.svg | |
parent | fdc9fe42b876a6b8652e50663365598480bc1310 (diff) | |
download | xmlgraphics-fop-c2e4489759707dafba586a54ee93e3bbcff55aa9.tar.gz xmlgraphics-fop-c2e4489759707dafba586a54ee93e3bbcff55aa9.zip |
changed to use latest spec uri reference
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193515 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/examples/svg/test/viewBox2.svg')
-rw-r--r-- | docs/examples/svg/test/viewBox2.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/svg/test/viewBox2.svg b/docs/examples/svg/test/viewBox2.svg index 041b0d015..bfd6a36f3 100644 --- a/docs/examples/svg/test/viewBox2.svg +++ b/docs/examples/svg/test/viewBox2.svg @@ -1,7 +1,7 @@ <?xml version="1.0" standalone="yes"?> <svg:svg width="150px" height="200px" - viewBox="0 0 1500 1000" preserveAspectRatio="none" xmlns:svg="http://www.w3.org/TR/2000/03/WD-SVG-20000303/DTD/svg-20000303-stylable.dtd"> + viewBox="0 0 1500 1000" preserveAspectRatio="none" xmlns:svg="http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd"> <svg:title>ViewBox2</svg:title> <svg:desc>Example ViewBox2 - uses the viewBox attribute to automatically create an initial user coordinate @@ -21,4 +21,4 @@ <svg:text x="100" y="600" style="font-size:180; font-family:Verdana"> Stretch to fit </svg:text> -</svg:svg>
\ No newline at end of file +</svg:svg> |