Sha256: 1ea0237a8c8ac7b8c5635eb38bde452b26ab98160a95a1e6f3103e5c04ac9866

Contents?: true

Size: 712 Bytes

Versions: 21

Compression:

Stored size: 712 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" version="1.1">
  <desc>Example rect02 - rounded rectangles</desc>
  <!-- Show outline of canvas using 'rect' element -->
  <rect x="1" y="1" width="1198" height="398"
        fill="none" stroke="blue" stroke-width="2"/>
  <rect x="100" y="100" width="400" height="200" rx="50"
        fill="green" />
  <g transform="translate(700 210) rotate(-30)">
    <rect x="0" y="0" width="400" height="200" rx="50"
          fill="none" stroke="purple" stroke-width="30" />
  </g>
</svg>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
prawn-svg-0.21.0 spec/sample_svg/rect02.svg
prawn-svg-0.20.0 spec/sample_svg/rect02.svg
prawn-svg-0.19.0 spec/sample_svg/rect02.svg
prawn-svg-0.18.0 spec/sample_svg/rect02.svg
prawn-svg-0.17.0 spec/sample_svg/rect02.svg
prawn-svg-0.16.2 spec/sample_svg/rect02.svg
prawn-svg-0.16.1 spec/sample_svg/rect02.svg
prawn-svg-0.16.0 spec/sample_svg/rect02.svg
prawn-svg-0.15.0.0 spec/sample_svg/rect02.svg
prawn-svg-0.12.0.12 spec/sample_svg/rect02.svg
prawn-svg-0.12.0.11 spec/sample_svg/rect02.svg
prawn-svg-0.12.0.10 spec/sample_svg/rect02.svg
prawn-svg-0.12.0.9 spec/sample_svg/rect02.svg
prawn-svg-0.12.0.8 spec/sample_svg/rect02.svg
prawn-svg-0.12.0.7 spec/sample_svg/rect02.svg
prawn-svg-0.12.0.6 spec/sample_svg/rect02.svg
prawn-svg-0.12.0.4 spec/sample_svg/rect02.svg
prawn-svg-0.12.0.3 spec/sample_svg/rect02.svg
prawn-svg-0.12.0.2 spec/sample_svg/rect02.svg
prawn-svg-0.12.0.1 spec/sample_svg/rect02.svg