erikwatson / Bramble

A little JS game engine for jamming on prototypes.
MIT License
0 stars 1 forks source link

Consistency of Graphics Options #24

Closed erikwatson closed 3 years ago

erikwatson commented 3 years ago

When drawing primitive shapes we should try and ensure that the default options match up everywhere. At the moment, calling circle produced an outline of a circle, but calling square and rect produced filled rectangles by default. This is really annoying.

erikwatson commented 3 years ago

Fixed.