Created
September 16, 2013 18:43
-
-
Save madrobby/6584720 to your computer and use it in GitHub Desktop.
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
data URL with svg+xml: | |
data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1' height='1'><rect fill='#ff0000' x='0' y='0' width='1' height='0.5'/></svg> | |
data URL with svg+json: | |
data:image/svg+json;utf8,{"width":1,"height":1,"svg":[{"rect":{"fill":"#ff0000","x":0,"y":0,"width":1,"height":0.5}}]} |
Great idea!
Why not. Readability and more.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Me like it.