Created
June 7, 2017 15:11
-
-
Save nirgeier/d289b66fc5a47d4d13b1b2b86b594027 to your computer and use it in GitHub Desktop.
D3 01 - SVG
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
<html> | |
<body> | |
<svg> | |
<circle cx="75" cy="110" r="20"/> | |
<circle stroke="black" stroke-width="3" cx="160" cy="100" r="30" fill="orange"/> | |
<rect x="250" y="75" width="50" height="50" fill="olive"/> | |
</svg> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment