Canvas + Rect + Line

Beispiel für zeichnen auf dem Canvas

by bjelline

HTML

<div>
<img src="http://images3.wikia.nocookie.net/__cb20100622194533/aliceinwonderland/images/2/21/Harry-potter-snape.jpg">
</div>

CSS

#c { 
    background-color: white 
}
body {
    background-color: #ddd;
}