Skip to content

Instantly share code, notes, and snippets.

@dcbriccetti
Created August 9, 2022 19:56
Show Gist options
  • Save dcbriccetti/58c5b88824d98ce268bb90ebca1b084f to your computer and use it in GitHub Desktop.
Save dcbriccetti/58c5b88824d98ce268bb90ebca1b084f to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<svg version="1.1" width="24in" height="12in" xmlns="http://www.w3.org/2000/svg">
<style type="text/css">
.words {
font-family: Times New Roman;
font-size: 69pt;
text-anchor: middle;
dominant-baseline: central;
fill: black;
}
.lines {
fill: none;
stroke: red;
stroke-width: .25mm;
}
</style>
<g id="Words" class="words">
<text x="101.6mm" y="20mm">Bill</text>
<text x="304.8mm" y="20mm">Sue</text>
<text x="508.0mm" y="20mm">Jeff</text>
<text x="101.6mm" y="60mm">Jiminy Cricket</text>
<text x="304.8mm" y="60mm">Donald Duck</text>
<text x="508.0mm" y="60mm">Fantastic Four</text>
</g>
<g id="Lines" class="lines">
<rect
x="1.0mm"
y="1.0mm"
width="201.20000000000002mm"
height="38mm"
rx="45" class="lines"/>
<rect
x="204.2mm"
y="1.0mm"
width="201.20000000000002mm"
height="38mm"
rx="45" class="lines"/>
<rect
x="407.4mm"
y="1.0mm"
width="201.20000000000002mm"
height="38mm"
rx="45" class="lines"/>
<rect
x="1.0mm"
y="41.0mm"
width="201.20000000000002mm"
height="38mm"
rx="45" class="lines"/>
<rect
x="204.2mm"
y="41.0mm"
width="201.20000000000002mm"
height="38mm"
rx="45" class="lines"/>
<rect
x="407.4mm"
y="41.0mm"
width="201.20000000000002mm"
height="38mm"
rx="45" class="lines"/>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment