123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- #!/bin/bash
- #generates analog clock (background) as svg-file to stdout
- #
- #usage:
- # svg_analogclock WIDTH
- #
- # WIDTH are are defined number of pixels
- #
- #Sigmund Berglund, 2014
- #GPL
- SIZE="$1"; [ ! "$SIZE" ] && SIZE=220
- GMT="$2"; [ ! "$GMT" ] && GMT='GMT-0'
- SEC="`date +%S`"
- SEC_ANGLE="`echo "$SEC * 6" | bc`"
- MIN="`date +%M`"
- MIN_ANGLE="`echo "$MIN * 6" | bc`"
- #calculate worldclock
- MYGMT="`readlink /etc/localtime | cut -d/ -f6 | sed -e 's,^GMT-,GMTx,' -e 's,^GMT+,GMT-,' -e 's,^GMTx,GMT+,'`"
- MYTIME="`echo "$MYGMT" | cut -c4- | sed -e 's,-,x,' -e 's,+,-,' -e 's,x,+,'`" #swap it for calculation
- NEWTIME="`echo "$GMT" | cut -d' ' -f1 | cut -c4-`"
- GMT_DIFF="$(($NEWTIME+$MYTIME))"
- HOUR_ANGLE=$((($(date +%l)+$GMT_DIFF)*30+($MIN_ANGLE/12)))
- COLOR1="$3"; [ ! "$COLOR1" ] && COLOR1='#E6F1DD'
- COLOR2="$4"
- [ "$COLOR2" ] && COLOR='url(#RG1)' || COLOR="$COLOR1"
- echo '<?xml version="1.0" encoding="utf-8"?>
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="'$SIZE'" height="'$SIZE'" viewBox="0 0 512 512">
- <title>SVG analog clock</title>
- <defs>
- <radialGradient
- id="RG1" cx="400" cy="400" r="250"
- gradientUnits="userSpaceOnUse">
- <stop style="stop-color:'$COLOR2';stop-opacity:1;" offset="1"/>
- <stop style="stop-color:'$COLOR1';stop-opacity:1;" offset="0.2"/>
- </radialGradient>
- </defs>
-
- <circle fill="#777777" cx="256" cy="256" r="248" />
- <circle fill="#222222" cx="256" cy="256" r="245" />
- <circle fill="'$COLOR'" cx="256" cy="256" r="215.04" />
- <path fill="none" stroke="#000000" stroke-width="0.5" stroke-miterlimit="10" d="M173.3,437.8l-2.04,4.5 M211.9,455.8 l1.1-4.8 M191.2,450.1l1.6-4.7 M137.3,416.6l-3,4 M89.4,374.9l4.1-2.9 M102.7,391.6l3.7-3.3 M121.2,403.3l-3.4,3.7 M233,459.4l0.6-4.9 M68.3,337.7l4.6-2 M60.7,317.6l4.8-1.5 M390.6,108.6l3.5-3.9 M405.4,123.5l3.9-3.5 M422.6,136.7l-4.3,3 M439,176l4.7-2.1 M446.4,195.6l4.9-1.6 M320.8,61.5l-1.7,5 M300.1,55.9l-1.1,5.1 M374.5,95.3l3.1-4.2 M279,52.3 l-0.6,5.3 M316.3,446.4l1.5,4.7 M340.7,69.4l-2.2,4.8 M454.5,278.2l5.1,0.6 M416.7,374.5 l4.1,3 M372.2,418.4l2.9,4.1 M403.5,390.6l3.7,3.4 M388.5,405.4l3.3,3.7 M335.9,439 l2,4.5 M454.7,236.5l5.1-0.5 M456,300l-4.9-1.1 M450.3,320.6l-4.8-1.6 M442.5,340.6l-4.6-2.1 M456.6,214.8l-5,1 M66.6,192.7l-4.9-1.6 M52.5,232.9l5.1,0.6 M55.4,296.9l4.9-1 M52.1,275.7l5.1-0.5 M56,211.7l5,1.1 M195.8,65.6l-1.6-5 M216,60.3l-1-5.1 M176.2,72.9l-2.1-4.8 M236.2,52l0.5,5.3 M91.2,134.2l4.2,3.1 M136.9,89.2l3.1,4.3 M69.6,171.1l4.7,2.1 M108.7,121.2l-3.9-3.5 M120.2,102.6l3.5,3.9 M296.1,451.6l1,4.8 M275.8,459.7l-0.5-4.9" />
- <path d="M256,56.3l-2.5-5.1l5.1,0L256,56.3z M250.3,460.8l5.1,0l-2.5-5.1L250.3,460.8z M361.9,80.7l-4.4-2.6l-0.4,5.7L361.9,80.7z M435.4,157.1l-2.5-4.5l-3.2,4.8L435.4,157.1z M460.8,261.7l0-5.1l-5.1,2.5L460.8,261.7z M431.4,361.8l2.6-4.4l-5.7-0.4L431.4,361.8z M354.9,435.4l4.5-2.5l-4.8-3.2L354.9,435.4z M157.3,76.5l-4.5,2.5l4.8,3.2L157.3,76.5z M80.8,149.9l-2.6,4.4l5.7,0.4L80.8,149.9z M51.2,253.4l-0,5.1l5.1-2.5L51.2,253.4z M76.5,354.7l2.5,4.5l3.2-4.8L76.5,354.7z M150,431.3l4.4,2.6l0.4-5.7L150,431.3z" />
- <circle fill="none" stroke="#000" stroke-width="0.3" cx="256" cy="256" r="205.2" />
- <circle fill="none" stroke="#000" stroke-width="0.3" cx="256" cy="256" r="199.5" />
- <path d="M350.4,87v47.9c0,0.7,0.2,1.3,0.5,1.7c0.5,0.5,1,0.9,1.7,0.8h4.7v2.9h-17.3v-2.9h4c0.8,0,1.4-0.3,1.8-0.9c0.4-0.6,0.6-1.5,0.6-2.5v-36.2c0-0.7-0.2-1.4-0.6-1.9 c-0.4-0.5-0.8-0.8-1.4-0.8h-5.3v-2.6c2.5-0.5,4.5-1.2,6.1-2.1c1.6-0.9,2.9-2,4.1-3.4 L350.4,87L350.4,87z"/>
- <path d="M403.9,194.3c-0.7,1.5,2.9,2.3,10.9,2.3c1.2,0,2-0.5,2.6-1.5s1.1-3.8,1.7-8.3h1.7l-0.8,15.9h-21.5v-2.1l7-12.7c3.9-6.8,6.2-11,7-12.7c1.1-2.5,1.9-4.9,2.4-7.2c0.5-2.3,0.8-4.4,0.8-6.3c0-3.1-0.5-5.6-1.6-7.4c-1.1-1.8-2.6-2.7-4.5-2.7c-2.2,0-4,0.8-5.3,2.5s-2.1,3.4-2.1,5.3c0,0.6,0.1,1.1,0.3,1.5c0.2,0.3,0.6,0.6,1.2,0.9c1.6,0.6,2.4,2.1,2.4,4.5c0,1.3-0.3,2.4-0.8,3.2c-0.5,0.9-1.2,1.3-2.1,1.3c-1,0-1.8-0.7-2.6-2.2c-0.7-1.4-1.1-3.3-1.1-5.7c0-2.6,0.4-5,1.3-7.1c0.8-2.1,2.1-3.9,3.8-5.3c1.7-1.4,3.5-2.1,5.5-2.1c1.9,0,3.7,0.7,5.4,2c1.7,1.3,2.9,3.1,3.7,5.2c0.8,2.2,1.2,4.5,1.2,7.1c0,1.8-0.2,3.6-0.6,5.4 c-0.4,1.8-1,3.5-1.8,5.1c-1.4,2.7-2.8,5.1-4.2,7l-6.3,8.5 C405.8,191,404.6,192.8,403.9,194.3z"/>
- <path d="M437.6,254.2c2.3,0.9,4.1,2.4,5.4,4.5c1.6,2.6,2.4,5.9,2.4,9.8c0,4.4-1,7.9-2.9,10.6c-2.2,3.1-5.1,4.6-8.7,4.6c-2.1,0-4-0.6-5.5-1.7c-1.5-1.1-2.7-2.6-3.5-4.6c-0.8-1.9-1.2-4.1-1.2-6.5c0-1.9,0.3-3.5,0.9-4.6s1.3-1.7,2.2-1.7c0.8,0,1.5,0.4,2,1.3c0.5,0.9,0.7,2,0.7,3.5c0,0.9-0.1,1.7-0.4,2.4c-0.3,0.7-0.7,1.3-1.3,1.8c-0.7,0.6-1,1.1-1,1.7c0,0.8,0.2,1.6,0.7,2.6c0.5,1,1.2,1.7,2.2,2.3c1,0.6,2.2,0.9,3.6,0.9c2.5,0,4.4-1,5.6-3c1.2-2,1.9-5.2,1.8-9.5c0-4.6-0.5-7.8-1.5-9.8c-1-1.9-2.6-2.9-4.6-2.9c-0.5,0-1.2,0.1-2,0.3c-0.7,0.2-1.1,0.2-1.4,0.2c-0.5,0-0.9-0.2-1.1-0.5c-0.3-0.3-0.4-0.7-0.4-1.2c0-0.5,0.1-1,0.4-1.2c0.2-0.3,0.7-0.4,1.2-0.4l1.3,0.1l1.2,0.1c2,0,3.6-0.8,4.6-2.5c1-1.7,1.5-4.2,1.5-7.7c0-4.3-0.5-7.3-1.5-9.1c-1-1.8-2.4-2.7-4.4-2.7c-1.8,0-3.2,0.5-4.2,1.5c-1.1,1-1.6,2-1.6,2.8c0,0.6,0.3,1.3,0.9,2.3c0.9,1.3,1.3,2.6,1.3,4c0,1-0.2,1.9-0.7,2.6c-0.5,0.7-1.1,1.1-1.9,1.1c-0.8,0-1.5-0.5-2-1.5s-0.8-2.3-0.8-4.1c0-2.7,0.6-5.1,1.8-7.2c1.7-3,4.2-4.5,7.4-4.5c3,0,5.4,1.3,7.2,3.9c1.8,2.6,2.7,5.8,2.7,9.6c0,2.7-0.5,5.1-1.5,7.1C441.7,250.9,440,252.7,437.6,254.2z"/>
- <path d="M403.9,312.3h1.56v36.3h5.5v3.3h-5.5v8.2c0,0.7,0.2,1.3,0.5,1.7c0.5,0.6,1.1,0.9,1.8,0.9h2v2.9h-13.3v-2.9h2.5c0.8,0,1.4-0.3,1.8-0.8c0.4-0.6,0.6-1.4,0.6-2.5v-7.5h-13.6v-3.7 L403.9,312.3z M401.4,322.7l-11.6,26h11.6V322.7z"/>
- <path d="M330.3,373.8c4,1.5,7.4,2.2,9.9,2.2c1.2,0,2.3-0.2,3.4-0.6c1.1-0.4,1.9-0.8,2.4-1.3c0.3-0.2,0.4-0.3,0.5-0.3c0.2,0,0.2,0.2,0.2,0.6c0,0.9-0.4,2.1-1.1,3.6c-0.7,1.5-1.7,2.6-2.9,3.5c-1.2,0.9-2.7,1.3-4.3,1.3c-1.9,0-4.1-0.5-6.7-1.4l-0.8,14.7c1.2-1,2.4-1.7,3.5-2.2c1.1-0.5,2.2-0.7,3.1-0.7c3.1,0,5.8,1.7,7.9,5c2.1,3.3,3.2,7.4,3.2,12.3c0,5.4-1.1,9.9-3.4,13.4c-2.3,3.5-5.2,5.3-8.8,5.3c-2.8,0-5-1.3-6.8-3.8c-1.7-2.5-2.6-5.5-2.6-9c0-2.1,0.3-3.7,0.8-4.9c0.6-1.1,1.3-1.7,2.1-1.7c0.8,0,1.5,0.5,2.1,1.4c0.5,0.9,0.8,2.1,0.8,3.6c0,1.1-0.1,2-0.4,2.6c-0.3,0.6-0.7,1.1-1.5,1.5c-0.7,0.4-1.1,0.9-1.1,1.5c0,0.8,0.2,1.7,0.7,2.7s1.2,1.8,2.2,2.4c1,0.6,2.1,0.9,3.3,0.9c2.4,0,4.3-1.2,5.6-3.6c1.3-2.4,1.9-6.4,1.9-11.9c0-5-0.7-8.6-2-10.9c-1.4-2.3-3.1-3.5-5.2-3.5c-1,0-1.9,0.3-2.9,0.8c-1,0.6-1.9,1.4-2.9,2.5c-0.1,1.8-0.3,3-0.6,3.6c-0.3,0.6-0.7,0.9-1.1,0.9c-0.3,0-0.6-0.2-0.8-0.5c-0.2-0.4-0.3-0.9-0.3-1.5c0-1.1,0.3-2.2,1-3.3c0.2-0.3,0.3-0.6,0.4-0.9l0.6-11.3C330.2,382.3,330.3,378,330.3,373.8z"/>
- <path d="M249.6,419.2c1.2-2.7,2.6-4.6,3.9-5.7c1.4-1.2,2.9-1.7,4.5-1.7c2.7,0,4.9,1.4,6.7,4.3c1.8,2.9,2.7,6.5,2.7,10.9c0,5.3-1.1,9.7-3.2,13.2s-4.8,5.3-7.9,5.3c-2.2,0-4.2-0.9-5.9-2.8c-1.7-1.9-3.1-4.8-4.2-8.83c-1.1-4-1.6-8.7-1.6-14c0-5.8,0.7-11,2-15.7c1.3-4.7,3.1-8.2,5.1-10.5c2.1-2.3,4.3-3.5,6.5-3.5c2.3,0,4.3,1,6,3.1c1.4,1.7,2,3.7,2,6c0,1.6-0.3,2.8-0.9,3.8c-0.6,1-1.3,1.5-2.2,1.5c-0.8,0-1.5-0.4-2.1-1.3c-0.6-0.8-0.9-1.8-0.9-3c0-0.8,0.2-1.6,0.6-2.6c0.4-0.9,0.5-1.6,0.5-2.1c0-0.7-0.2-1.3-0.6-1.8c-0.6-0.6-1.4-0.9-2.4-0.9c-1.6,0-3,0.8-4.2,2.3c-1.3,1.6-2.4,4.2-3.3,8c-0.9,3.8-1.3,8.1-1.3,12.8C249.5,416.8,249.5,417.8,249.6,419.2zM256.7,415.5c-2,0-3.6,1.2-4.9,3.5c-1.3,2.3-1.9,5.6-1.9,9.8c0,4.6,0.6,8,1.8,10.4c1.2,2.4,2.8,3.6,4.7,3.6c1.9,0,3.4-1.1,4.6-3.4c1.2-2.3,1.7-5.7,1.7-10.2c0-4.8-0.5-8.3-1.6-10.4C260.1,416.6,258.6,415.5,256.7,415.5z"/>
- <path d="M164.9,373.8c1.6,0.6,3.3,1,5.1,1h14.9v1.8c-2.2,6.2-3.8,11.4-4.9,15.6c-1.1,4.3-1.9,8.3-2.5,12.2c-0.6,3.9-0.9,8.4-1.1,13.6c-0.2,4.3-0.3,6.9-0.5,7.9c-0.2,1-0.4,1.8-0.9,2.3s-1,0.8-1.7,0.8c-0.8,0-1.4-0.4-1.9-1.3c-0.4-0.9-0.7-2.2-0.7-4.1c0-1.7,0.2-3.7,0.6-6.2c0.4-2.5,1.2-6.2,2.5-11.2c1.7-6.7,3.3-11.9,4.5-15.7l3.3-9.8h-13c-1,0-1.7,0.5-2.1,1.6c-0.5,1.1-1,4.3-1.7,9.6h-1.7L164.9,373.8z"/>
- <path d="M116.8,335.4c2.6,1.5,4.4,3.4,5.5,5.8c1.1,2.4,1.7,5.3,1.7,8.7c0,4.1-0.8,7.7-2.5,10.8c-2.1,4-5.2,6-9.1,6c-3.5,0-6.2-1.3-8.2-4c-2-2.7-3-6-3-10c0-3,0.6-5.6,1.7-7.9c1.2-2.2,3.2-4.1,6-5.7c-4.2-2.9-6.3-7.4-6.3-13.4c0-3.9,0.9-7.3,2.8-10.1c1.9-2.8,4.3-4.2,7.2-4.2c2,0,3.7,0.6,5.2,1.7c1.5,1.1,2.6,2.6,3.4,4.5c0.8,1.9,1.2,3.9,1.2,6C122.5,328.2,120.6,332.2,116.8,335.4zM110.8,340.1c-2.3,1.5-3.8,3.3-4.7,5.2c-0.9,1.9-1.3,4.3-1.3,7.1c0,3.6,0.7,6.5,2,8.5c1.3,2,3.3,3,5.8,3c2.7,0,4.7-1,6.2-3c1.5-2,2.2-4.7,2.2-8c0-3-0.6-5.3-1.9-6.8C117.7,344.5,115,342.6,110.8,340.1z M115,334.4c1.7-1.5,2.8-3.1,3.4-4.6c0.6-1.5,0.9-3.5,0.9-5.9c0-3.2-0.6-5.7-1.7-7.4c-1.1-1.7-2.8-2.6-4.9-2.6c-2.1,0-3.7,0.8-4.9,2.4c-1.2,1.6-1.8,3.7-1.8,6.4c0,2.6,0.5,4.7,1.5,6.2C108.4,330.5,111,332.3,115,334.4z"/>
- <path d="M84.4,255c-1,2.5-2.3,4.4-3.6,5.7c-1.4,1.3-3,1.9-4.7,1.9c-2.4,0-4.6-1.3-6.5-4c-2-2.7-2.9-6.6-2.9-11.9c0-5.1,1.1-9.4,3.3-13c2.2-3.6,4.8-5.4,7.8-5.4c3.3,0,6.1,2.2,8.3,6.6s3.3,10.6,3.3,18.5c0,6.6-0.6,12.2-1.8,16.7s-2.8,7.9-4.9,10.1c-2,2.2-4.3,3.3-6.8,3.3c-2.4,0-4.4-0.9-5.7-2.6c-1.4-1.7-2.1-3.8-2.1-6.2c0-1.6,0.3-2.9,0.9-3.8c0.6-1,1.3-1.5,2.2-1.5c0.8,0,1.5,0.4,2,1.3c0.5,0.8,0.8,1.9,0.8,3c0,0.8-0.3,1.8-0.8,2.8c-0.3,0.6-0.5,1.2-0.5,1.7c0,0.7,0.3,1.3,0.8,1.91s1.4,0.8,2.5,0.8c1.7,0,3.1-0.7,4.4-2.2s2.3-3.9,3.1-7.3c0.8-3.4,1.2-7.7,1.2-13.1L84.4,255zM77.7,231.1c-1.8,0-3.3,1.2-4.4,3.6c-1.2,2.4-1.7,6-1.7,10.8c0,4.4,0.6,7.7,1.7,9.9c1.2,2.2,2.7,3.2,4.5,3.2c1.8,0,3.4-1.2,4.6-3.5c1.3-2.3,1.9-5.6,1.9-9.8c0-4.4-0.7-7.8-2-10.4C81,232.4,79.5,231.1,77.6,231.1z"/>
- <path d="M108.1,148.9v47.9c0,0.7,0.2,1.3,0.5,1.7c0.5,0.5,1,0.8,1.7,0.8h4.7v2.9H97.6v-2.9h4c0.8,0,1.4-0.3,1.8-0.9c0.4-0.6,0.6-1.5,0.6-2.5v-36.2c0-0.7-0.2-1.4-0.6-1.9c-0.4-0.5-0.8-0.8-1.4-0.8h-5.3v-2.6c2.5-0.5,4.5-1.2,6.1-2.1c1.6-0.9,2.9-2,4.1-3.4H108.1L108.1,148.9z M131.3,147.9c3.1,0,5.7,1.9,7.8,5.8c2.6,4.8,3.9,12,3.9,21.8c0,9-1.1,15.9-3.4,20.6c-2.2,4.7-4.9,7.1-8.1,7.1c-3.1,0-5.6-2-7.7-6c-2.6-5-3.8-12.2-3.8-21.6c0-9,1.2-16.1,3.6-21.4C125.6,150.1,128.2,147.9,131.3,147.9zM131.5,150.7c-2.1,0-3.8,1.6-4.9,4.9c-1.2,3.2-1.8,10-1.8,20.1c0,10,0.6,16.6,1.8,19.9c1.2,3.3,2.9,5,4.9,5c2.1,0,3.7-1.5,4.8-4.6c1.3-3.7,2-10.3,2-20c0-10-0.6-16.8-1.9-20.2C135.2,152.4,133.5,150.7,131.5,150.7z"/>
- <path d="M171.8,87v47.9c0,0.7,0.2,1.3,0.5,1.7c0.5,0.5,1,0.8,1.7,0.8h4.7v2.9h-17.3v-2.9h4c0.8,0,1.4-0.3,1.8-0.9c0.4-0.6,0.6-1.5,0.6-2.5v-36.2c0-0.7-0.2-1.4-0.6-1.9c-0.4-0.5-0.8-0.8-1.4-0.8h-5.4v-2.7c2.5-0.5,4.5-1.2,6.1-2.1c1.6-0.9,2.9-2,4.1-3.4L171.8,87L171.8,87z M195.3,87v47.9c0,0.7,0.2,1.3,0.5,1.7c0.5,0.5,1,0.8,1.7,0.8h4.7v2.9h-17.3v-2.9h4c0.8,0,1.5-0.3,1.8-0.9c0.4-0.6,0.6-1.5,0.6-2.5v-36.2c0-0.7-0.2-1.4-0.6-1.9c-0.4-0.5-0.8-0.8-1.4-0.8h-5.3v-2.6c2.5-0.5,4.5-1.2,6.1-2.1c1.6-0.9,2.9-2,4.1-3.3L195.3,87L195.3,87z"/>
- <path d="M246.6,67.6v47.9c0,0.7,0.2,1.3,0.5,1.7c0.5,0.5,1,0.8,1.7,0.8h4.7v2.9h-17.3v-2.9h4c0.8,0,1.4-0.3,1.8-0.9c0.4-0.6,0.6-1.5,0.6-2.5V78.3c0-0.7-0.2-1.4-0.6-1.9c-0.4-0.5-0.8-0.8-1.4-0.8h-5.3v-2.6c2.5-0.5,4.5-1.2,6.1-2.1c1.6-0.9,2.9-2,4.1-3.4L246.6,67.6L246.6,67.6z"/>
- <path d="M264.9,112.4c-0.7,1.5,2.9,2.3,10.9,2.3c1.2,0,2.1-0.5,2.6-1.5c0.5-1,1.1-3.8,1.7-8.3h1.7l-0.8,15.9h-21.5v-2.1l7-12.7c3.9-6.8,6.2-11,7-12.7c1.1-2.5,1.9-4.9,2.4-7.2c0.5-2.3,0.8-4.4,0.8-6.3c0-3.1-0.5-5.6-1.6-7.4c-1.1-1.8-2.6-2.7-4.5-2.7c-2.2,0-3.9,0.8-5.3,2.5s-2.1,3.4-2.1,5.3c0,0.6,0.1,1.1,0.3,1.5c0.2,0.3,0.6,0.6,1.2,0.9c1.6,0.6,2.4,2.1,2.4,4.5c0,1.3-0.3,2.4-0.8,3.2c-0.5,0.9-1.2,1.3-2.1,1.3c-1,0-1.8-0.7-2.6-2.2c-0.7-1.4-1.1-3.3-1.1-5.7c0-2.6,0.4-5,1.3-7.1c0.8-2.1,2.1-3.9,3.8-5.3c1.7-1.4,3.5-2.1,5.5-2.1c1.9,0,3.7,0.7,5.4,2c1.7,1.3,2.9,3.1,3.7,5.2c0.8,2.2,1.2,4.5,1.2,7.1c0,1.8-0.2,3.6-0.6,5.4c-0.4,1.8-1,3.5-1.8,5.1c-1.4,2.7-2.8,5.1-4.2,7l-6.3,8.5C266.8,109.1,265.6,110.9,264.9,112.4z"/>
- <polygon id="clockhand_hour" points="252.5,156 252.5,256 252.5,286 259.5,286 259.5,256 259.5,156" transform="rotate('$HOUR_ANGLE',256,256)"/>
- <polygon id="clockhand_min" points="253.5,115 253.5,256 253.5,301 258.5,301 258.5,256 258.5,115" transform="rotate('$MIN_ANGLE',256,256)"/>
- <polygon id="clockhand_sec" points="258,271 257,271 257,256 257,126 255,126 255,256 255,271 254,271 252,321 260,321" transform="rotate('$SEC_ANGLE',256,256)"/>
- <circle fill="#000000" cx="256" cy="256" r="8" />
- </svg>'
|