YUI framework
example "Complex Drawing: Violin"
This pen is simply a CodePen copy of a great example based on
YUI
javascript framework
.
Before I investigate any new frameworks I make such a "does it copy" test: If it will easily copy to another site it pass as a easy portable framework.
See the Original demo .
The violin is drawn in a
canvas
element using javascript and
YUI
.
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.