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 x="250" y="250" fill="transparent" stroke="#000" 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}--><!--
             <!--{math equation="200*cos(deg)" deg=$deg assign="x"}-->
             --><!--{math equation="200*cos(deg)" deg=$deg assign="x"}--><!--
             <!--{math equation="-200*sin(deg)" deg=$deg assign="y"}-->
             --><!--{math equation="-200*sin(deg)" deg=$deg assign="y"}--><!--
             <!--{$x|cat:','|cat:$y}-->
             --><!--{$x|cat:','|cat:$y}--><!--
             <!--{/for}-->
             --><!--{/for}--><!--
         "></polygon>
         -->"></polygon>
         <!--{/nocache}-->
         <!--{/nocache}-->
     </svg>
     </svg>
</div>
</div>

Revision as of 03:28, 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="#000" points=""></polygon>
   </svg>