Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save gdbate/18e1c5b6c15085bf97dbbaab12b08d7d to your computer and use it in GitHub Desktop.

Select an option

Save gdbate/18e1c5b6c15085bf97dbbaab12b08d7d to your computer and use it in GitHub Desktop.
Benchmarking SVG & HTML - SVG Percentage Text
<text
:x="`${((61 + (90 / 2)) / 365) * 100}%`"
:y="20 + (80 / 2)"
:width="labelWidth"
:height="labelHeight"
alignment-baseline="middle"
text-anchor="middle"
../>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment