From d09ab089457ae3c20cc98f9afa03379c6ebf9598 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Thu, 25 Mar 2004 06:59:32 +0000 Subject: [svn-inject] Installing original source version --- test/SVG/4rects.xml | 11 ++++++++++ test/SVG/a-valid.xml | 10 +++++++++ test/SVG/a-wf.xml | 9 ++++++++ test/SVG/bike.xml | 41 ++++++++++++++++++++++++++++++++++++ test/SVG/circle.xml | 11 ++++++++++ test/SVG/defs.xml | 14 +++++++++++++ test/SVG/desc.xml | 14 +++++++++++++ test/SVG/ellipse.xml | 10 +++++++++ test/SVG/flower2.xml | 44 +++++++++++++++++++++++++++++++++++++++ test/SVG/gradient.xml | 16 ++++++++++++++ test/SVG/group01.xml | 15 ++++++++++++++ test/SVG/group02.xml | 13 ++++++++++++ test/SVG/group03.xml | 13 ++++++++++++ test/SVG/image-valid.xml | 11 ++++++++++ test/SVG/image-wf.xml | 11 ++++++++++ test/SVG/lin-gradient.xml | 16 ++++++++++++++ test/SVG/marker.xml | 28 +++++++++++++++++++++++++ test/SVG/mask.xml | 13 ++++++++++++ test/SVG/mathswitch.xml | 32 ++++++++++++++++++++++++++++ test/SVG/parentns.xml | 12 +++++++++++ test/SVG/path01.xml | 5 +++++ test/SVG/path02.xml | 10 +++++++++ test/SVG/patternfill.xml | 12 +++++++++++ test/SVG/polyline.xml | 9 ++++++++ test/SVG/private.xml | 19 +++++++++++++++++ test/SVG/rad-gradient.xml | 17 +++++++++++++++ test/SVG/rectangle.xml | 10 +++++++++ test/SVG/richdesc.xml | 12 +++++++++++ test/SVG/script.xml | 13 ++++++++++++ test/SVG/structure01.xml | 10 +++++++++ test/SVG/style.xml | 11 ++++++++++ test/SVG/switch.xml | 21 +++++++++++++++++++ test/SVG/symbol-use.xml | 28 +++++++++++++++++++++++++ test/SVG/template.xml | 9 ++++++++ test/SVG/text01.xml | 12 +++++++++++ test/SVG/text02.xml | 17 +++++++++++++++ test/SVG/text03.xml | 8 +++++++ test/SVG/toap01.xml | 10 +++++++++ test/SVG/toap02.xml | 33 +++++++++++++++++++++++++++++ test/SVG/transform.xml | 26 +++++++++++++++++++++++ test/SVG/trivial.xml | 6 ++++++ test/SVG/twin-gradients.xml | 19 +++++++++++++++++ test/SVG/v-template.xml | 9 ++++++++ test/SVG/viewport-nest.xml | 13 ++++++++++++ test/SVG/viewport-transform.xml | 46 +++++++++++++++++++++++++++++++++++++++++ test/SVG/viewport.xml | 11 ++++++++++ test/SVG/wf-template.xml | 7 +++++++ 47 files changed, 747 insertions(+) create mode 100755 test/SVG/4rects.xml create mode 100755 test/SVG/a-valid.xml create mode 100755 test/SVG/a-wf.xml create mode 100755 test/SVG/bike.xml create mode 100755 test/SVG/circle.xml create mode 100755 test/SVG/defs.xml create mode 100755 test/SVG/desc.xml create mode 100755 test/SVG/ellipse.xml create mode 100755 test/SVG/flower2.xml create mode 100755 test/SVG/gradient.xml create mode 100755 test/SVG/group01.xml create mode 100755 test/SVG/group02.xml create mode 100755 test/SVG/group03.xml create mode 100755 test/SVG/image-valid.xml create mode 100755 test/SVG/image-wf.xml create mode 100755 test/SVG/lin-gradient.xml create mode 100755 test/SVG/marker.xml create mode 100755 test/SVG/mask.xml create mode 100755 test/SVG/mathswitch.xml create mode 100755 test/SVG/parentns.xml create mode 100755 test/SVG/path01.xml create mode 100755 test/SVG/path02.xml create mode 100755 test/SVG/patternfill.xml create mode 100755 test/SVG/polyline.xml create mode 100755 test/SVG/private.xml create mode 100755 test/SVG/rad-gradient.xml create mode 100755 test/SVG/rectangle.xml create mode 100755 test/SVG/richdesc.xml create mode 100755 test/SVG/script.xml create mode 100755 test/SVG/structure01.xml create mode 100755 test/SVG/style.xml create mode 100755 test/SVG/switch.xml create mode 100755 test/SVG/symbol-use.xml create mode 100755 test/SVG/template.xml create mode 100755 test/SVG/text01.xml create mode 100755 test/SVG/text02.xml create mode 100755 test/SVG/text03.xml create mode 100755 test/SVG/toap01.xml create mode 100755 test/SVG/toap02.xml create mode 100755 test/SVG/transform.xml create mode 100755 test/SVG/trivial.xml create mode 100755 test/SVG/twin-gradients.xml create mode 100755 test/SVG/v-template.xml create mode 100755 test/SVG/viewport-nest.xml create mode 100755 test/SVG/viewport-transform.xml create mode 100755 test/SVG/viewport.xml create mode 100755 test/SVG/wf-template.xml (limited to 'test/SVG') diff --git a/test/SVG/4rects.xml b/test/SVG/4rects.xml new file mode 100755 index 0000000..b8d1a65 --- /dev/null +++ b/test/SVG/4rects.xml @@ -0,0 +1,11 @@ + + + + Four separate rectangles + + + + + + diff --git a/test/SVG/a-valid.xml b/test/SVG/a-valid.xml new file mode 100755 index 0000000..233b78c --- /dev/null +++ b/test/SVG/a-valid.xml @@ -0,0 +1,10 @@ + + + + This valid svg document draws a triangle which is a hyperlink + + +

+ + diff --git a/test/SVG/a-wf.xml b/test/SVG/a-wf.xml new file mode 100755 index 0000000..756e9c6 --- /dev/null +++ b/test/SVG/a-wf.xml @@ -0,0 +1,9 @@ + + + This well formed svg document draws a triangle which is a hyperlink + + +

+ + diff --git a/test/SVG/bike.xml b/test/SVG/bike.xml new file mode 100755 index 0000000..796b996 --- /dev/null +++ b/test/SVG/bike.xml @@ -0,0 +1,41 @@ + + + + + Kona Lavadome mountain bike + + This picture shows a mountain bike, a human-propelled, + multi-terrain vehicle. While it can be succesfully used on moorland, + forest, roads, and large hills it is not actually suitable for going + up mountains. + + + + 14/12 gauge double butted spoke + + + black anodised low torsion hub + + + twin wall, eyeletted rim + + + 8 speed, wide ratio gearing + + + double cross lacing of 32 spokes + + + + + Front wheel + The front wheel provides grip, steering and some shock absorption + + + + + + + + diff --git a/test/SVG/circle.xml b/test/SVG/circle.xml new file mode 100755 index 0000000..44e70e7 --- /dev/null +++ b/test/SVG/circle.xml @@ -0,0 +1,11 @@ + + + + This is a blue circle with a red outline + + + + + diff --git a/test/SVG/defs.xml b/test/SVG/defs.xml new file mode 100755 index 0000000..0bf5f27 --- /dev/null +++ b/test/SVG/defs.xml @@ -0,0 +1,14 @@ + + + + + + + + + + Defining things for later use + + + diff --git a/test/SVG/desc.xml b/test/SVG/desc.xml new file mode 100755 index 0000000..87838db --- /dev/null +++ b/test/SVG/desc.xml @@ -0,0 +1,14 @@ + + + + + + Company sales by region + + + This is a bar chart which shows + company sales by region. + + + + diff --git a/test/SVG/ellipse.xml b/test/SVG/ellipse.xml new file mode 100755 index 0000000..2097ef5 --- /dev/null +++ b/test/SVG/ellipse.xml @@ -0,0 +1,10 @@ + + + + This is an ellipse, axis aligned and centered on the origin + + + + + diff --git a/test/SVG/flower2.xml b/test/SVG/flower2.xml new file mode 100755 index 0000000..10064c9 --- /dev/null +++ b/test/SVG/flower2.xml @@ -0,0 +1,44 @@ + + + + This sample SVG file draws a flower + + + + + + diff --git a/test/SVG/gradient.xml b/test/SVG/gradient.xml new file mode 100755 index 0000000..328d5e8 --- /dev/null +++ b/test/SVG/gradient.xml @@ -0,0 +1,16 @@ + + + + Gradient example + + + + + + + + + + + + diff --git a/test/SVG/group01.xml b/test/SVG/group01.xml new file mode 100755 index 0000000..906a220 --- /dev/null +++ b/test/SVG/group01.xml @@ -0,0 +1,15 @@ + + + + Two groups, each of two rectangles + + + + + + + + + + diff --git a/test/SVG/group02.xml b/test/SVG/group02.xml new file mode 100755 index 0000000..082474a --- /dev/null +++ b/test/SVG/group02.xml @@ -0,0 +1,13 @@ + + + + Two named groups + + + + + + + + diff --git a/test/SVG/group03.xml b/test/SVG/group03.xml new file mode 100755 index 0000000..ad25e93 --- /dev/null +++ b/test/SVG/group03.xml @@ -0,0 +1,13 @@ + + + + Groups can nest + + + + + + + + diff --git a/test/SVG/image-valid.xml b/test/SVG/image-valid.xml new file mode 100755 index 0000000..320e8d2 --- /dev/null +++ b/test/SVG/image-valid.xml @@ -0,0 +1,11 @@ + + + + This graphic links to an external image + + + My image + + diff --git a/test/SVG/image-wf.xml b/test/SVG/image-wf.xml new file mode 100755 index 0000000..6d13b33 --- /dev/null +++ b/test/SVG/image-wf.xml @@ -0,0 +1,11 @@ + + + This links to an external image + + + My image + + diff --git a/test/SVG/lin-gradient.xml b/test/SVG/lin-gradient.xml new file mode 100755 index 0000000..8ace2b4 --- /dev/null +++ b/test/SVG/lin-gradient.xml @@ -0,0 +1,16 @@ + + + + Linear gradient example + + + + + + + + + + + diff --git a/test/SVG/marker.xml b/test/SVG/marker.xml new file mode 100755 index 0000000..62716a2 --- /dev/null +++ b/test/SVG/marker.xml @@ -0,0 +1,28 @@ + + + + + + + + + An double-headed arrow example using markers + + + + + + + + + + + + + + + diff --git a/test/SVG/mask.xml b/test/SVG/mask.xml new file mode 100755 index 0000000..f81aca1 --- /dev/null +++ b/test/SVG/mask.xml @@ -0,0 +1,13 @@ + + + + Example of using a mask + + + + + + + + diff --git a/test/SVG/mathswitch.xml b/test/SVG/mathswitch.xml new file mode 100755 index 0000000..4d28f33 --- /dev/null +++ b/test/SVG/mathswitch.xml @@ -0,0 +1,32 @@ + + + This example uses the switch element to provide a + fallback graphical representation of an equation, if + MathML is not supported. + + + + + + + + + + + + + + Formula goes here + + + + diff --git a/test/SVG/parentns.xml b/test/SVG/parentns.xml new file mode 100755 index 0000000..ba410e1 --- /dev/null +++ b/test/SVG/parentns.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + diff --git a/test/SVG/path01.xml b/test/SVG/path01.xml new file mode 100755 index 0000000..4590b6c --- /dev/null +++ b/test/SVG/path01.xml @@ -0,0 +1,5 @@ + + + + diff --git a/test/SVG/path02.xml b/test/SVG/path02.xml new file mode 100755 index 0000000..a91aa61 --- /dev/null +++ b/test/SVG/path02.xml @@ -0,0 +1,10 @@ + + + + + + + + + diff --git a/test/SVG/patternfill.xml b/test/SVG/patternfill.xml new file mode 100755 index 0000000..292f4f7 --- /dev/null +++ b/test/SVG/patternfill.xml @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/test/SVG/polyline.xml b/test/SVG/polyline.xml new file mode 100755 index 0000000..e6f7b62 --- /dev/null +++ b/test/SVG/polyline.xml @@ -0,0 +1,9 @@ + + + + A sample polyline, and equivalent path + + + + diff --git a/test/SVG/private.xml b/test/SVG/private.xml new file mode 100755 index 0000000..3601365 --- /dev/null +++ b/test/SVG/private.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + This chart includes private data in another namespace + + + diff --git a/test/SVG/rad-gradient.xml b/test/SVG/rad-gradient.xml new file mode 100755 index 0000000..9ad7683 --- /dev/null +++ b/test/SVG/rad-gradient.xml @@ -0,0 +1,17 @@ + + + + Radial gradient example with three gradient stops + + + + + + + + + + + + diff --git a/test/SVG/rectangle.xml b/test/SVG/rectangle.xml new file mode 100755 index 0000000..e6cdeea --- /dev/null +++ b/test/SVG/rectangle.xml @@ -0,0 +1,10 @@ + + + + This is a rectangle + + + + + diff --git a/test/SVG/richdesc.xml b/test/SVG/richdesc.xml new file mode 100755 index 0000000..ccf8c8d --- /dev/null +++ b/test/SVG/richdesc.xml @@ -0,0 +1,12 @@ + + + + This is an example SVG file + The global description uses markup from the + mydoc namespace. + + + + + diff --git a/test/SVG/script.xml b/test/SVG/script.xml new file mode 100755 index 0000000..600365e --- /dev/null +++ b/test/SVG/script.xml @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/test/SVG/structure01.xml b/test/SVG/structure01.xml new file mode 100755 index 0000000..dec9143 --- /dev/null +++ b/test/SVG/structure01.xml @@ -0,0 +1,10 @@ + + + + + + + + + diff --git a/test/SVG/style.xml b/test/SVG/style.xml new file mode 100755 index 0000000..ba15041 --- /dev/null +++ b/test/SVG/style.xml @@ -0,0 +1,11 @@ + + + + + + + Here is my title + diff --git a/test/SVG/switch.xml b/test/SVG/switch.xml new file mode 100755 index 0000000..18955c9 --- /dev/null +++ b/test/SVG/switch.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + diff --git a/test/SVG/symbol-use.xml b/test/SVG/symbol-use.xml new file mode 100755 index 0000000..83bc458 --- /dev/null +++ b/test/SVG/symbol-use.xml @@ -0,0 +1,28 @@ + + + + + + + + + + Examples of inline and referenced content + + + + + + + + + + + + + + + + + diff --git a/test/SVG/template.xml b/test/SVG/template.xml new file mode 100755 index 0000000..0a9fee7 --- /dev/null +++ b/test/SVG/template.xml @@ -0,0 +1,9 @@ + + + This well formed svg document contains a hyperlink + + +

+ + diff --git a/test/SVG/text01.xml b/test/SVG/text01.xml new file mode 100755 index 0000000..395bafb --- /dev/null +++ b/test/SVG/text01.xml @@ -0,0 +1,12 @@ + + + + + XYZ + + ABC + + + + diff --git a/test/SVG/text02.xml b/test/SVG/text02.xml new file mode 100755 index 0000000..7b95292 --- /dev/null +++ b/test/SVG/text02.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + 123 + ABC + 456 + DEF diff --git a/test/SVG/text03.xml b/test/SVG/text03.xml new file mode 100755 index 0000000..fae9af1 --- /dev/null +++ b/test/SVG/text03.xml @@ -0,0 +1,8 @@ + + + + 123 + 456 + + diff --git a/test/SVG/toap01.xml b/test/SVG/toap01.xml new file mode 100755 index 0000000..32e16e6 --- /dev/null +++ b/test/SVG/toap01.xml @@ -0,0 +1,10 @@ + + + + Simple text on a path + + + Text on path + diff --git a/test/SVG/toap02.xml b/test/SVG/toap02.xml new file mode 100755 index 0000000..6898093 --- /dev/null +++ b/test/SVG/toap02.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + General graphics on a path + + + + + + + + + + + + + + + + + diff --git a/test/SVG/transform.xml b/test/SVG/transform.xml new file mode 100755 index 0000000..13075ee --- /dev/null +++ b/test/SVG/transform.xml @@ -0,0 +1,26 @@ + + + + Demonstration of coordinate transforms + + + This prints 12 pixels high. + This prints 12 pixels high. + + + + + + This prints 24 pixels high. + + + This prints 12 pixels high. + + + + diff --git a/test/SVG/trivial.xml b/test/SVG/trivial.xml new file mode 100755 index 0000000..b6122be --- /dev/null +++ b/test/SVG/trivial.xml @@ -0,0 +1,6 @@ + + + + + diff --git a/test/SVG/twin-gradients.xml b/test/SVG/twin-gradients.xml new file mode 100755 index 0000000..6213f1b --- /dev/null +++ b/test/SVG/twin-gradients.xml @@ -0,0 +1,19 @@ + + + + Gradients apply to leaf nodes + + + + + + + + + + + + + + diff --git a/test/SVG/v-template.xml b/test/SVG/v-template.xml new file mode 100755 index 0000000..d8643d7 --- /dev/null +++ b/test/SVG/v-template.xml @@ -0,0 +1,9 @@ + + + + + + + + diff --git a/test/SVG/viewport-nest.xml b/test/SVG/viewport-nest.xml new file mode 100755 index 0000000..981a7ac --- /dev/null +++ b/test/SVG/viewport-nest.xml @@ -0,0 +1,13 @@ + + + + This SVG drawing embeds another one, + thus establishing a new viewport + + + + + + diff --git a/test/SVG/viewport-transform.xml b/test/SVG/viewport-transform.xml new file mode 100755 index 0000000..e2434bd --- /dev/null +++ b/test/SVG/viewport-transform.xml @@ -0,0 +1,46 @@ + + + + Transformation with establishment of a new viewport + + + This prints 12 pixels high. + This prints 12 pixels high. + + + + + + This prints 24 pixels high. + + + This prints 12 pixels high. + + + + + + + + + + This prints 36 pixels high. + This prints 36 pixels high. + + + + + diff --git a/test/SVG/viewport.xml b/test/SVG/viewport.xml new file mode 100755 index 0000000..0923fae --- /dev/null +++ b/test/SVG/viewport.xml @@ -0,0 +1,11 @@ + + + + + + + + + + diff --git a/test/SVG/wf-template.xml b/test/SVG/wf-template.xml new file mode 100755 index 0000000..f1cad85 --- /dev/null +++ b/test/SVG/wf-template.xml @@ -0,0 +1,7 @@ + + + + + + -- cgit v1.2.3