This example shows how to use the `Graphics` to draw the head of a violin.

The comparable uncompressed .jpg photo image of the violin head was 161KB, .png(24-bit) was 359KB. The Graphics code to render this example is 18KB.

{{>graphics-violin-source}}

Path Drawing Tool

{{>graphics-path-tool-promotion}}

HTML

```
```

CSS

``` #outerframe { display: inline-block; height: 446px; width: 714px; } #mygraphiccontainer { display: inline-block; top: 100px; width: 614px; top: 15px; left: 34px; position: relative; } .woodgrain{ opacity:0.2; filter:alpha(opacity=20); } ```

Complete Example Source

``` {{>graphics-violin-source}} ```