Patrick Martin

Results 2 comments of Patrick Martin

As you state, `` elements do support subpixel rendering. This cannot be turned off. And this library currently has no setting to "round" numbers on draw. It should be possible...

You can set the background color via CSS. ``` canvas { background: red; } ``` `ngvas.getShape().context` may work, if you can get a ref to the `` component. Adding it...