Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 62cd149

Browse files
committed
Pull request #43: iink-js 1.5 - implement eraser in text and math examples - MSIS-3033
Merge in WS/iink-js from MSIS-3033 to master * commit 'a102c6a3839703ab38ca3d24f455c9dd8d186e8d': fix(CI): fix playwright image version iink-js 1.5 - implement eraser in text and math examples - MSIS-3033
2 parents 10aef54 + a102c6a commit 62cd149

File tree

19 files changed

+1080
-559
lines changed

19 files changed

+1080
-559
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ test-e2e:
5050
-e BROWSER=$(BROWSER) \
5151
--ipc=host \
5252
-w "/tests" \
53-
--name "playwright-$(BROWSER)" mcr.microsoft.com/playwright:bionic \
53+
--name "playwright-$(BROWSER)" mcr.microsoft.com/playwright:v1.15.2-bionic \
5454
npm run test:e2e
5555

5656
dev-all: dev-examples ## Launch all the requirements for launching tests.

dist/iink.esm.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/iink.esm.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/iink.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/iink.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/iink.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/assets/img/eraser.svg

Lines changed: 11 additions & 0 deletions
Loading

examples/assets/img/pen.svg

Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)