SVG Paint


Paint in SVG is used to fill and stroke and can be:

<rect  width="30" height="30" style="fill:red; stroke:yellow"/>
<rect  width="30" height="30" 
   style="fill:url(#radgrad);stroke:url(#lingrad)"/>
<rect  width="30" height="30" 
   style="fill:url(background.gif); stroke:url(varied.png)"/>