Widget:Radar: Difference between revisions

From Elwiki
mNo edit summary
mNo edit summary
Line 16: Line 16:
             <!--{$xmax=$x}-->
             <!--{$xmax=$x}-->
         <!--{/if}-->
         <!--{/if}-->
         <!--{if $x lt -$xmin}-->
         <!--{if $x lt -1*$xmin}-->
             <!--{$xmin=$x}-->
             <!--{$xmin=$x}-->
         <!--{/if}-->
         <!--{/if}-->
         <!--{if $y gt -$ymax}-->
         <!--{if $y gt $ymax}-->
             <!--{$ymax=$y}-->
             <!--{$ymax=$y}-->
         <!--{/if}-->
         <!--{/if}-->
         <!--{if $y lt -$ymax}-->
         <!--{if $y lt -1*$ymax}-->
             <!--{$ymin=$y}-->
             <!--{$ymin=$y}-->
         <!--{/if}-->
         <!--{/if}-->

Revision as of 05:28, 29 May 2020

   <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="600" viewBox="   ">
       
       <polygon stroke="#ccc" fill="#eee" points="
       "></polygon>
       <polygon stroke="#ccc" fill="#fff" points="
       "></polygon>
       <polygon stroke="#ccc" fill="#eee" points="
       "></polygon>
       <polygon stroke="#ccc" fill="#fff" points="
       "></polygon>
       <polygon stroke="#ccc" fill="#eee" points="
       "></polygon>
       <line x1="0" y1="0" x2="" y2="" stroke="#ccc"></line>
       <text transform="translate()" fill="#000" text-anchor="middle"></text>
       <polygon stroke-width="0" fill="7f" points="
       "></polygon>
   </svg>