Sha256: ea7cb4c2c43ecd62aae3cfcde5d75219649e484c9d7b3981887942c5e94ea650
Contents?: true
Size: 786 Bytes
Versions: 45
Compression:
Stored size: 786 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="10cm" height="3cm" viewBox="0 0 1000 300" xmlns="http://www.w3.org/2000/svg" version="1.1"> <desc>Example tspan04 - Use parent text-anchor attribute attributes</desc> <g font-family="Verdana" font-size="45" > <rect x="100" y="150" width="450" height="2" fill="none" stroke="blue" stroke-width="2"/> <text x="100" y="150" width="500" fill="blue" text-anchor="middle"> <tspan font-weight="bold" fill="red" >You are a banana.</tspan> </text> </g> <!-- Show outline of canvas using 'rect' element --> <rect x="1" y="1" width="998" height="298" fill="none" stroke="blue" stroke-width="2" /> </svg>
Version data entries
45 entries across 45 versions & 1 rubygems