]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
changed to new CR namespace
authorKeiron Liddle <keiron@apache.org>
Mon, 14 Aug 2000 01:27:10 +0000 (01:27 +0000)
committerKeiron Liddle <keiron@apache.org>
Mon, 14 Aug 2000 01:27:10 +0000 (01:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193663 13f79535-47bb-0310-9956-ffa450edef68

27 files changed:
docs/examples/svg/Design.xml
docs/examples/svg/Document.xsl
docs/examples/svg/apache-diagrams.xml
docs/examples/svg/arch-diagrams.xml
docs/examples/svg/ex-diagrams.xml
docs/examples/svg/misc-diagrams.xml
docs/examples/svg/mozilla-diagrams.xml
docs/examples/svg/test/arcs.svg
docs/examples/svg/test/initialCoords.svg
docs/examples/svg/test/junk.svg
docs/examples/svg/test/molecule.svg
docs/examples/svg/test/nested.svg
docs/examples/svg/test/newCSSUnits.svg
docs/examples/svg/test/newCoordSys.svg
docs/examples/svg/test/newViewport.svg
docs/examples/svg/test/origCoordSys.svg
docs/examples/svg/test/preserveAspectRatio.svg
docs/examples/svg/test/rotateScale.svg
docs/examples/svg/test/shapes.svg
docs/examples/svg/test/skew.svg
docs/examples/svg/test/transformTest.svg
docs/examples/svg/test/units.svg
docs/examples/svg/test/use01.svg
docs/examples/svg/test/use02.svg
docs/examples/svg/test/use03.svg
docs/examples/svg/test/viewBox1.svg
docs/examples/svg/test/viewBox2.svg

index fd7f3a4c494e2c073be5715bf4dbcadaa0d37cfb..18d33c26d9d20e6753669c80bb4c22eb5a60a85c 100644 (file)
                                <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
index 12af429994789b5c90ab4306688480444d9f6b78..fd4bb2d1ba5ae2a1a4c29abebd4b6fffdb6c1e8e 100644 (file)
@@ -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>
index de275a839de1fb168fd66fd559995a9994837526..60dd93a7b7338882c2d5ec5bd53ce0683507cadb 100644 (file)
@@ -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"/>
index 3f164587405d6b5b126d0cc25c4c4214d4b93d98..16340c50b6b0d602de18116f7e40acc49d84b4d9 100644 (file)
@@ -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">
index a1188ae8db47ed60bdcafde593cd3fa076ceb773..4e4556fa167e45e30bc525012623916afeff5008 100644 (file)
@@ -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>
index 9abc1811d6a2b88eca0d4b69600b4d191f072665..7ed947c3173f4bda39b5cdfd2f108e303a3bf6ff 100644 (file)
@@ -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>                    
index 64c692636620b685253c76c64f5c3e95cfb8f767..52b56bff4635c9b2d23e887a924b296d155b5641 100644 (file)
@@ -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">
index 87a20e0d59c44bc06ec7642f38e048c492162eb9..4f6a57def8de37bfad84b4fb379a161b5e9ceded 100644 (file)
@@ -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>
index f379d6d800c7fa5183cfb190401399b8e7906506..d377d7a07bb0a3e4db0c1984c878997859ca2654 100644 (file)
@@ -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">
index b0ecc5bd06378174628ac5e072da16fede74f623..17ee470019bbe09791ec063febdf3327ddbdb604 100644 (file)
@@ -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"/>
index 84ed0d2a55d3730e39e3af1ea9639370226b90c0..a427d0522abcc5f2ed99264d3ca4efb385278506 100644 (file)
@@ -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"/>
index 8ece692d331bff80ea02b66663e02c8903f98bcf..b2cf57b4ff085251bf0b511d43c2cc29fe89e031 100644 (file)
@@ -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>
   
index ebb81bd1be813998ba0cae21113c6f28b7223619..4168f058469e4dcc09f58cd065067c7ee9e7b553 100644 (file)
@@ -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>
index 3ed575ff2356f9ef883ef524e57e712e41d2e58c..2779d3a87904244168b38d39a19606a5f17ed901 100644 (file)
@@ -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>
   
index 317d32f07d141adb1b5145bd174f1b75d7511199..0f6c926860d70d21c22f9c72762d72d2154f9af0 100644 (file)
@@ -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
index 05e4122b0f8fc20ccf0034f49c8854fdfb715a6e..44c4410ece1ab429d264cd24e8f789f8e01ddf71 100644 (file)
@@ -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">
index e93516e3c65cb9c108ccf343f823c2a0753e3d2f..b79503037243477394f46efa14880cdaeb752873 100644 (file)
@@ -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>
   
index 66fa3bccf29810fe23d60f00127e6fc99a09a320..65bc4694502729cad03bc31996c3e0a900725dc6 100644 (file)
@@ -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>
 
index bbf787289d0b2958a34319de3bf636008235cfcc..c6d64e9a5f05f1d132ab4ec925edf8ff88d31be3 100644 (file)
@@ -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"
index 5610a77613e1fd028de21bd540cae4e76278eb7a..0b6cd1c8090eb82f6b6432720c5425b0685d52f4 100644 (file)
@@ -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">
index a2daa1f59146c98d079472f8d452147f19a89f86..d3c94ac07326790d930ad3ac1d16763a8b73a3b7 100644 (file)
@@ -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
index 2c102f339b94c661d0d97c8189d4c140f7b414d3..bf00b6cac94297a5fe8b5c98a08935fa52127f04 100644 (file)
@@ -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>
index af4cf87fe5b03d815701e0fc9544c11848afe2ef..015bdc6b3bce609624815b09cf905c7d95f03e8d 100644 (file)
@@ -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>
index 79016a43d841bb4c95ebc2860213a79ec15d3188..e774c9dee0a5fe7e08d5e0c53776f3b7a3145372 100644 (file)
@@ -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>
index 4c5d17d589df93d5fadeea296e37fee8da248fc6..3a83468bcf9f006db984ca801395afa40fd921c7 100644 (file)
@@ -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"/>
index ed52b84f34a7c73f6ff466b5821214c51daacc69..4e0631f820b3661615e8e8e5dd3a3a265c60d0f8 100644 (file)
@@ -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
index bfd6a36f3514bdcda50819685ab238961fd7519d..6c3bdb567db94ed92f9295adcc8c11d42a9aeb75 100644 (file)
@@ -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