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

View File

@@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
<title>Voronoi. Simple poor</title>
<style type="text/css">
<![CDATA[
.line {
stroke : black;
stroke-width : 1;
stroke-linecap : butt;
}
.circle {
stroke : none;
stroke-width : 0;
fill : black;
}
text {
font-family: sans;
}
.text {
stroke-width : 0;
stroke : none;
fill : black;
font-size : 15px;
font-style : italic;
}
.rect {
stroke : none;
stroke-width : 0;
}
]]>
</style>
<rect class="rect" x="0" y="0" width="50" height="100" fill="LightBlue"/>
<rect class="rect" x="50" y="0" width="50" height="100" fill="LightGreen"/><!-- AntiqueWhite LightCyan -->
<line class="line" x1="25" y1="70" x2="75" y2="70"/>
<line class="line" x1="50" y1="10" x2="50" y2="90"/>
<path fill="none" stroke="black" d="M 50,65 l 5,0 l 0,5"/>
<circle class="circle" cx="25" cy="70" r="2"/>
<circle class="circle" cx="75" cy="70" r="2"/>
<text class="text" x="14" y="70">p</text>
<text class="text" x="80" y="70">q</text>
<text class="text" x="5" y="20">H<tspan dy="0.2em" style="font-size : smaller">pq</tspan></text>
<text class="text" x="75" y="20">H<tspan dy="0.2em" style="font-size : smaller">qp</tspan></text>
<!--
Creation timestamp (ISO 8601) 2015-02-06T05:39:42+00:00.
2015-02-06
first release
-->
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB