aboutsummaryrefslogtreecommitdiff
path: root/art-src
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-12-10 13:52:39 +0800
committercrupest <crupest@outlook.com>2019-12-10 13:52:39 +0800
commit77eaf82aaa12b995dcb0ea6bea092d44ef8d2199 (patch)
treeaa276d7733bfd90258c018b5c00287f8b6e8499c /art-src
parentae0fe2a03e04a6d170ac5f05039afe2a9407f255 (diff)
downloadtimeline-77eaf82aaa12b995dcb0ea6bea092d44ef8d2199.tar.gz
timeline-77eaf82aaa12b995dcb0ea6bea092d44ef8d2199.tar.bz2
timeline-77eaf82aaa12b995dcb0ea6bea092d44ef8d2199.zip
Migrate to DotNetCore 3.1 .
Diffstat (limited to 'art-src')
-rw-r--r--art-src/user.svg3
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>