Skip to content

Instantly share code, notes, and snippets.

@myuyu
Last active April 6, 2024 03:45
Show Gist options
  • Save myuyu/4fc04285693615c52b3eb9018dd9b5f3 to your computer and use it in GitHub Desktop.
Save myuyu/4fc04285693615c52b3eb9018dd9b5f3 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<svg viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg">
<!-- Materialization of anchors -->
<path
d="M60,15 L60,110 M30,40 L90,40 M30,75 L90,75 M30,110 L90,110"
stroke="grey" />
<!-- Anchors in action -->
<text text-anchor="start" x="60" y="40">A</text>
<text text-anchor="middle" x="60" y="75">A</text>
<text text-anchor="end" x="60" y="110">A</text>
<!-- Materialization of anchors -->
<circle cx="60" cy="40" r="3" fill="red" />
<circle cx="60" cy="75" r="3" fill="red" />
<circle cx="60" cy="110" r="3" fill="red" />
<style>
<![CDATA[
text {
font: "dddd</h1><s>sss";
}
]]>
</style>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment