diff options
author | crupest <crupest@outlook.com> | 2019-12-10 13:52:39 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-12-10 13:52:39 +0800 |
commit | b89ecc4e9eecec7bd22b0f35db60dd26b7098799 (patch) | |
tree | aa276d7733bfd90258c018b5c00287f8b6e8499c /art-src/user.svg | |
parent | f2ca682f8d111112adc167dcf62011676c3ceb00 (diff) | |
download | timeline-b89ecc4e9eecec7bd22b0f35db60dd26b7098799.tar.gz timeline-b89ecc4e9eecec7bd22b0f35db60dd26b7098799.tar.bz2 timeline-b89ecc4e9eecec7bd22b0f35db60dd26b7098799.zip |
Migrate to DotNetCore 3.1 .
Diffstat (limited to 'art-src/user.svg')
-rw-r--r-- | art-src/user.svg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/art-src/user.svg b/art-src/user.svg index acbd3c8a..4bdbe940 100644 --- a/art-src/user.svg +++ b/art-src/user.svg @@ -1,4 +1,5 @@ -<svg viewbox="0 0 100 100" stroke-width="5" stroke="#000000" fill="transparent">
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" stroke-width="5" stroke="#000000" fill="transparent">
<circle cx="50" cy="30" r="20"/>
<path d="M 10,90 A 40 40 180 1 1 90,90"/>
</svg>
|