You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a rectangle's specified color was black (0x000000) it was
considered as a falsy value so the default white (0xffffff) was used
instead.
This changes the default color to black (0x000000) so that both falsy
and specified black colors will we drawn in black.
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
0 commit comments