Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save gdbate/33b890399fc6415073849269b9ec512f to your computer and use it in GitHub Desktop.

Select an option

Save gdbate/33b890399fc6415073849269b9ec512f to your computer and use it in GitHub Desktop.
Benchmarking SVG & HTML - SVG Percentage Rect
<rect
:x="`${((project.start + (project.duration / 2)) / 365) * 100}%`"
:y="20 + (80 / 2) - 0.5"
:width="labelWidth"
:height="labelHeight"
:transform="`translate(-${labelWidth / 2} -${labelHeight / 2})`"
../>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment