eclipsesource / tabris-js

Create native mobile apps in JavaScript or TypeScript.
https://tabrisjs.com
BSD 3-Clause "New" or "Revised" License
1.4k stars 172 forks source link

Implement context.imageSmoothingEnabled for canvas widget #2260

Open ishigo1987 opened 1 year ago

ishigo1987 commented 1 year ago

Feature description

Implement the property imageSmoothingEnabled for Canvas.

When we draw an image inside the canvas widget, it appears blurred

Proposed solution

use context.imageSmoothingEnabled = false to fix the problem