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
- this fixes an error that occurred when drawing a single dot that
would result in the canvas looking empty and the state of the
component containing a blank image
- this error was introduced in the v0.1.6 release that made dotSize
a static function instead of defined in the constructor
- (props to @kgram for catching this in #11)
When signature component is first mounted and no data has been set, isEmpty() returns false when it should return true.
The text was updated successfully, but these errors were encountered: