diff options
author | Keiron Liddle <keiron@apache.org> | 2000-08-14 01:27:10 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2000-08-14 01:27:10 +0000 |
commit | 483f32d69b7e11dc10cbd8953ac9fc168b0af093 (patch) | |
tree | 1f3d97806b9e60b0ff8f7fbd1d5600ddb7c4509d /docs/examples | |
parent | d360caa7d3ccbb9b48c01f68f9421602c39c7e2a (diff) | |
download | xmlgraphics-fop-483f32d69b7e11dc10cbd8953ac9fc168b0af093.tar.gz xmlgraphics-fop-483f32d69b7e11dc10cbd8953ac9fc168b0af093.zip |
changed to new CR namespace
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193663 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/examples')
27 files changed, 29 insertions, 33 deletions
diff --git a/docs/examples/svg/Design.xml b/docs/examples/svg/Design.xml index fd7f3a4c4..18d33c26d 100644 --- a/docs/examples/svg/Design.xml +++ b/docs/examples/svg/Design.xml @@ -31,12 +31,12 @@ <Body> <p> The primary aim is to enable the parsing of all SVG elements - as described in the document "WD-SVG-20000629.pdf". This applies + as described in the document "CR-SVG-20000802.pdf". This applies to the stylable elements. </p> <p> The java interface is available from - - "http://www.w3.org/TR/2000/WD-SVG-20000629/java-binding.zip" + "http://www.w3.org/TR/2000/CR-SVG-20000802/java-binding.zip" </p> <p> As the SVG elements include information for animation and diff --git a/docs/examples/svg/Document.xsl b/docs/examples/svg/Document.xsl index 12af42999..fd4bb2d1b 100644 --- a/docs/examples/svg/Document.xsl +++ b/docs/examples/svg/Document.xsl @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd"> +<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> <xsl:output method="xml" indent="yes"/> <xsl:template match="Document"> <fo:root> diff --git a/docs/examples/svg/apache-diagrams.xml b/docs/examples/svg/apache-diagrams.xml index de275a839..60dd93a7b 100644 --- a/docs/examples/svg/apache-diagrams.xml +++ b/docs/examples/svg/apache-diagrams.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!DOCTYPE Diagrams SYSTEM "diagrams.dtd"> -<Diagrams xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd"> +<Diagrams xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> <Diagram entry="apache-foplogo"> <svg:svg width="15cm" height="10cm" viewBox="0 0 1000 300"> <svg:rect x="30pt" y="30pt" width="50pt" height="80pt"/> diff --git a/docs/examples/svg/arch-diagrams.xml b/docs/examples/svg/arch-diagrams.xml index 3f1645874..16340c50b 100644 --- a/docs/examples/svg/arch-diagrams.xml +++ b/docs/examples/svg/arch-diagrams.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!DOCTYPE Diagrams SYSTEM "diagrams.dtd"> -<Diagrams xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd"> +<Diagrams xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> <Diagram entry="overall"> <svg:svg width="400pt" height="200pt"> diff --git a/docs/examples/svg/ex-diagrams.xml b/docs/examples/svg/ex-diagrams.xml index a1188ae8d..4e4556fa1 100644 --- a/docs/examples/svg/ex-diagrams.xml +++ b/docs/examples/svg/ex-diagrams.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!DOCTYPE Diagrams SYSTEM "diagrams.dtd"> -<Diagrams xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd"> +<Diagrams xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> <Diagram entry="examples"> <svg:svg width="400pt" height="150pt"> <svg:desc>Examples for demonstrating SVG elements in FOP</svg:desc> diff --git a/docs/examples/svg/misc-diagrams.xml b/docs/examples/svg/misc-diagrams.xml index 9abc1811d..7ed947c31 100644 --- a/docs/examples/svg/misc-diagrams.xml +++ b/docs/examples/svg/misc-diagrams.xml @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="no"?> <!DOCTYPE Diagrams SYSTEM "diagrams.dtd"> -<Diagrams xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd"> +<Diagrams xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> <Diagram entry="misc-gradients"> <svg:svg width="600" height="600"> <svg:defs> diff --git a/docs/examples/svg/mozilla-diagrams.xml b/docs/examples/svg/mozilla-diagrams.xml index 64c692636..52b56bff4 100644 --- a/docs/examples/svg/mozilla-diagrams.xml +++ b/docs/examples/svg/mozilla-diagrams.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!DOCTYPE Diagrams SYSTEM "diagrams.dtd"> -<Diagrams xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd"> +<Diagrams xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> <Diagram entry="mozilla-xml"> <svg:svg xml:space="preserve" width="760" height="580" preserveAspectRatio="meet meet" viewBox="0 0 751.859 576.421"> diff --git a/docs/examples/svg/test/arcs.svg b/docs/examples/svg/test/arcs.svg index 87a20e0d5..4f6a57def 100644 --- a/docs/examples/svg/test/arcs.svg +++ b/docs/examples/svg/test/arcs.svg @@ -1,5 +1,5 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="600" height="200" viewBox="0 0 600 200" xmlns:svg="http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd"> +<svg:svg width="600" height="200" viewBox="0 0 600 200" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> <svg:title>Example arcs01 - arc commands in path data</svg:title> <svg:desc>Picture of a pie chart with two pie wedges and a picture of a line with arc blips</svg:desc> @@ -15,4 +15,4 @@ a12,25 -15 0,1 25,-12 l 25,-12 a12,37 -15 0,1 25,-12 l 25,-12 a12,50 -15 0,1 25,-12 l 25,-12" style="fill:none; stroke:red; stroke-width:5" /> -</svg:svg>
\ No newline at end of file +</svg:svg> diff --git a/docs/examples/svg/test/initialCoords.svg b/docs/examples/svg/test/initialCoords.svg index f379d6d80..d377d7a07 100644 --- a/docs/examples/svg/test/initialCoords.svg +++ b/docs/examples/svg/test/initialCoords.svg @@ -1,9 +1,5 @@ <?xml version="1.0" standalone="yes"?> -<!-- -<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000629 Stylable//EN" - "http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd"> ---> -<svg:svg width="300px" height="100px" xmlns:svg="http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd"> +<svg:svg width="300px" height="100px" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> <svg:title>Initial Coords</svg:title> <svg:desc>Example InitialCoords - SVG's initial coordinate system</svg:desc> <svg:g style="fill:none; stroke:black; stroke-width:3"> diff --git a/docs/examples/svg/test/junk.svg b/docs/examples/svg/test/junk.svg index b0ecc5bd0..17ee47001 100644 --- a/docs/examples/svg/test/junk.svg +++ b/docs/examples/svg/test/junk.svg @@ -1,5 +1,5 @@ <svg:svg width="400" height="200" - xmlns:svg="http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd"> + xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> <svg:g transform="matrix(1 0.3 0.2 1.3 30 0)" style="stroke: black; stroke-width: 1; fill: none"> <svg:rect x="20" y="20" width="100" height="100"/> <svg:line x1="20" y1="20" x2="120" y2="120"/> diff --git a/docs/examples/svg/test/molecule.svg b/docs/examples/svg/test/molecule.svg index 84ed0d2a5..a427d0522 100644 --- a/docs/examples/svg/test/molecule.svg +++ b/docs/examples/svg/test/molecule.svg @@ -1,5 +1,5 @@ <svg:svg width="300pt" height="300" - xmlns:svg="http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd"> + xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> <svg:g transform="matrix(1 0 0 1 100 100)"> <svg:line x1="2.5354700cm" y1="0.1193636cm" x2="1.4331060cm" y2="0.5915131cm"/> <svg:line style="fill:#0d0; stroke-width:0.1cm" x1="3.2414132cm" y1="-0.9916716cm" x2="2.5354700cm" y2="0.1193636cm"/> diff --git a/docs/examples/svg/test/nested.svg b/docs/examples/svg/test/nested.svg index 8ece692d3..b2cf57b4f 100644 --- a/docs/examples/svg/test/nested.svg +++ b/docs/examples/svg/test/nested.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="400px" height="150px" xmlns:svg="http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd"> +<svg:svg width="400px" height="150px" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> <svg:title>Nested</svg:title> <svg:desc>Example Nested - Nested transformations</svg:desc> diff --git a/docs/examples/svg/test/newCSSUnits.svg b/docs/examples/svg/test/newCSSUnits.svg index ebb81bd1b..4168f0584 100644 --- a/docs/examples/svg/test/newCSSUnits.svg +++ b/docs/examples/svg/test/newCSSUnits.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="300px" height="300px" xmlns:svg="http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd"> +<svg:svg width="300px" height="300px" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> <svg:title>Redefining CSS Units</svg:title> <svg:desc>Transformation with establishment of a new viewport </svg:desc> diff --git a/docs/examples/svg/test/newCoordSys.svg b/docs/examples/svg/test/newCoordSys.svg index 3ed575ff2..2779d3a87 100644 --- a/docs/examples/svg/test/newCoordSys.svg +++ b/docs/examples/svg/test/newCoordSys.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="400px" height="150px" xmlns:svg="http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd"> +<svg:svg width="400px" height="150px" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> <svg:title>NewCoordSys</svg:title> <svg:desc>Example NewCoordSys - New user coordinate system</svg:desc> diff --git a/docs/examples/svg/test/newViewport.svg b/docs/examples/svg/test/newViewport.svg index 317d32f07..0f6c92686 100644 --- a/docs/examples/svg/test/newViewport.svg +++ b/docs/examples/svg/test/newViewport.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="4in" height="3in" xmlns:svg="http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd"> +<svg:svg width="4in" height="3in" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> <svg:title>New Viewport</svg:title> <svg:desc>This SVG drawing embeds another one, thus establishing a new viewport diff --git a/docs/examples/svg/test/origCoordSys.svg b/docs/examples/svg/test/origCoordSys.svg index 05e4122b0..44c4410ec 100644 --- a/docs/examples/svg/test/origCoordSys.svg +++ b/docs/examples/svg/test/origCoordSys.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="400px" height="150px" xmlns:svg="http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd"> +<svg:svg width="400px" height="150px" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> <svg:title>OrigCoordSys</svg:title> <svg:desc>Example OrigCoordSys - Simple transformations: original picture</svg:desc> <svg:g style="fill:none; stroke:black; stroke-width:3"> diff --git a/docs/examples/svg/test/preserveAspectRatio.svg b/docs/examples/svg/test/preserveAspectRatio.svg index e93516e3c..b79503037 100644 --- a/docs/examples/svg/test/preserveAspectRatio.svg +++ b/docs/examples/svg/test/preserveAspectRatio.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="480px" height="270px" style="font-family:Verdana; font-size:8" xmlns:svg="http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd"> +<svg:svg width="480px" height="270px" style="font-family:Verdana; font-size:8" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> <svg:title>PreserveAspectRatio</svg:title> <svg:desc>Example PreserveAspectRatio - demonstrate available options</svg:desc> diff --git a/docs/examples/svg/test/rotateScale.svg b/docs/examples/svg/test/rotateScale.svg index 66fa3bccf..65bc46945 100644 --- a/docs/examples/svg/test/rotateScale.svg +++ b/docs/examples/svg/test/rotateScale.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="400px" height="120px" xmlns:svg="http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd"> +<svg:svg width="400px" height="120px" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> <svg:title>RotateScale</svg:title> <svg:desc>Example RotateScale - Rotate and scale transforms</svg:desc> diff --git a/docs/examples/svg/test/shapes.svg b/docs/examples/svg/test/shapes.svg index bbf787289..c6d64e9a5 100644 --- a/docs/examples/svg/test/shapes.svg +++ b/docs/examples/svg/test/shapes.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="600" height="600" xmlns:svg="http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd"> +<svg:svg width="600" height="600" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> <svg:defs> <svg:marker id="Triangle" diff --git a/docs/examples/svg/test/skew.svg b/docs/examples/svg/test/skew.svg index 5610a7761..0b6cd1c80 100644 --- a/docs/examples/svg/test/skew.svg +++ b/docs/examples/svg/test/skew.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="400px" height="120px" xmlns:svg="http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd"> +<svg:svg width="400px" height="120px" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> <svg:title>Skew</svg:title> <svg:desc>Example Skew - Show effects of skewX and skewY</svg:desc> <svg:g style="fill:none; stroke:black; stroke-width:3"> diff --git a/docs/examples/svg/test/transformTest.svg b/docs/examples/svg/test/transformTest.svg index a2daa1f59..d3c94ac07 100644 --- a/docs/examples/svg/test/transformTest.svg +++ b/docs/examples/svg/test/transformTest.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="200" height="200" viewBox="-100, -100, 200, 200" xmlns:svg="http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd"> +<svg:svg width="200" height="200" viewBox="-100, -100, 200, 200" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> <svg:title>Nested verses Transform list test</svg:title> <svg:desc>This is to test that the transformations are being applied in the correct order. Both squares should be first filled and diff --git a/docs/examples/svg/test/units.svg b/docs/examples/svg/test/units.svg index 2c102f339..bf00b6cac 100644 --- a/docs/examples/svg/test/units.svg +++ b/docs/examples/svg/test/units.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="4in" height="3in" xmlns:svg="http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd"> +<svg:svg width="4in" height="3in" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> <svg:title>Units</svg:title> <svg:desc>Demonstration of coordinate transforms </svg:desc> diff --git a/docs/examples/svg/test/use01.svg b/docs/examples/svg/test/use01.svg index af4cf87fe..015bdc6b3 100644 --- a/docs/examples/svg/test/use01.svg +++ b/docs/examples/svg/test/use01.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="10cm" height="3cm" xmlns:svg="http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd"> +<svg:svg width="10cm" height="3cm" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> <svg:title>Use01</svg:title> <svg:desc>Example Use01 - Simple case of 'use' on a 'rect'</svg:desc> <svg:defs> diff --git a/docs/examples/svg/test/use02.svg b/docs/examples/svg/test/use02.svg index 79016a43d..e774c9dee 100644 --- a/docs/examples/svg/test/use02.svg +++ b/docs/examples/svg/test/use02.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="10cm" height="3cm" xmlns:svg="http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd"> +<svg:svg width="10cm" height="3cm" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> <svg:title>Use02</svg:title> <svg:desc>Example Use02 - 'use' on a 'symbol'</svg:desc> <svg:defs> diff --git a/docs/examples/svg/test/use03.svg b/docs/examples/svg/test/use03.svg index 4c5d17d58..3a83468bc 100644 --- a/docs/examples/svg/test/use03.svg +++ b/docs/examples/svg/test/use03.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="10cm" height="3cm" xmlns:svg="http://www.w3.org/TR/2000/WD-SVG-20000629/DTD/svg-20000629.dtd"> +<svg:svg width="10cm" height="3cm" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> <svg:desc>Example Use03 - 'use' with a 'transform' attribute</svg:desc> <svg:defs> <svg:rect id="MyRect" x="0" y="0" width="6cm" height="1cm"/> diff --git a/docs/examples/svg/test/viewBox1.svg b/docs/examples/svg/test/viewBox1.svg index ed52b84f3..4e0631f82 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/WD-SVG-20000629/DTD/svg-20000629.dtd"> + viewBox="0 0 1500 1000" preserveAspectRatio="none" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> <svg:title>ViewBox1</svg:title> <svg:desc>Example ViewBox1 - uses the viewBox attribute to automatically create an initial user coordinate diff --git a/docs/examples/svg/test/viewBox2.svg b/docs/examples/svg/test/viewBox2.svg index bfd6a36f3..6c3bdb567 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/WD-SVG-20000629/DTD/svg-20000629.dtd"> + viewBox="0 0 1500 1000" preserveAspectRatio="none" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> <svg:title>ViewBox2</svg:title> <svg:desc>Example ViewBox2 - uses the viewBox attribute to automatically create an initial user coordinate |