0N/A#custom-doc { width: 95%; min-width: 950px; }
0N/A display: inline-block;
0N/A#mygraphiccontainer {
0N/A display: inline-block;
0N/A filter:alpha(opacity=20);
0N/AThis example shows how to use the `Graphics` to draw the head of a violin.
0N/AThe comparable uncompressed .jpg photo image of the violin head was 161KB, .png(24-bit) was 359KB.
257N/AThe Graphics code to render this example is 18KB.
{{>graphics-violin-source}}
<h2>Path Drawing Tool</h2>
{{>graphics-path-tool-promotion}}
<div id="mygraphiccontainer"></div>
filter:alpha(opacity=20);
<h2>Complete Example Source</h2>
{{>graphics-violin-source}}