Sha256: 977a86b4f2a0922bff3a9dfe06f8c6a5a60473b4421516644741e3c30bea60c5

Contents?: true

Size: 235 Bytes

Versions: 3

Compression:

Stored size: 235 Bytes

Contents

<svg viewBox='0 0 <%= @width %> <%= @height %>' xmlns='http://www.w3.org/2000/svg'>
  <style type='text/css'>
    <![CDATA[
      rect.on {
        fill: <%= @fill_colour %>;
      }
    ]]>
  </style>
  <g>
<%= @body %>
  </g>
</svg>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nineteen-eighty-two-0.1.3 lib/nineteen/eighty/two/templates/svg/document.eruby
nineteen-eighty-two-0.1.2 lib/nineteen/eighty/two/templates/svg/document.eruby
nineteen-eighty-two-0.1.1 lib/nineteen/eighty/two/templates/svg/document.eruby