Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Text

<svg width="150" height="100" xmlns="http://www.w3.org/2000/svg">
  <rect width="100%" height="100%" border="black"
     style="fill:white;stroke-width:3;stroke:black" />
  <text x="75" y="60" font-size="30" text-anchor="middle" fill="red">Text</text>
</svg>

Some Text

  • x - The start of the text. Defaults to 0.

  • y - The start of the text. Defaults to 0.

  • dx - Delta

  • dy - Delta

  • rotate

  • textLength

  • lengthAdjust

  • text-anchor

    • start
    • middle
    • end