-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add stroke path to Path2D interface per html canvas spec (#350)
* 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>
- Loading branch information
1 parent
5ade708
commit 37cf1ea
Showing
5 changed files
with
69 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+4.84 KB
ui-tests/tests/ipycanvas.test.ts-snapshots/ipycanvas-ipynb-cell-37-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters