Widget:Radar: Difference between revisions

From Elwiki
mNo edit summary
mNo edit summary
Line 7: Line 7:
             <!--{for $i=1 to $dim}-->
             <!--{for $i=1 to $dim}-->
             <!--{$deg=$PI/2+($i-1)*$step}-->
             <!--{$deg=$PI/2+($i-1)*$step}-->
             <!--{$x=200*sin($deg)}-->
             <!--{math equation="200*cos(deg)" deg=$deg assign="x"}-->
             <!--{$y=200*cos($deg)}-->
             <!--{math equation="200*sin(deg)" deg=$deg assign="y"}-->
             <!--{$x},${y}-->
             <!--{$x},${y}-->
             <!--{/for}-->
             <!--{/for}-->

Revision as of 18:54, 28 May 2020

   <svg xmlns="http://www.w3.org/2000/svg" version="1.1">
       <polygon points="
       "></polygon>
   </svg>