eclipsesource / eclipsesource/tabris-js
Implement context.imageSmoothingEnabled for canvas widget
Open
feature
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
### 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
Contributor guide
Assessment
This issue has not been assessed yet.