Move SVG tests to runtest.c
Also update the test results for the first time since 2000.
22
Makefile.am
@ -193,8 +193,6 @@ asan:
|
|||||||
@echo '## rebuilding for ASAN'
|
@echo '## rebuilding for ASAN'
|
||||||
./configure CFLAGS="-fsanitize=address,undefined -Wformat -Werror=format-security -Werror=array-bounds -g" CXXFLAGS="-fsanitize=address,undefined -Wformat -Werror=format-security -Werror=array-bounds -g" LDFLAGS="-fsanitize=address,undefined" CC="clang" CXX="clang++" --disable-shared ; OptimOff ; $(MAKE) clean ; $(MAKE)
|
./configure CFLAGS="-fsanitize=address,undefined -Wformat -Werror=format-security -Werror=array-bounds -g" CXXFLAGS="-fsanitize=address,undefined -Wformat -Werror=format-security -Werror=array-bounds -g" LDFLAGS="-fsanitize=address,undefined" CC="clang" CXX="clang++" --disable-shared ; OptimOff ; $(MAKE) clean ; $(MAKE)
|
||||||
|
|
||||||
testall : tests SVGtests
|
|
||||||
|
|
||||||
tests: $(TEST_DEBUG) $(TEST_CATALOG) $(TEST_REGEXPS) $(TEST_SCHEMATRON) Timingtests $(TEST_VTIME) $(PYTHON_TESTS)
|
tests: $(TEST_DEBUG) $(TEST_CATALOG) $(TEST_REGEXPS) $(TEST_SCHEMATRON) Timingtests $(TEST_VTIME) $(PYTHON_TESTS)
|
||||||
@(if [ "$(PYTHON_SUBDIR)" != "" ] ; then cd python ; \
|
@(if [ "$(PYTHON_SUBDIR)" != "" ] ; then cd python ; \
|
||||||
$(MAKE) -s tests ; fi)
|
$(MAKE) -s tests ; fi)
|
||||||
@ -275,26 +273,6 @@ Catatests : xmlcatalog$(EXEEXT)
|
|||||||
grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0"; \
|
grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0"; \
|
||||||
rm -f $(srcdir)/result/catalogs/mycatalog)
|
rm -f $(srcdir)/result/catalogs/mycatalog)
|
||||||
|
|
||||||
SVGtests : xmllint$(EXEEXT)
|
|
||||||
@echo "## SVG parsing regression tests"
|
|
||||||
-@(for i in $(srcdir)/test/SVG/* ; do \
|
|
||||||
name=`basename $$i`; \
|
|
||||||
if [ ! -d $$i ] ; then \
|
|
||||||
if [ ! -f $(srcdir)/result/SVG/$$name ] ; then \
|
|
||||||
echo New test file $$name ; \
|
|
||||||
$(CHECKER) $(top_builddir)/xmllint $$i > $(srcdir)/result/SVG/$$name ; \
|
|
||||||
grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
|
|
||||||
else \
|
|
||||||
echo Testing $$name ; \
|
|
||||||
$(CHECKER) $(top_builddir)/xmllint $$i > result.$$name ; \
|
|
||||||
grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
|
|
||||||
diff $(srcdir)/result/SVG/$$name result.$$name ; \
|
|
||||||
$(CHECKER) $(top_builddir)/xmllint result.$$name > result2.$$name ; \
|
|
||||||
grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
|
|
||||||
diff result.$$name result2.$$name ; \
|
|
||||||
rm result.$$name result2.$$name ; \
|
|
||||||
fi ; fi ; done)
|
|
||||||
|
|
||||||
Regexptests: testRegexp$(EXEEXT)
|
Regexptests: testRegexp$(EXEEXT)
|
||||||
@(echo > .memdump)
|
@(echo > .memdump)
|
||||||
@echo "## Regexp regression tests"
|
@echo "## Regexp regression tests"
|
||||||
|
@ -15,6 +15,7 @@ XML_SEED_CORPUS_SRC = \
|
|||||||
'$(top_srcdir)/test/errors/*.xml' \
|
'$(top_srcdir)/test/errors/*.xml' \
|
||||||
'$(top_srcdir)/test/errors10/*.xml' \
|
'$(top_srcdir)/test/errors10/*.xml' \
|
||||||
'$(top_srcdir)/test/namespaces/*' \
|
'$(top_srcdir)/test/namespaces/*' \
|
||||||
|
'$(top_srcdir)/test/SVG/*.xml' \
|
||||||
'$(top_srcdir)/test/valid/*.xml' \
|
'$(top_srcdir)/test/valid/*.xml' \
|
||||||
'$(top_srcdir)/test/VC/*' \
|
'$(top_srcdir)/test/VC/*' \
|
||||||
'$(top_srcdir)/test/VCM/*' \
|
'$(top_srcdir)/test/VCM/*' \
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
<?xml version="1.0" standalone="no"?>
|
<?xml version="1.0" standalone="no"?>
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
||||||
<svg width="4in" height="3in">
|
<svg width="4in" height="3in">
|
||||||
<desc>Four separate rectangles
|
<desc>Four separate rectangles
|
||||||
</desc>
|
</desc>
|
||||||
<rect width="20" height="60"/>
|
<rect width="20" height="60"/>
|
||||||
<rect width="30" height="70"/>
|
<rect width="30" height="70"/>
|
||||||
<rect width="40" height="80"/>
|
<rect width="40" height="80"/>
|
||||||
<rect width="50" height="90"/>
|
<rect width="50" height="90"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 357 B After Width: | Height: | Size: 364 B |
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" standalone="no"?>
|
<?xml version="1.0" standalone="no"?>
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
||||||
<svg width="4in" height="3in">
|
<svg width="4in" height="3in">
|
||||||
<desc>This valid svg document draws a triangle which is a hyperlink
|
<desc>This valid svg document draws a triangle which is a hyperlink
|
||||||
</desc>
|
</desc>
|
||||||
<a href="http://www.w3.org">
|
<a href="http://www.w3.org">
|
||||||
<p d="M 0 0 L 200 0 L 100 200 Z"/>
|
<p d="M 0 0 L 200 0 L 100 200 Z"/>
|
||||||
|
Before Width: | Height: | Size: 339 B After Width: | Height: | Size: 338 B |
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" standalone="yes"?>
|
<?xml version="1.0" standalone="yes"?>
|
||||||
<svg xmlns="http://www.w3.org/Graphics/SVG/svg-19990412.dtd" width="4in" height="3in">
|
<svg xmlns="http://www.w3.org/Graphics/SVG/svg-19990412.dtd" width="4in" height="3in">
|
||||||
<desc>This well formed svg document draws a triangle which is a hyperlink
|
<desc>This well formed svg document draws a triangle which is a hyperlink
|
||||||
</desc>
|
</desc>
|
||||||
<a xml:link="simple" show="replace" actuate="user" href="http://www.w3.org">
|
<a xml:link="simple" show="replace" actuate="user" href="http://www.w3.org">
|
||||||
<p d="M 0 0 L 200 0 L 100 200 Z"/>
|
<p d="M 0 0 L 200 0 L 100 200 Z"/>
|
||||||
|
Before Width: | Height: | Size: 345 B After Width: | Height: | Size: 344 B |
@ -1,44 +1,40 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
||||||
|
<!--DOCTYPE svg SYSTEM "svg-19990412.dtd"-->
|
||||||
<svg width="4in" height="3in">
|
<svg width="4in" height="3in">
|
||||||
<title>Kona Lavadome mountain bike
|
<title>Kona Lavadome mountain bike
|
||||||
</title>
|
</title>
|
||||||
<desc>This picture shows a mountain bike, a human-propelled,
|
<desc>This picture shows a mountain bike, a human-propelled,
|
||||||
multi-terrain vehicle. While it can be succesfully used on moorland,
|
multi-terrain vehicle. While it can be succesfully used on moorland,
|
||||||
forest, roads, and large hills it is not actually suitable for going
|
forest, roads, and large hills it is not actually suitable for going
|
||||||
up mountains.
|
up mountains.
|
||||||
</desc>
|
</desc>
|
||||||
<g id="bike">
|
<g id="bike">
|
||||||
<defs>
|
<defs>
|
||||||
<symbol id="spoke">
|
<symbol id="spoke"><desc>14/12 gauge double butted spoke</desc>
|
||||||
<desc>14/12 gauge double butted spoke</desc>
|
<!-- the path data goes here --></symbol>
|
||||||
<!-- the path data goes here -->
|
|
||||||
</symbol>
|
<symbol id="hub"><desc>black anodised low torsion hub</desc>
|
||||||
<symbol id="hub">
|
<!--the path data goes here --></symbol>
|
||||||
<desc>black anodised low torsion hub</desc>
|
|
||||||
<!--the path data goes here -->
|
<symbol id="rim"><desc>twin wall, eyeletted rim</desc>
|
||||||
</symbol>
|
<!-- the path data goes here--></symbol>
|
||||||
<symbol id="rim">
|
|
||||||
<desc>twin wall, eyeletted rim</desc>
|
<symbol id="cogs"><desc>8 speed, wide ratio gearing</desc>
|
||||||
<!-- the path data goes here-->
|
<!--the path data goes here --></symbol>
|
||||||
</symbol>
|
|
||||||
<symbol id="cogs">
|
<symbol id="lacing"><desc>double cross lacing of 32 spokes</desc>
|
||||||
<desc>8 speed, wide ratio gearing</desc>
|
</symbol>
|
||||||
<!--the path data goes here -->
|
|
||||||
</symbol>
|
|
||||||
<symbol id="lacing">
|
|
||||||
<desc>double cross lacing of 32 spokes</desc>
|
|
||||||
</symbol>
|
|
||||||
</defs>
|
</defs>
|
||||||
<!-- the overall bike drawing goes here -->
|
<!-- the overall bike drawing goes here -->
|
||||||
<g id="frontwheel">
|
<g id="frontwheel">
|
||||||
<title>Front wheel</title>
|
<title>Front wheel</title>
|
||||||
<desc>The front wheel provides grip, steering and some shock absorption</desc>
|
<desc>The front wheel provides grip, steering and some shock absorption</desc>
|
||||||
<use href="id(lacing)" style="rotation: 20deg; fillcolor: black"/>
|
<use href="id(lacing)" style="rotation: 20deg; fillcolor: black"/>
|
||||||
</g>
|
</g>
|
||||||
<g id="backwheel"/>
|
<g id="backwheel">
|
||||||
<g id="frame">
|
</g>
|
||||||
<!-- and so on -->
|
<g id="frame"><!-- and so on -->
|
||||||
</g>
|
</g>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
||||||
<svg width="4in" height="3in">
|
<svg width="4in" height="3in">
|
||||||
<desc>This is a blue circle with a red outline
|
<desc>This is a blue circle with a red outline
|
||||||
</desc>
|
</desc>
|
||||||
<g>
|
<g>
|
||||||
<circle style="fill: blue; stroke: red" cx="200" cy="200" r="100"/>
|
<circle style="fill: blue; stroke: red" cx="200" cy="200" r="100"/>
|
||||||
|
Before Width: | Height: | Size: 310 B After Width: | Height: | Size: 309 B |
@ -7,8 +7,8 @@
|
|||||||
<gradientstop offset="30%" color="#39F"/>
|
<gradientstop offset="30%" color="#39F"/>
|
||||||
</lineargradient>
|
</lineargradient>
|
||||||
</defs>
|
</defs>
|
||||||
<desc>Defining things for later use
|
<desc>Defining things for later use
|
||||||
</desc>
|
</desc>
|
||||||
<!-- SVG elements in here would reference/use
|
<!-- SVG elements in here would reference/use
|
||||||
the elements defined in the <defs> -->
|
the elements defined in the <defs> -->
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 511 B After Width: | Height: | Size: 511 B |
@ -1,14 +1,14 @@
|
|||||||
<?xml version="1.0" standalone="no"?>
|
<?xml version="1.0" standalone="no"?>
|
||||||
<!DOCTYPE svg SYSTEM "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
<!DOCTYPE svg SYSTEM "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
||||||
<svg width="4in" height="3in">
|
<svg width="4in" height="3in">
|
||||||
<g>
|
<g>
|
||||||
<title>
|
<title>
|
||||||
Company sales by region
|
Company sales by region
|
||||||
</title>
|
</title>
|
||||||
<desc>
|
<desc>
|
||||||
This is a bar chart which shows
|
This is a bar chart which shows
|
||||||
company sales by region.
|
company sales by region.
|
||||||
</desc>
|
</desc>
|
||||||
<!-- Bar chart defined as vector data -->
|
<!-- Bar chart defined as vector data -->
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 346 B After Width: | Height: | Size: 335 B |
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" standalone="no"?>
|
<?xml version="1.0" standalone="no"?>
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
||||||
<svg width="4in" height="3in">
|
<svg width="4in" height="3in">
|
||||||
<desc>This is an ellipse, axis aligned and centered on the origin
|
<desc>This is an ellipse, axis aligned and centered on the origin
|
||||||
</desc>
|
</desc>
|
||||||
<g>
|
<g>
|
||||||
<ellipse major="85" minor="45"/>
|
<ellipse major="85" minor="45"/>
|
||||||
|
Before Width: | Height: | Size: 310 B After Width: | Height: | Size: 309 B |
@ -2,9 +2,9 @@
|
|||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
||||||
<svg width="800px" height="800px">
|
<svg width="800px" height="800px">
|
||||||
<desc>This sample SVG file draws a flower</desc>
|
<desc>This sample SVG file draws a flower</desc>
|
||||||
<g style="transform: matrix(1 0 0 -1 -25.88 798.60); stroke: #000; stroke-width: 1">
|
<g style="transform: matrix(1 0 0 -1 -25.88 798.60); stroke: #000; stroke-width: 1">
|
||||||
<path style="fill: #1A5466" d="m 242.33 684.19 C 346.44 757.48 271.45 647.38 213.17 641.37 C 271.45 647.38 383.43 575.21 256.71 613.30 C 383.43 575.21 251.04 565.90 205.23 609.68 C 251.04 565.90 265.13 432.88 210.71 557.95 C 265.13 432.88 175.04 531.37 175.67 596.26 C 175.04 531.37 80.63 437.67 138.96 559.82 C 80.63 437.67 100.67 569.80 146.75 611.20 C 100.67 569.80 -31.14 585.98 95.49 617.49 C -31.14 585.98 83.94 652.25 140.24 643.26 C 83.94 652.25 13.98 766.12 113.04 687.55 C 13.98 766.12 137.45 716.63 161.05 668.30 C 137.45 716.63 182.02 842.45 178.39 717.23 C 182.02 842.45 220.90 714.46 193.51 667.46 C 220.90 714.46 346.44 757.48 242.33 684.19 z"/>
|
<path style="fill: #1A5466" d="m 242.33 684.19 C 346.44 757.48 271.45 647.38 213.17 641.37 C 271.45 647.38 383.43 575.21 256.71 613.30 C 383.43 575.21 251.04 565.90 205.23 609.68 C 251.04 565.90 265.13 432.88 210.71 557.95 C 265.13 432.88 175.04 531.37 175.67 596.26 C 175.04 531.37 80.63 437.67 138.96 559.82 C 80.63 437.67 100.67 569.80 146.75 611.20 C 100.67 569.80 -31.14 585.98 95.49 617.49 C -31.14 585.98 83.94 652.25 140.24 643.26 C 83.94 652.25 13.98 766.12 113.04 687.55 C 13.98 766.12 137.45 716.63 161.05 668.30 C 137.45 716.63 182.02 842.45 178.39 717.23 C 182.02 842.45 220.90 714.46 193.51 667.46 C 220.90 714.46 346.44 757.48 242.33 684.19 z"/>
|
||||||
<path style="fill: #34AACD" d="M 235.33 691.19 C 339.44 764.48 264.45 654.38 206.17 648.37 C 264.45 654.38 376.43 582.21 249.71 620.30 C 376.43 582.21 244.04 572.90 198.23 616.68 C 244.04 572.90 258.13 439.88 203.71 564.95 C 258.13 439.88 168.04 538.37 168.67 603.26 C 168.04 538.37 73.63 444.67 131.96 566.82 C 73.63 444.67 93.67 576.80 139.75 618.20 C 93.67 576.80 -38.14 592.98 88.49 624.49 C -38.14 592.98 76.94 659.25 133.24 650.26 C 76.94 659.25 6.98 773.12 106.04 694.55 C 6.98 773.12 130.45 723.63 154.05 675.30 C 130.45 723.63 175.02 849.45 171.39 724.23 C 175.02 849.45 213.90 721.46 186.51 674.46 C 213.90 721.46 339.44 764.48 235.33 691.19 z"/>
|
<path style="fill: #34AACD" d="M 235.33 691.19 C 339.44 764.48 264.45 654.38 206.17 648.37 C 264.45 654.38 376.43 582.21 249.71 620.30 C 376.43 582.21 244.04 572.90 198.23 616.68 C 244.04 572.90 258.13 439.88 203.71 564.95 C 258.13 439.88 168.04 538.37 168.67 603.26 C 168.04 538.37 73.63 444.67 131.96 566.82 C 73.63 444.67 93.67 576.80 139.75 618.20 C 93.67 576.80 -38.14 592.98 88.49 624.49 C -38.14 592.98 76.94 659.25 133.24 650.26 C 76.94 659.25 6.98 773.12 106.04 694.55 C 6.98 773.12 130.45 723.63 154.05 675.30 C 130.45 723.63 175.02 849.45 171.39 724.23 C 175.02 849.45 213.90 721.46 186.51 674.46 C 213.90 721.46 339.44 764.48 235.33 691.19 z"/>
|
||||||
<path style="fill: #F881BF" d="M 199.44 634.43 C 199.44 622.16 189.19 612.21 176.54 612.21 C 163.89 612.21 153.63 622.16 153.63 634.43 C 153.63 646.71 163.89 656.66 176.54 656.66 C 189.19 656.66 199.44 646.71 199.44 634.43 z"/>
|
<path style="fill: #F881BF" d="M 199.44 634.43 C 199.44 622.16 189.19 612.21 176.54 612.21 C 163.89 612.21 153.63 622.16 153.63 634.43 C 153.63 646.71 163.89 656.66 176.54 656.66 C 189.19 656.66 199.44 646.71 199.44 634.43 z"/>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
@ -1,12 +1,12 @@
|
|||||||
<?xml version="1.0" standalone="no"?>
|
<?xml version="1.0" standalone="no"?>
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
||||||
<svg width="4in" height="3in">
|
<svg width="4in" height="3in">
|
||||||
<desc>Gradient example
|
<desc>Gradient example
|
||||||
</desc>
|
</desc>
|
||||||
<g>
|
<g>
|
||||||
<defs>
|
<defs>
|
||||||
<lineargradient id="MyGradient">
|
<lineargradient id="MyGradient">
|
||||||
<!-- Define linear gradient here -->
|
<!-- Define linear gradient here -->
|
||||||
<gradientstop offset="0%" color="#F60"/>
|
<gradientstop offset="0%" color="#F60"/>
|
||||||
<gradientstop offset="70%" color="#FF6"/>
|
<gradientstop offset="70%" color="#FF6"/>
|
||||||
</lineargradient>
|
</lineargradient>
|
||||||
|
Before Width: | Height: | Size: 520 B After Width: | Height: | Size: 527 B |
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" standalone="no"?>
|
<?xml version="1.0" standalone="no"?>
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
||||||
<svg width="4in" height="3in">
|
<svg width="4in" height="3in">
|
||||||
<desc>Two groups, each of two rectangles
|
<desc>Two groups, each of two rectangles
|
||||||
</desc>
|
</desc>
|
||||||
<g style="fillcolor:red">
|
<g style="fillcolor:red">
|
||||||
<rect x="100" y="100" width="100" height="100"/>
|
<rect x="100" y="100" width="100" height="100"/>
|
||||||
|
Before Width: | Height: | Size: 518 B After Width: | Height: | Size: 517 B |
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" standalone="no"?>
|
<?xml version="1.0" standalone="no"?>
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
||||||
<svg width="4in" height="3in">
|
<svg width="4in" height="3in">
|
||||||
<desc>Two named groups
|
<desc>Two named groups
|
||||||
</desc>
|
</desc>
|
||||||
<g id="OBJECT1">
|
<g id="OBJECT1">
|
||||||
<rect x="100" y="100" width="100" height="100"/>
|
<rect x="100" y="100" width="100" height="100"/>
|
||||||
|
Before Width: | Height: | Size: 361 B After Width: | Height: | Size: 360 B |
@ -1,11 +1,12 @@
|
|||||||
<?xml version="1.0" standalone="no"?>
|
<?xml version="1.0" standalone="no"?>
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
||||||
<svg width="4in" height="3in">
|
<svg width="4in" height="3in">
|
||||||
<desc>Groups can nest
|
<desc>Groups can nest
|
||||||
</desc>
|
</desc>
|
||||||
<g>
|
<g>
|
||||||
<g>
|
<g>
|
||||||
<g/>
|
<g>
|
||||||
</g>
|
</g>
|
||||||
</g>
|
</g>
|
||||||
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 257 B After Width: | Height: | Size: 271 B |
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" standalone="no"?>
|
<?xml version="1.0" standalone="no"?>
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
||||||
<svg width="4in" height="3in">
|
<svg width="4in" height="3in">
|
||||||
<desc>This graphic links to an external image
|
<desc>This graphic links to an external image
|
||||||
</desc>
|
</desc>
|
||||||
<image x="200" y="200" style="width: 100px; height: 100px" href="myimage.png">
|
<image x="200" y="200" style="width: 100px; height: 100px" href="myimage.png">
|
||||||
<title>My image</title>
|
<title>My image</title>
|
||||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 359 B |
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" standalone="yes"?>
|
<?xml version="1.0" standalone="yes"?>
|
||||||
<svg xmlns="http://www.w3.org/Graphics/SVG/svg-19990412.dtd" width="4in" height="3in">
|
<svg xmlns="http://www.w3.org/Graphics/SVG/svg-19990412.dtd" width="4in" height="3in">
|
||||||
<desc>This links to an external image
|
<desc>This links to an external image
|
||||||
</desc>
|
</desc>
|
||||||
<image xml:link="simple" x="200" y="200" style="width: 100px; height: 100px" show="embed" actuate="auto" href="myimage.png">
|
<image x="200" y="200" style="width: 100px; height: 100px" xml:link="simple" show="embed" actuate="auto" href="myimage.png">
|
||||||
<title>My image</title>
|
<title>My image</title>
|
||||||
</image>
|
</image>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 349 B |
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" standalone="no"?>
|
<?xml version="1.0" standalone="no"?>
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
||||||
<svg width="4in" height="3in">
|
<svg width="4in" height="3in">
|
||||||
<desc>Linear gradient example
|
<desc>Linear gradient example
|
||||||
</desc>
|
</desc>
|
||||||
<g>
|
<g>
|
||||||
<defs>
|
<defs>
|
||||||
|
Before Width: | Height: | Size: 490 B After Width: | Height: | Size: 489 B |
@ -4,19 +4,21 @@
|
|||||||
<defs>
|
<defs>
|
||||||
<symbol id="Triangle" min-x="0" min-y="0" max-x="100" max-y="100" ref-x="0" ref-y="50">
|
<symbol id="Triangle" min-x="0" min-y="0" max-x="100" max-y="100" ref-x="0" ref-y="50">
|
||||||
<path d="M 0 0 L 0 100 L 100 50 z"/>
|
<path d="M 0 0 L 0 100 L 100 50 z"/>
|
||||||
</symbol>
|
</symbol>
|
||||||
</defs>
|
</defs>
|
||||||
<desc>An double-headed arrow example using markers
|
<desc>An double-headed arrow example using markers
|
||||||
</desc>
|
</desc>
|
||||||
<path d="M0 0">
|
<path d="M0 0">
|
||||||
<!-- Place an arrowhead rotated 180 degrees at the
|
<!-- Place an arrowhead rotated 180 degrees at the
|
||||||
beginning of the path -->
|
beginning of the path -->
|
||||||
<marker href="#Triangle" width="200" height="200" style="text-transform: rotate(180)"/>
|
<marker href="#Triangle" width="200" height="200" style="text-transform: rotate(180)"/>
|
||||||
<data d="M 2000 2000"/>
|
<data d="M 2000 2000"/>
|
||||||
<!-- Turn off markers in the middle of the path -->
|
|
||||||
|
<!-- Turn off markers in the middle of the path -->
|
||||||
<marker href=""/>
|
<marker href=""/>
|
||||||
<data d="L 4000 2000 L 4000 4000"/>
|
<data d="L 4000 2000 L 4000 4000"/>
|
||||||
<!-- Place an arrowhead at the end of the path-->
|
|
||||||
|
<!-- Place an arrowhead at the end of the path-->
|
||||||
<marker href="#Triangle" width="200" height="200"/>
|
<marker href="#Triangle" width="200" height="200"/>
|
||||||
<data d="L 6000 4000"/>
|
<data d="L 6000 4000"/>
|
||||||
</path>
|
</path>
|
||||||
|
Before Width: | Height: | Size: 897 B After Width: | Height: | Size: 911 B |
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" standalone="no"?>
|
<?xml version="1.0" standalone="no"?>
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
||||||
<svg width="4in" height="3in">
|
<svg width="4in" height="3in">
|
||||||
<desc>Example of using a mask
|
<desc>Example of using a mask
|
||||||
</desc>
|
</desc>
|
||||||
<g>
|
<g>
|
||||||
<defs>
|
<defs>
|
||||||
|
Before Width: | Height: | Size: 369 B After Width: | Height: | Size: 368 B |
@ -1,26 +1,29 @@
|
|||||||
<?xml version="1.0" standalone="yes"?>
|
<?xml version="1.0" standalone="yes"?>
|
||||||
<svg xmlns="http://www.w3.org/Graphics/SVG/svg-19990412.dtd" width="4in" height="3in">
|
<svg xmlns="http://www.w3.org/Graphics/SVG/svg-19990412.dtd" width="4in" height="3in">
|
||||||
<desc>This example uses the switch element to provide a
|
<desc>This example uses the switch element to provide a
|
||||||
fallback graphical representation of an equation, if
|
fallback graphical representation of an equation, if
|
||||||
MathML is not supported.
|
MathML is not supported.
|
||||||
</desc>
|
</desc>
|
||||||
<!-- The <switch> element will process the first child element
|
<!-- The <switch> element will process the first child element
|
||||||
whose testing attributes evaluate to true.-->
|
whose testing attributes evaluate to true.-->
|
||||||
<switch>
|
<switch>
|
||||||
<!-- Process the MathML if the system-required attribute
|
|
||||||
evaluates to true (i.e., the user agent supports MathML
|
<!-- Process the MathML if the system-required attribute
|
||||||
|
evaluates to true (i.e., the user agent supports MathML
|
||||||
embedded within SVG). -->
|
embedded within SVG). -->
|
||||||
<foreignobject system-required="http://www.w3.org/TR/REC-MathML-19980407" width="100" height="50">
|
<foreignobject system-required="http://www.w3.org/TR/REC-MathML-19980407" width="100" height="50">
|
||||||
<!-- MathML content goes here -->
|
<!-- MathML content goes here -->
|
||||||
</foreignobject>
|
</foreignobject>
|
||||||
<!-- Else, process the following alternate SVG.
|
|
||||||
Note that there are no testing attributes on the <g> element.
|
<!-- Else, process the following alternate SVG.
|
||||||
If no testing attributes are provided, it is as if there
|
Note that there are no testing attributes on the <g> element.
|
||||||
|
If no testing attributes are provided, it is as if there
|
||||||
were testing attributes and they evaluated to true.-->
|
were testing attributes and they evaluated to true.-->
|
||||||
<g>
|
<g>
|
||||||
<!-- Draw a red rectangle with a text string on top. -->
|
<!-- Draw a red rectangle with a text string on top. -->
|
||||||
<rect style="fill: red"/>
|
<rect style="fill: red"/>
|
||||||
<text>Formula goes here</text>
|
<text>Formula goes here</text>
|
||||||
</g>
|
</g>
|
||||||
|
|
||||||
</switch>
|
</switch>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
@ -1,9 +1,9 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<ABC xmlns="http://parent.name.space" xmlns:svg="http://www.w3.org/Graphics/SVG/1.0">
|
<ABC xmlns="http://parent.name.space" xmlns:svg="http://www.w3.org/Graphics/SVG/1.0">
|
||||||
<!-- document in the parent namespace -->
|
<!-- document in the parent namespace -->
|
||||||
<svg:svg width="40%" height="40%">
|
<svg:svg width="40%" height="40%">
|
||||||
<svg:rectangle width="43.6" height="31.5"/>
|
<svg:rectangle width="43.6" height="31.5"/>
|
||||||
<!-- svg graphic continues -->
|
<!-- svg graphic continues -->
|
||||||
</svg:svg>
|
</svg:svg>
|
||||||
<!-- document in parent namespace continues -->
|
<!-- document in parent namespace continues -->
|
||||||
</ABC>
|
</ABC>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" standalone="yes"?>
|
<?xml version="1.0" standalone="yes"?>
|
||||||
<svg xmlns="http://www.w3.org/Graphics/SVG/svg-19990412.dtd" width="4in" height="3in">
|
<svg xmlns="http://www.w3.org/Graphics/SVG/svg-19990412.dtd" width="4in" height="3in">
|
||||||
<path d="M 100 100 L 140 100 L 120 140 z"/>
|
<path d="M 100 100 L 140 100 L 120 140 z"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 179 B After Width: | Height: | Size: 177 B |
@ -3,7 +3,7 @@
|
|||||||
<svg width="4in" height="3in">
|
<svg width="4in" height="3in">
|
||||||
<defs>
|
<defs>
|
||||||
<symbol id="fourstar">
|
<symbol id="fourstar">
|
||||||
<!-- Define the pattern using standard graphics elements
|
<!-- Define the pattern using standard graphics elements
|
||||||
such as paths, images, text and shapes -->
|
such as paths, images, text and shapes -->
|
||||||
</symbol>
|
</symbol>
|
||||||
</defs>
|
</defs>
|
||||||
|
Before Width: | Height: | Size: 417 B After Width: | Height: | Size: 422 B |
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" standalone="no"?>
|
<?xml version="1.0" standalone="no"?>
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
||||||
<svg width="4in" height="3in">
|
<svg width="4in" height="3in">
|
||||||
<desc>A sample polyline, and equivalent path
|
<desc>A sample polyline, and equivalent path
|
||||||
</desc>
|
</desc>
|
||||||
<polyline verts="20,20 50,100 200,80 70,300"/>
|
<polyline verts="20,20 50,100 200,80 70,300"/>
|
||||||
<path d="M20,20 L50,100 L200,80 L70,300"/>
|
<path d="M20,20 L50,100 L200,80 L70,300"/>
|
||||||
|
Before Width: | Height: | Size: 333 B After Width: | Height: | Size: 332 B |
@ -7,12 +7,12 @@
|
|||||||
<myapp:piece label="Eastern Region" value="2.53"/>
|
<myapp:piece label="Eastern Region" value="2.53"/>
|
||||||
<myapp:piece label="Southern Region" value="3.89"/>
|
<myapp:piece label="Southern Region" value="3.89"/>
|
||||||
<myapp:piece label="Western Region" value="2.04"/>
|
<myapp:piece label="Western Region" value="2.04"/>
|
||||||
<!-- Other private data goes here -->
|
<!-- Other private data goes here -->
|
||||||
</myapp:piechart>
|
</myapp:piechart>
|
||||||
</private>
|
</private>
|
||||||
</defs>
|
</defs>
|
||||||
<desc>This chart includes private data in another namespace
|
<desc>This chart includes private data in another namespace
|
||||||
</desc>
|
</desc>
|
||||||
<!-- In here would be the actual graphics elements which
|
<!-- In here would be the actual graphics elements which
|
||||||
draw the pie chart -->
|
draw the pie chart -->
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 727 B After Width: | Height: | Size: 737 B |
@ -1,14 +1,14 @@
|
|||||||
<?xml version="1.0" standalone="no"?>
|
<?xml version="1.0" standalone="no"?>
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
||||||
<svg width="4in" height="3in">
|
<svg width="4in" height="3in">
|
||||||
<desc>Radial gradient example with three gradient stops
|
<desc>Radial gradient example with three gradient stops
|
||||||
</desc>
|
</desc>
|
||||||
<g>
|
<g>
|
||||||
<defs>
|
<defs>
|
||||||
<radialgradient id="MyGradient">
|
<radialgradient id="MyGradient">
|
||||||
<gradientstop offset="0%" color="white"/>
|
<gradientstop offset="0%" color="white"/>
|
||||||
<gradientstop offset="50%" color="red"/>
|
<gradientstop offset="50%" color="red"/>
|
||||||
<gradientstop offset="100%" color="black"/>
|
<gradientstop offset="100%" color="black"/>
|
||||||
</radialgradient>
|
</radialgradient>
|
||||||
</defs>
|
</defs>
|
||||||
<circle style="fill: url(#MyGradient)" r="42"/>
|
<circle style="fill: url(#MyGradient)" r="42"/>
|
||||||
|
Before Width: | Height: | Size: 552 B After Width: | Height: | Size: 554 B |
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" standalone="no"?>
|
<?xml version="1.0" standalone="no"?>
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
||||||
<svg width="4in" height="3in">
|
<svg width="4in" height="3in">
|
||||||
<desc>This is a rectangle
|
<desc>This is a rectangle
|
||||||
</desc>
|
</desc>
|
||||||
<g>
|
<g>
|
||||||
<rect x="20" y="30" width="100" height="80"/>
|
<rect x="20" y="30" width="100" height="80"/>
|
||||||
|
Before Width: | Height: | Size: 283 B After Width: | Height: | Size: 282 B |
@ -1,11 +1,11 @@
|
|||||||
<?xml version="1.0" standalone="yes"?>
|
<?xml version="1.0" standalone="yes"?>
|
||||||
<svg xmlns="http://www.w3.org/Graphics/SVG/svg-19990412.dtd" width="4in" height="3in">
|
<svg xmlns="http://www.w3.org/Graphics/SVG/svg-19990412.dtd" width="4in" height="3in">
|
||||||
<desc xmlns:mydoc="http://foo.org/mydoc">
|
<desc xmlns:mydoc="http://foo.org/mydoc">
|
||||||
<mydoc:title>This is an example SVG file</mydoc:title>
|
<mydoc:title>This is an example SVG file</mydoc:title>
|
||||||
<mydoc:para>The global description uses markup from the
|
<mydoc:para>The global description uses markup from the
|
||||||
<mydoc:emph>mydoc</mydoc:emph> namespace.</mydoc:para>
|
<mydoc:emph>mydoc</mydoc:emph> namespace.</mydoc:para>
|
||||||
</desc>
|
</desc>
|
||||||
<g>
|
<g>
|
||||||
<!-- the picture goes here -->
|
<!-- the picture goes here -->
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 415 B After Width: | Height: | Size: 425 B |
@ -2,10 +2,9 @@
|
|||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
||||||
<svg width="4in" height="3in">
|
<svg width="4in" height="3in">
|
||||||
<defs>
|
<defs>
|
||||||
<script>
|
<script><![CDATA[
|
||||||
<![CDATA[
|
/* Beep on mouseclick */
|
||||||
/* Beep on mouseclick */
|
MouseClickHandler() { beep(); }
|
||||||
MouseClickHandler() { beep(); }
|
|
||||||
]]>
|
]]>
|
||||||
</script>
|
</script>
|
||||||
</defs>
|
</defs>
|
||||||
|
Before Width: | Height: | Size: 367 B After Width: | Height: | Size: 363 B |
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" standalone="yes"?>
|
<?xml version="1.0" standalone="yes"?>
|
||||||
<parent xmlns="http://someplace.org" xmlns:svg="http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
<parent xmlns="http://someplace.org" xmlns:svg="http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
||||||
<!-- parent stuff here -->
|
<!-- parent stuff here -->
|
||||||
<svg:svg width="5cm" height="8cm">
|
<svg:svg width="5cm" height="8cm">
|
||||||
<svg:ellipse major="200" minor="130"/>
|
<svg:ellipse major="200" minor="130"/>
|
||||||
</svg:svg>
|
</svg:svg>
|
||||||
<!-- ... -->
|
<!-- ... -->
|
||||||
</parent>
|
</parent>
|
||||||
|
@ -2,8 +2,7 @@
|
|||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
||||||
<svg width="4in" height="3in">
|
<svg width="4in" height="3in">
|
||||||
<defs>
|
<defs>
|
||||||
<style>
|
<style><![CDATA[
|
||||||
<![CDATA[
|
|
||||||
.TitleText { font-size: 16; font-family: Helvetica } ]]>
|
.TitleText { font-size: 16; font-family: Helvetica } ]]>
|
||||||
</style>
|
</style>
|
||||||
</defs>
|
</defs>
|
||||||
|
Before Width: | Height: | Size: 349 B After Width: | Height: | Size: 347 B |
@ -1,15 +1,17 @@
|
|||||||
<?xml version="1.0" standalone="yes"?>
|
<?xml version="1.0" standalone="yes"?>
|
||||||
<smil>
|
<smil>
|
||||||
<body>
|
<body>
|
||||||
<!-- The SMIL <switch> element will process the
|
<!-- The SMIL <switch> element will process the
|
||||||
first child element which tests true and skip
|
first child element which tests true and skip
|
||||||
past all others. -->
|
past all others. -->
|
||||||
<switch>
|
<switch>
|
||||||
<!-- The system-required attribute tests to see if
|
|
||||||
the user agent supports SVG. If true, then
|
<!-- The system-required attribute tests to see if
|
||||||
|
the user agent supports SVG. If true, then
|
||||||
render the file drawing.svg. -->
|
render the file drawing.svg. -->
|
||||||
<ref system-required="http://www.w3.org/Graphics/SVG/svg-19990412.dtd" type="image/svg" src="drawing.svg"/>
|
<ref system-required="http://www.w3.org/Graphics/SVG/svg-19990412.dtd" type="image/svg" src="drawing.svg"/>
|
||||||
<!-- Else, render the alternate image. -->
|
|
||||||
|
<!-- Else, render the alternate image. -->
|
||||||
<img src="alternate_image.jpg"/>
|
<img src="alternate_image.jpg"/>
|
||||||
</switch>
|
</switch>
|
||||||
</body>
|
</body>
|
||||||
|
@ -3,20 +3,25 @@
|
|||||||
<svg width="4in" height="3in">
|
<svg width="4in" height="3in">
|
||||||
<defs>
|
<defs>
|
||||||
<symbol id="TemplateObject01">
|
<symbol id="TemplateObject01">
|
||||||
<!-- symbol definition here -->
|
<!-- symbol definition here -->
|
||||||
</symbol>
|
</symbol>
|
||||||
</defs>
|
</defs>
|
||||||
<desc>Examples of inline and referenced content
|
|
||||||
|
<desc>Examples of inline and referenced content
|
||||||
</desc>
|
</desc>
|
||||||
<!-- <g> with inline content -->
|
|
||||||
|
<!-- <g> with inline content -->
|
||||||
<g>
|
<g>
|
||||||
<!-- Inline content goes here -->
|
<!-- Inline content goes here -->
|
||||||
</g>
|
</g>
|
||||||
<!-- referenced content -->
|
|
||||||
|
<!-- referenced content -->
|
||||||
<use href="#TemplateObject01"/>
|
<use href="#TemplateObject01"/>
|
||||||
<!-- <g> with both referenced and inline content -->
|
|
||||||
|
<!-- <g> with both referenced and inline content -->
|
||||||
<g>
|
<g>
|
||||||
<use href="#TemplateObject01"/>
|
<use href="#TemplateObject01"/>
|
||||||
<!-- Inline content goes here -->
|
<!-- Inline content goes here -->
|
||||||
</g>
|
</g>
|
||||||
|
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 620 B After Width: | Height: | Size: 646 B |
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<svg xmlns="http://www.w3.org/Graphics/SVG/svg-19990412.dtd" width="4in" height="3in">
|
<svg xmlns="http://www.w3.org/Graphics/SVG/svg-19990412.dtd" width="4in" height="3in">
|
||||||
<desc>This well formed svg document contains a hyperlink
|
<desc>This well formed svg document contains a hyperlink
|
||||||
</desc>
|
</desc>
|
||||||
<a xml:link="simple" show="replace" actuate="user" href="http://www.w3.org">
|
<a xml:link="simple" show="replace" actuate="user" href="http://www.w3.org">
|
||||||
<p d="M 0 0 L 200 0 L 100 200 Z"/>
|
<p d="M 0 0 L 200 0 L 100 200 Z"/>
|
||||||
|
Before Width: | Height: | Size: 311 B After Width: | Height: | Size: 310 B |
@ -10,16 +10,7 @@
|
|||||||
<t href="#T4"/>
|
<t href="#T4"/>
|
||||||
</textflow>
|
</textflow>
|
||||||
</defs>
|
</defs>
|
||||||
<text x="100" y="100" id="T1">
|
<text x="100" y="100" id="T1"><tf href="#TF1">123</tf></text>
|
||||||
<tf href="#TF1">123</tf>
|
<text x="100" y="200" id="T2"><tf href="#TF2">ABC</tf></text>
|
||||||
</text>
|
<text x="150" y="100" id="T3"><tf href="#TF1">456</tf></text>
|
||||||
<text x="100" y="200" id="T2">
|
<text x="150" y="200" id="T4"><tf href="#TF2">DEF</tf></text></svg>
|
||||||
<tf href="#TF2">ABC</tf>
|
|
||||||
</text>
|
|
||||||
<text x="150" y="100" id="T3">
|
|
||||||
<tf href="#TF1">456</tf>
|
|
||||||
</text>
|
|
||||||
<text x="150" y="200" id="T4">
|
|
||||||
<tf href="#TF2">DEF</tf>
|
|
||||||
</text>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 608 B After Width: | Height: | Size: 575 B |
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" standalone="no"?>
|
<?xml version="1.0" standalone="no"?>
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
||||||
<svg width="4in" height="3in">
|
<svg width="4in" height="3in">
|
||||||
<desc>Simple text on a path
|
<desc>Simple text on a path
|
||||||
</desc>
|
</desc>
|
||||||
<path id="MyPath" style="visibility: hidden" d="M 100 100 C 125 125 175 125 200 100"/>
|
<path id="MyPath" style="visibility: hidden" d="M 100 100 C 125 125 175 125 200 100"/>
|
||||||
<text><textpath href="#MyPath"/>Text on path</text>
|
<text><textpath href="#MyPath"/>Text on path</text>
|
||||||
|
Before Width: | Height: | Size: 365 B After Width: | Height: | Size: 364 B |
@ -9,8 +9,10 @@
|
|||||||
<path d="M 50 0 L 250 200 L 250 0 z"/>
|
<path d="M 50 0 L 250 200 L 250 0 z"/>
|
||||||
</symbol>
|
</symbol>
|
||||||
</defs>
|
</defs>
|
||||||
<desc>General graphics on a path
|
|
||||||
|
<desc>General graphics on a path
|
||||||
</desc>
|
</desc>
|
||||||
|
|
||||||
<text>
|
<text>
|
||||||
<textpath href="#MyPath"/>
|
<textpath href="#MyPath"/>
|
||||||
<use href="#Triangle1"/>
|
<use href="#Triangle1"/>
|
||||||
@ -24,4 +26,5 @@
|
|||||||
<use href="#Triangle1"/>
|
<use href="#Triangle1"/>
|
||||||
<use href="#Triangle2"/>
|
<use href="#Triangle2"/>
|
||||||
</text>
|
</text>
|
||||||
|
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 848 B After Width: | Height: | Size: 854 B |
@ -1,20 +1,25 @@
|
|||||||
<?xml version="1.0" standalone="no"?>
|
<?xml version="1.0" standalone="no"?>
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
||||||
<svg width="4in" height="3in">
|
<svg width="4in" height="3in">
|
||||||
<desc>Demonstration of coordinate transforms
|
<desc>Demonstration of coordinate transforms
|
||||||
</desc>
|
</desc>
|
||||||
<!-- The following two text elements will both draw with a
|
<!-- The following two text elements will both draw with a
|
||||||
font height of 12 pixels -->
|
font height of 12 pixels -->
|
||||||
<text style="font-size: 12">This prints 12 pixels high.</text>
|
<text style="font-size: 12">This prints 12 pixels high.</text>
|
||||||
<text style="font-size: 12px">This prints 12 pixels high.</text>
|
<text style="font-size: 12px">This prints 12 pixels high.</text>
|
||||||
<!-- Now scale the coordinate system by 2. -->
|
|
||||||
<g style="transform: scale(2)">
|
<!-- Now scale the coordinate system by 2. -->
|
||||||
<!-- The following text will actually draw 24 pixels high
|
<g style="transform: scale(2)">
|
||||||
because each unit in the new coordinate system equals
|
|
||||||
|
<!-- The following text will actually draw 24 pixels high
|
||||||
|
because each unit in the new coordinate system equals
|
||||||
2 units in the previous coordinate system. -->
|
2 units in the previous coordinate system. -->
|
||||||
<text style="font-size: 12">This prints 24 pixels high.</text>
|
<text style="font-size: 12">This prints 24 pixels high.</text>
|
||||||
<!-- The following text will actually still draw 12 pixels high
|
|
||||||
|
<!-- The following text will actually still draw 12 pixels high
|
||||||
because the CSS unit specifier has been provided. -->
|
because the CSS unit specifier has been provided. -->
|
||||||
<text style="font-size: 12px">This prints 12 pixels high.</text>
|
<text style="font-size: 12px">This prints 12 pixels high.</text>
|
||||||
</g>
|
|
||||||
|
</g>
|
||||||
|
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 1006 B After Width: | Height: | Size: 1.0 KiB |
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" standalone="yes"?>
|
<?xml version="1.0" standalone="yes"?>
|
||||||
<svg xmlns="http://www.w3.org/Graphics/SVG/svg-19990412.dtd" width="4in" height="3in">
|
<svg xmlns="http://www.w3.org/Graphics/SVG/svg-19990412.dtd" width="4in" height="3in">
|
||||||
<!-- Insert drawing elements here -->
|
<!-- Insert drawing elements here -->
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 171 B After Width: | Height: | Size: 172 B |
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" standalone="no"?>
|
<?xml version="1.0" standalone="no"?>
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
||||||
<svg width="4in" height="3in">
|
<svg width="4in" height="3in">
|
||||||
<desc>Gradients apply to leaf nodes
|
<desc>Gradients apply to leaf nodes
|
||||||
</desc>
|
</desc>
|
||||||
<g>
|
<g>
|
||||||
<defs>
|
<defs>
|
||||||
@ -13,6 +13,6 @@
|
|||||||
<g style="fill: url(#MyGradient)">
|
<g style="fill: url(#MyGradient)">
|
||||||
<rect width="20" height="15.8"/>
|
<rect width="20" height="15.8"/>
|
||||||
<rect width="35" height="8"/>
|
<rect width="35" height="8"/>
|
||||||
</g>
|
</g>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 551 B After Width: | Height: | Size: 549 B |
@ -1,6 +1,8 @@
|
|||||||
<?xml version="1.0" standalone="no"?>
|
<?xml version="1.0" standalone="no"?>
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
||||||
<svg width="4in" height="3in">
|
<svg width="4in" height="3in">
|
||||||
<desc/>
|
<desc>
|
||||||
<g/>
|
</desc>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 198 B After Width: | Height: | Size: 213 B |
@ -1,12 +1,12 @@
|
|||||||
<?xml version="1.0" standalone="no"?>
|
<?xml version="1.0" standalone="no"?>
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
||||||
<svg width="4in" height="3in">
|
<svg width="4in" height="3in">
|
||||||
<desc>This SVG drawing embeds another one,
|
<desc>This SVG drawing embeds another one,
|
||||||
thus establishing a new viewport
|
thus establishing a new viewport
|
||||||
</desc>
|
</desc>
|
||||||
<!-- The following statement establishing a new viewport
|
<!-- The following statement establishing a new viewport
|
||||||
and renders SVG drawing B into that viewport -->
|
and renders SVG drawing B into that viewport -->
|
||||||
<svg style="left: 25%; top: 25%" width="50%" height="50%">
|
<svg style="left: 25%; top: 25%" width="50%" height="50%">
|
||||||
<!-- drawing B goes here -->
|
<!-- drawing B goes here -->
|
||||||
</svg>
|
</svg>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 488 B After Width: | Height: | Size: 492 B |
@ -1,36 +1,44 @@
|
|||||||
<?xml version="1.0" standalone="no"?>
|
<?xml version="1.0" standalone="no"?>
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
|
||||||
<svg width="300px" height="3oopx">
|
<svg width="300px" height="3oopx">
|
||||||
<desc>Transformation with establishment of a new viewport
|
<desc>Transformation with establishment of a new viewport
|
||||||
</desc>
|
</desc>
|
||||||
<!-- The following two text elements will both draw with a
|
<!-- The following two text elements will both draw with a
|
||||||
font height of 12 pixels -->
|
font height of 12 pixels -->
|
||||||
<text style="font-size: 12">This prints 12 pixels high.</text>
|
<text style="font-size: 12">This prints 12 pixels high.</text>
|
||||||
<text style="font-size: 12px">This prints 12 pixels high.</text>
|
<text style="font-size: 12px">This prints 12 pixels high.</text>
|
||||||
<!-- Now scale the coordinate system by 2. -->
|
|
||||||
<g style="transform: scale(2)">
|
<!-- Now scale the coordinate system by 2. -->
|
||||||
<!-- The following text will actually draw 24 pixels high
|
<g style="transform: scale(2)">
|
||||||
because each unit in the new coordinate system equals
|
|
||||||
|
<!-- The following text will actually draw 24 pixels high
|
||||||
|
because each unit in the new coordinate system equals
|
||||||
2 units in the previous coordinate system. -->
|
2 units in the previous coordinate system. -->
|
||||||
<text style="font-size: 12">This prints 24 pixels high.</text>
|
<text style="font-size: 12">This prints 24 pixels high.</text>
|
||||||
<!-- The following text will actually still draw 12 pixels high
|
|
||||||
|
<!-- The following text will actually still draw 12 pixels high
|
||||||
because the CSS unit specifier has been provided. -->
|
because the CSS unit specifier has been provided. -->
|
||||||
<text style="font-size: 12px">This prints 12 pixels high.</text>
|
<text style="font-size: 12px">This prints 12 pixels high.</text>
|
||||||
</g>
|
</g>
|
||||||
<!-- This time, scale the coordinate system by 3. -->
|
|
||||||
<g style="transform: scale(3)">
|
<!-- This time, scale the coordinate system by 3. -->
|
||||||
<!-- Establish a new viewport and thus change the meaning of
|
<g style="transform: scale(3)">
|
||||||
|
|
||||||
|
<!-- Establish a new viewport and thus change the meaning of
|
||||||
some CSS unit specifiers. -->
|
some CSS unit specifiers. -->
|
||||||
<svg style="left:0; top:0; right:100; bottom:100" width="100%" height="100%">
|
<svg style="left:0; top:0; right:100; bottom:100" width="100%" height="100%">
|
||||||
<!-- The following two text elements will both draw with a
|
|
||||||
font height of 36 screen pixels. The first text element
|
<!-- The following two text elements will both draw with a
|
||||||
defines its height in user coordinates, which have been
|
font height of 36 screen pixels. The first text element
|
||||||
scaled by 3. The second text element defines its height
|
defines its height in user coordinates, which have been
|
||||||
in CSS px units, which have been redefined to be three times
|
scaled by 3. The second text element defines its height
|
||||||
as big as screen pixels due the <svg> element establishing
|
in CSS px units, which have been redefined to be three times
|
||||||
|
as big as screen pixels due the <svg> element establishing
|
||||||
a new viewport. -->
|
a new viewport. -->
|
||||||
<text style="font-size: 12">This prints 36 pixels high.</text>
|
<text style="font-size: 12">This prints 36 pixels high.</text>
|
||||||
<text style="font-size: 12px">This prints 36 pixels high.</text>
|
<text style="font-size: 12px">This prints 36 pixels high.</text>
|
||||||
</svg>
|
|
||||||
</g>
|
</svg>
|
||||||
|
</g>
|
||||||
|
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
@ -1,8 +1,10 @@
|
|||||||
<?xml version="1.0" standalone="yes"?>
|
<?xml version="1.0" standalone="yes"?>
|
||||||
<parent xmlns="http://some.url">
|
<parent xmlns="http://some.url">
|
||||||
<!-- SVG graphic -->
|
|
||||||
<svg xmlns="http://www.w3.org/Graphics/SVG/svg-19990412.dtd" width="100px" height="200px">
|
<!-- SVG graphic -->
|
||||||
<path d="M100,100 Q200,400,300,100"/>
|
<svg xmlns="http://www.w3.org/Graphics/SVG/svg-19990412.dtd" width="100px" height="200px">
|
||||||
<!-- rest of SVG graphic would go here -->
|
<path d="M100,100 Q200,400,300,100"/>
|
||||||
</svg>
|
<!-- rest of SVG graphic would go here -->
|
||||||
|
</svg>
|
||||||
|
|
||||||
</parent>
|
</parent>
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
<?xml version="1.0" standalone="yes"?>
|
<?xml version="1.0" standalone="yes"?>
|
||||||
<svg xmlns="http://www.w3.org/Graphics/SVG/svg-19990412.dtd" width="4in" height="3in">
|
<svg xmlns="http://www.w3.org/Graphics/SVG/svg-19990412.dtd" width="4in" height="3in">
|
||||||
<desc/>
|
<desc>
|
||||||
|
</desc>
|
||||||
|
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 143 B After Width: | Height: | Size: 153 B |
@ -4491,6 +4491,9 @@ testDesc testDescriptions[] = {
|
|||||||
threadsTest, NULL, NULL, NULL, NULL,
|
threadsTest, NULL, NULL, NULL, NULL,
|
||||||
0 },
|
0 },
|
||||||
#endif
|
#endif
|
||||||
|
{ "SVG parsing regression tests" ,
|
||||||
|
oldParseTest, "./test/SVG/*.xml", "result/SVG/", "", NULL,
|
||||||
|
0 },
|
||||||
{NULL, NULL, NULL, NULL, NULL, NULL, 0}
|
{NULL, NULL, NULL, NULL, NULL, NULL, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
|