Closed johsin18 closed 10 years ago
So new Color.rgb(0, 0, 0).toHexString() will give '000' instead of '000000'. This is not accepted by HTML canvas for example, and it's ambiguous in general anyway, e.g. 'ff00'.
Good catch. This is resolved and I've published the fix to pub.
So new Color.rgb(0, 0, 0).toHexString() will give '000' instead of '000000'. This is not accepted by HTML canvas for example, and it's ambiguous in general anyway, e.g. 'ff00'.