Sha256: 51fa2bd102f31d590a364822a4cbccf6762273ed3b85e8e4f0d2c62f858b24a8
Contents?: true
Size: 923 Bytes
Versions: 9
Compression:
Stored size: 923 Bytes
Contents
<?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="12cm" height="4cm" viewBox="0 0 1200 400" xmlns="http://www.w3.org/2000/svg" xmlns:xlink='http://www.w3.org/1999/xlink' version="1.1"> <use xlink:href="#two-rects"/> <use xlink:href="#two-rects" x="90" y="90"/> <use xlink:href="#two-rects" x="180" y="180"/> <use xlink:href="#circle" x="0" y="0" style="opacity: 0.5;" transform="scale(1.3)"/> <use xlink:href="#circle" x="0" y="0" style="opacity: 0.2;" transform="scale(1.7)"/> <circle id="circle" cx="600" cy="200" r="100" fill="red" stroke="blue" stroke-width="10" /> <symbol id="two-rects"> <rect x="1" y="1" width="1198" height="398" fill="none" stroke="blue" stroke-width="2"/> <rect x="400" y="100" width="400" height="200" fill="yellow" stroke="navy" stroke-width="10" /> </symbol> </svg>
Version data entries
9 entries across 9 versions & 1 rubygems