Commit 3756bbe1 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Add missing space to generic badge template

parent 57df84d2
......@@ -12,7 +12,7 @@
<path fill="<%= badge.key_color %>"
d="M0 0 h<%= badge.key_width %> v20 H0 z"/>
<path fill="<%= badge.value_color %>"
d="M<%= badge.key_width%> 0 h<%= badge.value_width %> v20 H<%= badge.key_width %> z"/>
d="M<%= badge.key_width %> 0 h<%= badge.value_width %> v20 H<%= badge.key_width %> z"/>
<path fill="url(#b)"
d="M0 0 h<%= badge.width %> v20 H0 z"/>
</g>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment