Created
April 24, 2014 00:25
-
-
Save erikhazzard/11237217 to your computer and use it in GitHub Desktop.
viewbox example
This file contains 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
<div style="height: 400px; width: 400px;'> | |
<svg height="100%" width="100%" viewBox="0 0 500 500" preserveAspectRatio="xMinYMin"> | |
<rect width=500 height=500 x=0 y=0 /> | |
</svg> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment