p5.brush.js v.1.0.3
Changelog:
- Fixed circle() bugs. Hatch and fill did not work correctly.
- Added brush.push() and brush.pop() functions, for better parameter control.
- Added brush.rotate() function. The p5 rotate() function is not compatible with the library, use brush.rotate() instead.
- Added brush.reDraw() and brush.reBlend(), to allow for fine control over draw order.
- Improved structure and documentation of p5.brush.js