Skip to content

Instantly share code, notes, and snippets.

@batate
Last active December 23, 2019 00:07
Show Gist options
  • Save batate/21d4d0883a774e69a722bf72e0621edc to your computer and use it in GitHub Desktop.
Save batate/21d4d0883a774e69a722bf72e0621edc to your computer and use it in GitHub Desktop.
svg example
Display the source blob
Display the rendered blob
Raw
<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