Merge branch 'develop'

This commit is contained in:
Pavel Nikulin
2018-02-27 07:41:32 +06:00

View File

@@ -1,6 +1,9 @@
<svg onload="init()" xmlns="http://www.w3.org/2000/svg"
<svg onload="w()" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
aria-label="Calendar" role="img"
viewBox="0 0 512 512"><script type="text/ecmascript"><![CDATA[function init(){d=document,L="en-GB",T=new Date,d.getElementById("d").textContent=T.getDate(),d.getElementById("w").textContent=T.toLocaleString(L,{weekday:"long"}),d.getElementById("m").textContent=T.toLocaleString(L,{month:"short"}).toUpperCase()}]]></script><rect
viewBox="0 0 512 512"
style="font-family:monospace;text-anchor:middle;fill:#667777"><script type="text/ecmascript"><![CDATA[w=()=>{c=0;for (i in e={weekday:"long",month:"short",day:'numeric'}) document.getElementsByTagName('text')[c++].textContent = (new Date).toLocaleString(undefined, {[i]:e[i]})}]]></script><rect
width="512" height="512"
rx="77"
fill="#dee"/><path d="m77 0h358a77 77 0 0 1 77 77v103h-512v-103a77 77 0 0 1 77-77z" fill="#d34"/><g fill="#eab"><circle cx="470" cy="142" r="14"/><circle cx="470" cy="100" r="14"/><circle cx="427" cy="142" r="14"/><circle cx="427" cy="100" r="14"/><circle cx="384" cy="142" r="14"/><circle cx="384" cy="100" r="14"/></g><g fill="#677" font-family="monospace" text-anchor="middle"><text fill="#fff" font-size="140" x="140" y="164" id="m">FEB</text><text font-size="256" x="256" y="400" id="d">29</text><text font-size="64" x="256" y="480" id="w">Sunday</text></g></svg>
id="z"
fill="#dee"/><path d="m77 0h358a77 77 0 0 1 77 77v103h-512v-103a77 77 0 0 1 77-77z" fill="#d34"/><g id="b"><circle fill="#eab" cx="384" cy="100" r="14" id="a"/><use x="43" href="#a"/><use x="86" href="#a"/></g><use y="43" href="#b"/><text font-size="64" x="256" y="480" id="w">Sunday</text><text fill="#fff" font-size="140" x="140" y="164" id="m">FEB</text><text font-size="256" x="256" y="400" id="d">29</text></svg>

Before

Width:  |  Height:  |  Size: 1019 B

After

Width:  |  Height:  |  Size: 903 B