librsvg source for verification 2026-05-22

This commit is contained in:
2026-05-22 16:45:08 +08:00
commit 75af7ac721
2138 changed files with 161177 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

@@ -0,0 +1,10 @@
<svg viewBox="0 0 30 40" xmlns="http://www.w3.org/2000/svg" stroke="#404040" stroke-linejoin="round" stroke-linecap="round">
<rect width="30" height="40" fill="lime" stroke="none"/>
<rect x='.5' y='.5' width='29' height='39' fill='black' stroke='orange' stroke-width='2'/>
<g transform="scale(1.5) translate(2.5 5)">
<path fill="#fffa72" d="m 14.5,8.5 a 7,7 0 1 1 -14,0 7,7 0 1 1 14,0 z"/>
<path fill="#fff" d="m 11.53,8.56 -8.00,0 c 0,3 2,4 4,4 2.00,0 4.00,-1 4.00,-4 z"/>
<path fill="none" d="m 3.53,6.56 c 0,-2 3,-2 3,0"/>
<path fill="none" d="m 8.53,6.56 c 0,-2 3.00,-2 3.00,0"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 612 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

View File

@@ -0,0 +1,4 @@
rect {fill:fuchsia;}
circle {fill:blue;}
polygon {fill:green;}
ellipse {fill:gold;}

View File

@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet type="text/css" href="svgRef4.css" ?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg id="svg-root" width="100%" height="100%" viewBox="0 0 480 360"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
<SVGTestCase xmlns="http://www.w3.org/2000/02/svg/testsuite/description/" >
<OperatorScript version="$Revision: 1.2 $" testname="" >
<Paragraph>
</Paragraph>
</OperatorScript>
</SVGTestCase>
<title id="test-title" > </title>
<desc id="test-desc" > </desc>
<!--======================================================================-->
<!--Content of Test Case follows... =====================-->
<!--======================================================================-->
<defs>
<style type="text/css">
<![CDATA[
* {stroke:black; stroke-width:1;}
text {stroke:none;}
#test-frame {fill:none;}
]]>
</style>
</defs>
<g id="testContent" >
<rect id="alpha" x="100" y="50" width="120" height="120" />
<circle id="beta" cx="320" cy="110" r="60" />
<polygon id="gamma" points="260,180 380,190 360,300" />
<ellipse id="delta" cx="160" cy="240" ry="60" rx="45" />
</g>
<text font-size="35" x="240" y="35" text-anchor="middle" >svgRef4.svg</text>
<text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$Revision: 1.2 $</text>
<rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1,58 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<!-- ===================================================================== -->
<!-- -->
<!-- text-extTref-BE-18-targ.svg -->
<!-- -->
<!-- Auxiliary file to provide external 'tref' target string for -->
<!-- text-extTref-BE-18.svg. -->
<!-- -->
<!-- ===================================================================== -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="text-tref-BE-04" width="450" height="450" >
<title id="test-title">text-extTref-BE-18-targ</title>
<desc id="test-desc">
Auxiliary ('tref' target) file for test case text-extTref-BE-18.
</desc>
<!-- There is no drawn content to this file, except for the legend & frame -->
<g id="test-body-content">
<defs>
<text id="tref-external-reference">Simple external referenced text.</text>
</defs>
</g>
<!-- ====================================================================== -->
<!-- Legend & frame: Title, suite and SVG document serialization==== -->
<!-- ====================================================================== -->
<g id="test-legend">
<rect x="10" y="390" width="270" height="50" style="fill:none;stroke:#000000"/>
<path style="fill:none;stroke:#000000" d="M10 405 h270 M195 405 v35 M195 422.5 h85"/>
<text style="font-family:Helvetica;font-size:10" x="30" y="401">Scalable Vector Graphics (SVG) Conformance Suite</text>
<text style="font-family:Helvetica;font-size:12" x="65" y="428">text-extTref-BE-18-targ</text>
<text style="font-family:Helvetica;font-size:12" x="205" y="418">Release 1.0</text>
<text style="font-family:Helvetica;font-size:10" x="205" y="435">$Revision: 1.1 $</text>
<!-- Test-framing rectangle, drawn just inside viewport boundary. -->
<rect id="test-frame" x="1" y="1" width="448" height="448" style="fill:none; stroke:#000000"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB