Widget:Radar: Difference between revisions

From Elwiki
m (Undo revision 634637 by Boxsnake (talk))
Tag: Undo
mNo edit summary
Line 4: Line 4:
         <!--{nocache}-->
         <!--{nocache}-->
         <!--{$step=2*$PI/$dim}-->
         <!--{$step=2*$PI/$dim}-->
         <polygon x="250" y="250" fill="transparent" stroke="#000" points="
         <polygon x="250" y="250" fill="transparent" stroke="#999" points="
             <!--{for $i=1 to $dim}-->
             <!--{for $i=1 to $dim}-->
             <!--{$deg=$PI/2+($i-1)*$step}-->
             <!--{$deg=$PI/2+($i-1)*$step}-->

Revision as of 03:36, 29 May 2020

   <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="600" viewBox="-300 -300 600 600">
       <polygon x="250" y="250" fill="transparent" stroke="#999" points="
       "></polygon>
   </svg>