Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 357 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 357 Bytes

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.