Skip to content

Instantly share code, notes, and snippets.

@Nelrohd
Created June 22, 2015 18:27
Show Gist options
  • Save Nelrohd/3bdb0fa9c622e391d1eb to your computer and use it in GitHub Desktop.
Save Nelrohd/3bdb0fa9c622e391d1eb to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel">
<% _.each(infos, function(info) { %>
<g fill="#000000" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square"
stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
font-family="Times New Roman" font-size="16" font-weight="400" font-style="normal">
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="24" y="24" font-family="Times New Roman" font-size="16" font-weight="400" font-style="normal"> <%=info.targetName%></text>
</g>
<g fill="#ff0000" fill-opacity="1" stroke="none" transform="matrix(1,0,0,1,0,0)"
font-family="Times New Roman" font-size="16" font-weight="400" font-style="normal">
<path vector-effect="non-scaling-stroke" fill-rule="evenodd" d="m10,11 l16,0 l0,16 l-16,0 l0,-16"/>
</g>
<% }) %>
</g>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment