Created
October 3, 2018 11:40
-
-
Save jahe/2c607a105a9ccd160fb18ce647921588 to your computer and use it in GitHub Desktop.
SVG Cheatsheet
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
Viewport - width + height attributes on <svg> = How big the canvas is on HTML | |
Viewbox - e.g. 0 0 20 20 (x y width height) = defines how the values in the <path> relate to the width and height attributes on the <svg> - One unit in the <path> can then be calculated to x pixels based on that |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment