Sha256: f810b8d29510f1811ce99baa6adb78a08784d7edb4e45f035df440dfe0e68fbf
Contents?: true
Size: 268 Bytes
Versions: 4
Compression:
Stored size: 268 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.map { |b| " #{b}" }.join "\n" %> </g> </svg>
Version data entries
4 entries across 4 versions & 1 rubygems