diff options
author | Daniel Schadt <kingdread@gmx.de> | 2023-12-13 19:47:22 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2023-12-13 19:47:22 +0100 |
commit | 574d7d891de25ffc0b932b1d4bc5ea0367914e40 (patch) | |
tree | 16ed77419562e54fa7ba5a0ef32c9d20071ef5b4 /static/images | |
parent | 29611af4768a3b4f06354eb29f1e99dc34cc750d (diff) | |
download | moeka-574d7d891de25ffc0b932b1d4bc5ea0367914e40.tar.gz moeka-574d7d891de25ffc0b932b1d4bc5ea0367914e40.tar.bz2 moeka-574d7d891de25ffc0b932b1d4bc5ea0367914e40.zip |
add asterism as svg
I didn't realize that it wasn't included in IBM Plex and my system just
showed a fallback glyph from a different font.
Diffstat (limited to 'static/images')
-rw-r--r-- | static/images/asterism.svg | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/static/images/asterism.svg b/static/images/asterism.svg new file mode 100644 index 0000000..c4f19cb --- /dev/null +++ b/static/images/asterism.svg @@ -0,0 +1,50 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + width="30mm" + height="30mm" + viewBox="0 0 30 30" + version="1.1" + id="svg1" + xml:space="preserve" + inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)" + sodipodi:docname="asterism.svg" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview + id="namedview1" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:showpageshadow="2" + inkscape:pageopacity="0.0" + inkscape:pagecheckerboard="0" + inkscape:deskcolor="#d1d1d1" + inkscape:document-units="mm" + inkscape:zoom="0.26740451" + inkscape:cx="-861.98994" + inkscape:cy="196.33177" + inkscape:window-width="1912" + inkscape:window-height="1053" + inkscape:window-x="0" + inkscape:window-y="19" + inkscape:window-maximized="1" + inkscape:current-layer="layer1" /><defs + id="defs1" /><g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"><path + fill="currentColor" + d="M 15,10.166478 12.01917,14.637724 9.9834801,13.147308 13.291476,8.930521 8.1295489,7.5128103 8.9292841,5.0772527 13.945804,6.9311844 13.727695,1.5875 h 2.544611 l -0.218108,5.3436844 5.01652,-1.8539317 0.799733,2.4355576 -5.161924,1.4177107 3.307993,4.216787 -2.035691,1.490416 z" + id="path1" + style="stroke-width:0.0363515" /><path + fill="currentColor" + d="m 22.600382,23.941254 -2.98083,4.471245 -2.03569,-1.490416 3.307996,-4.216786 -5.161927,-1.41771 0.799735,-2.435558 5.01652,1.853932 -0.218109,-5.343685 h 2.544611 l -0.218108,5.343685 5.01652,-1.853932 0.799733,2.435558 -5.161924,1.41771 3.307993,4.216786 -2.035691,1.490416 z" + id="path1-6" + style="stroke-width:0.0363515" /><path + fill="currentColor" + d="m 7.3996177,23.941254 -2.98083,4.471245 -2.03569,-1.490416 3.307996,-4.216786 -5.16192703,-1.417711 0.79973503,-2.435558 5.01652,1.853932 -0.218109,-5.343684 h 2.544611 l -0.218108,5.343684 5.0165203,-1.853932 0.799733,2.435558 -5.1619243,1.417711 3.3079933,4.216786 -2.035691,1.490416 z" + id="path1-2" + style="stroke-width:0.0363515" /></g></svg> |