Steps to Reproduce
click button to setBackgroundColor(null).
<zk>
<button label="clear color" onClick='signature3.setBackgroundColor(null)'/>
<signature id="signature3" width="800px" height="400px"/>
</zk>
Current Result
background color is black.
Expected Result
background color is white.