Widget:Radar: Difference between revisions

From Elwiki
mNo edit summary
mNo edit summary
Line 26: Line 26:
         <!--{/if}-->
         <!--{/if}-->
     <!--{/for}-->
     <!--{/for}-->
     <!--{$x1=$xmin-50}-->
     <!--{$x1=$xmin*250}-->
     <!--{$x2=$xmax+50}-->
     <!--{$x2=$xmax*250}-->
     <!--{$y1=$ymin-50}-->
     <!--{$y1=$ymin*250}-->
     <!--{$y2=$ymax+50}-->
     <!--{$y2=$ymax*250}-->
     <!--{$dx=$x2-$x1}-->
     <!--{$dx=$x2-$x1}-->
     <!--{$dy=$y2-$y1}-->
     <!--{$dy=$y2-$y1}-->

Revision as of 06:32, 29 May 2020

   <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="600" viewBox="   ">
       
       <polygon stroke="#ccc" fill="#eee" points="
       "></polygon>
       <polygon stroke="#ccc" fill="#fff" points="
       "></polygon>
       <polygon stroke="#ccc" fill="#eee" points="
       "></polygon>
       <polygon stroke="#ccc" fill="#fff" points="
       "></polygon>
       <polygon stroke="#ccc" fill="#eee" points="
       "></polygon>
       <line x1="0" y1="0" x2="" y2="" stroke="#ccc"></line>
       <text transform="translate()" fill="#000" text-anchor="middle"></text>
       <polygon stroke-width="0" fill="7f" points="
       "></polygon>
   </svg>