Last active
December 23, 2019 00:07
-
-
Save batate/21d4d0883a774e69a722bf72e0621edc to your computer and use it in GitHub Desktop.
svg example
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
<svg | |
version="1.0" | |
id="Layer_1" | |
xmlns="http://www.w3.org/2000/svg" | |
xmlns:xlink="http://www.w3.org/1999/xlink" | |
width="200" height="400" | |
viewBox="0 0 200 400" | |
xml:space="preserve"> | |
<rect | |
x="1" y="1" | |
style="fill:#AAA;" | |
width="18" height="18"/> | |
<polyline | |
style="fill:#BBB" | |
points="1,1 19,1 19,19" /> | |
</svg> | |
<!-- | |
colors | |
red DB7160 AB574B | |
blue 83C1C8 66969C | |
green 8BBF57 769359 | |
orange CB8E4E AC7842 | |
grey A1A09E 7F7F7E | |
--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment