Sha256: 46b4875687a3b406a424705014d0b7798db0beaf138ebb44407db9f70c247e76

Contents?: true

Size: 908 Bytes

Versions: 44

Compression:

Stored size: 908 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 line01 - lines expressed in user coordinates</desc>
  <!-- Show outline of canvas using 'rect' element -->
  <rect x="1" y="1" width="1198" height="398"
        fill="none" stroke="blue" stroke-width="2" />
  <g stroke="green" >
    <line x1="100" y1="300" x2="300" y2="100"
            stroke-width="5"  />
    <line x1="300" y1="300" x2="500" y2="100"
            stroke-width="10"  />
    <line x1="500" y1="300" x2="700" y2="100"
            stroke-width="15"  />
    <line x1="700" y1="300" x2="900" y2="100"
            stroke-width="20"  />
    <line x1="900" y1="300" x2="1100" y2="100"
            stroke-width="25"  />
  </g>
</svg>

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
prawn-svg-0.23.1 spec/sample_svg/line01.svg
prawn-svg-0.23.0 spec/sample_svg/line01.svg
prawn-svg-0.22.1 spec/sample_svg/line01.svg
prawn-svg-0.21.0 spec/sample_svg/line01.svg
prawn-svg-0.20.0 spec/sample_svg/line01.svg
prawn-svg-0.19.0 spec/sample_svg/line01.svg
prawn-svg-0.18.0 spec/sample_svg/line01.svg
prawn-svg-0.17.0 spec/sample_svg/line01.svg
prawn-svg-0.16.2 spec/sample_svg/line01.svg
prawn-svg-0.16.1 spec/sample_svg/line01.svg
prawn-svg-0.16.0 spec/sample_svg/line01.svg
prawn-svg-0.15.0.0 spec/sample_svg/line01.svg
prawn-svg-0.12.0.12 spec/sample_svg/line01.svg
prawn-svg-0.12.0.11 spec/sample_svg/line01.svg
prawn-svg-0.12.0.10 spec/sample_svg/line01.svg
prawn-svg-0.12.0.9 spec/sample_svg/line01.svg
prawn-svg-0.12.0.8 spec/sample_svg/line01.svg
prawn-svg-0.12.0.7 spec/sample_svg/line01.svg
prawn-svg-0.12.0.6 spec/sample_svg/line01.svg
prawn-svg-0.12.0.4 spec/sample_svg/line01.svg