Widget:Radar: Difference between revisions

From Elwiki
mNo edit summary
mNo edit summary
Line 13: Line 13:
         <polygon stroke="#999" fill="transparent" points="
         <polygon stroke="#999" fill="transparent" points="
             <!--{for $i=1 to $dim}-->
             <!--{for $i=1 to $dim}-->
             <!--{$xs[$i]}|cat:','|cat:$ys[$i]}-->
             <!--{$xs[$i]|cat:','|cat:$ys[$i]}-->
             <!--{/for}-->
             <!--{/for}-->
         "></polygon>
         "></polygon>

Revision as of 03:50, 29 May 2020

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