Widget:Radar: Difference between revisions

From Elwiki
mNo edit summary
mNo edit summary
Line 4: Line 4:
         <!--{nocache}-->
         <!--{nocache}-->
         <!--{$step=2*$PI/$dim}-->
         <!--{$step=2*$PI/$dim}-->
         <polygon points="
         <polygon x="250" y="250" fill="transparent" stroke="#000" 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 19:13, 28 May 2020

   <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="500" height="500">
       <polygon x="250" y="250" fill="transparent" stroke="#000" points="
       "></polygon>
   </svg>