Created
October 11, 2019 21:47
-
-
Save gdbate/33b890399fc6415073849269b9ec512f to your computer and use it in GitHub Desktop.
Benchmarking SVG & HTML - SVG Percentage Rect
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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