Sha256: f1c9d32033f31c4194a287ba36ee4f5bd2c21d7b665049619b2f70fb40512ec6

Contents?: true

Size: 760 Bytes

Versions: 4

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="cyan" />
  </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

4 entries across 4 versions & 1 rubygems

Version Path
prawn-svg-0.12.0.10 spec/sample_svg/scale.svg
prawn-svg-0.12.0.9 spec/sample_svg/scale.svg
prawn-svg-0.12.0.8 spec/sample_svg/scale.svg
prawn-svg-0.12.0.7 spec/sample_svg/scale.svg