Sha256: d89ecfd5c7fb2ec8e2fa6a7aebba7c0829ddff66dd56b8cded89041cae8e4fc2

Contents?: true

Size: 350 Bytes

Versions: 2

Compression:

Stored size: 350 Bytes

Contents

<svg <% if @class %>class='<%= @class %>' <% end %>viewBox='0 0 <%= @width %> <%= @height %>' xmlns='http://www.w3.org/2000/svg'>
  <% if @fill_colour %>
  <style type='text/css'>
    <![CDATA[
      rect.on {
        fill: <%= @fill_colour %>;
      }
    ]]>
  </style>
  <% end %>
  <g>
<%= @body.map { |b| "    #{b}" }.join "\n" %>
  </g>
</svg>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nineteen-eighty-two-0.1.9 lib/nineteen/eighty/two/templates/svg/document.eruby
nineteen-eighty-two-0.1.8 lib/nineteen/eighty/two/templates/svg/document.eruby