Created
September 13, 2017 20:08
-
-
Save abalter/7f654ecb9de7ccfb655eb1e6eb3ecbe9 to your computer and use it in GitHub Desktop.
Ellipse in svg
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 xmlns="http://www.w3.org/2000/svg" id="logo-svg"> | |
<ellipse id="ellipse" cx="200" cy="100" rx="200" ry="100" fill="green"/> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://jsfiddle.net/abalter/c4fmou2n/