diff options
Diffstat (limited to 'docs/examples/svg/test/viewBox1.svg')
-rw-r--r-- | docs/examples/svg/test/viewBox1.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/svg/test/viewBox1.svg b/docs/examples/svg/test/viewBox1.svg index 3057fe7b9..ed52b84f3 100644 --- a/docs/examples/svg/test/viewBox1.svg +++ b/docs/examples/svg/test/viewBox1.svg @@ -1,7 +1,7 @@ <?xml version="1.0" standalone="yes"?> <svg:svg width="300px" 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>ViewBox1</svg:title> <svg:desc>Example ViewBox1 - uses the viewBox attribute to automatically create an initial user coordinate @@ -18,4 +18,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> |