Skip to content

Instantly share code, notes, and snippets.

@gdbate
Last active October 12, 2019 16:24
Show Gist options
  • Select an option

  • Save gdbate/15713851280c46db80dcb4625d683427 to your computer and use it in GitHub Desktop.

Select an option

Save gdbate/15713851280c46db80dcb4625d683427 to your computer and use it in GitHub Desktop.
Benchmarking SVG & HTML - SVG Layout
<!-- Root SVG -->
<svg width="100%" height="120" preserverAspectRatio="none">
<!-- ViewBox Relative Placing -->
<svg width="100%" height="100%" viewBox="0 0 365 120" preserverAspectRatio="none"/>
<!-- Placing By Percentage -->
<svg width="100%" height="100%" preserverAspectRatio="none"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment