diff options
author | sumit | 2020-06-08 18:56:12 +0530 |
---|---|---|
committer | sumit | 2020-06-08 18:56:12 +0530 |
commit | 6b815b95236a28d585ad48799cc689e595110a94 (patch) | |
tree | 21100b78bd78d4d121d2c032c0d0fc9a6c69f40b /src/main | |
parent | 9b460fc92527a57ecdaa8abb7bcf1fe34f125a9f (diff) | |
download | Chemical-PFD-6b815b95236a28d585ad48799cc689e595110a94.tar.gz Chemical-PFD-6b815b95236a28d585ad48799cc689e595110a94.tar.bz2 Chemical-PFD-6b815b95236a28d585ad48799cc689e595110a94.zip |
add ellipse.svg
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/resources/base/svg/ellipse.svg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/resources/base/svg/ellipse.svg b/src/main/resources/base/svg/ellipse.svg index c455408..7da0ae6 100644 --- a/src/main/resources/base/svg/ellipse.svg +++ b/src/main/resources/base/svg/ellipse.svg @@ -1,8 +1,8 @@ <?xml version="1.0"?> -<svg xmlns="http://example.org" xmlns:svg="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny" viewBox="0 0 100 100"> +<svg xmlns="http://example.org" xmlns:svg="http://www.w3.org/2000/svg"> <!-- parent contents here --> - <!-- <svg:svg version="1.2" baseProfile="tiny" viewBox="0 0 100 100"> --> + <svg:svg version="1.2" baseProfile="tiny" viewBox="0 0 100 100"> <svg:ellipse cx="50" cy="50" rx="50" ry="50" fill="none" stroke="black" stroke-width="1" /> - <!-- </svg:svg> --> + </svg:svg> <!-- ... --> -</svg>
\ No newline at end of file +</svg>
\ No newline at end of file |