Cut guide SVGs appear multiple times in generated output; this happens because each card must define an SVG before utilizing the <use> element.
But something about this seems wrong. Is there anyway we could maybe create a "prototype" card, hidden, somewhere at the top of the document, and then only reference by <use> elements for actual cards?
Cut guide SVGs appear multiple times in generated output; this happens because each card must define an SVG before utilizing the
<use>
element.But something about this seems wrong. Is there anyway we could maybe create a "prototype" card, hidden, somewhere at the top of the document, and then only reference by
<use>
elements for actual cards?