Sha256: 2fd415c492f639d0e4ad8f16b7e83009b9749c6b8fadf8bff366de64e1872f75
Contents?: true
Size: 760 Bytes
Versions: 36
Compression:
Stored size: 760 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="800" height="1000" xmlns="http://www.w3.org/2000/svg" version="1.1"> <text x="100" y="190">scale(1,2)</text> <rect x="100" y="100" width="50" height="50" transform="scale(1,2)" fill="red" /> <text x="200" y="90">scale(2,1)</text> <rect x="100" y="100" width="50" height="50" transform="scale(2,1)" fill="blue" /> <text x="400" y="90">scale(3,1)</text> <g transform="translate(400,100)"> <rect width="50" height="50" transform="scale(3,1)" fill="#0ff" /> </g> <text x="200" y="390">scale(2)</text> <rect x="100" y="200" width="50" height="50" transform="scale(2)" fill="green" /> </svg>
Version data entries
36 entries across 36 versions & 1 rubygems