SVG examples

You are in: Example: Fill

Example: Fill

Cathegory

Example

Result

Explanation

The 'fill' property paints the interior of the given graphical element. The area to be painted consists of any areas inside the outline of the shape.

Further information:

http://www.w3.org/TR/SVG11/painting.html#FillProperties

Code

<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100">
</svg>