Skip to content

🎨 Simple HTML5 Canvas example

Notifications You must be signed in to change notification settings

nilfalse/paintbrush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PaintBrush

Basic painting done on simple HTML canvas. May serve as example of using canvas.

See https://nilfalse.com/labs/paintbrush/ for live demo.

Original task

Create software for drawing basic primitives: line, rectangle, circle and curve. Circle and rectangle can be filled by the color. Pen and fill colors, pen width must be configurable.