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
Update currentColor handling. (#730)
* Update currentColor handling.
Default currentColor to black, mirroring Chrome's behavior.
Update callsites to parseColor so that they account for currentColor.
Avoid setting a default currentColor on the root element when parsing.
Avoid painting when Paint.color == null.