You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added grayscale image support in put_image_data and exposed image_smoothing_enabled attribute [#353](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/353) ([@AnyaPorter](https://github.com/AnyaPorter))
12
+
- Add stroke path to Path2D interface per html canvas spec [#350](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/350) ([@cleemesser](https://github.com/cleemesser))
13
+
- Added mouse wheel events support [#321](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/321) ([@VladislavZavadskyy](https://github.com/VladislavZavadskyy))
14
+
15
+
### Bug fixes
16
+
17
+
- Fix pattern from image in JupyterLab [#345](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/345) ([@martinRenou](https://github.com/martinRenou))
([GitHub contributors page for this release](https://github.com/jupyter-widgets-contrib/ipycanvas/graphs/contributors?from=2024-04-25&to=2024-09-06&type=c))
- Refactor sizing logic. The web canvas has two sizes, the colorbuffer size and the display size (actual size on the screen). We used to only expose the colorbuffer size and force the display size to be the same. The user can now control the display size through the `layout` property. #111#113
0 commit comments