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
* Add stroke path to Path2D interface per html canvas spec (#1)
* add stroke(path: Path2D) form to canvas
---------
Co-authored-by: Chris Lee-Messer <[email protected]>
* add visual test of canvas.stroke(path)
* Update Playwright Snapshots
* black ipycanvas/canvas.py
* fix bug falling through to fillPath-add missing break
* initial documentation stroke(Path2D)
* update initial stroke(path) uitest to replicate SVG fig
* black format code block in drawing_paths.rst
* Update Playwright Snapshots
---------
Co-authored-by: Chris Lee-Messer <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
We should find a way to cache draw commands, I suppose they should be cached in the Model, and played in the View
The text was updated successfully, but these errors were encountered: