Widget:Radar: Difference between revisions

From Elwiki
mNo edit summary
mNo edit summary
Line 8: Line 8:
             <!--{$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}-->

Revision as of 19:18, 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>