Draft: Resolve "Use SVG for drawing"
Closes #134
-
Ensure imports are working correctly https://github.com/parcel-bundler/parcel/issues/1547#issuecomment-397630691 https://github.com/benevolarX/parcel-preact-typescript-boilerplate/blob/master/.babelrc -
Change canvas
ids todrawing
-
Add changeView
event (#43) -
Bump draft version and store image position and top-left position rather than center of image -
Add UI tests to ensure canvas and svg work the same (#46) -
Create a test server from the dev server -
Starts testcafe in live mode -
Creates a socket server that proxies messages between the UI and the test
-
-
Create a helper for the tests that -
connects to the socket proxy for the messages -
can send a blank draft
-
-
Resources
Edited by BytesNZ
Merge request reports
Activity
added status::developing type::feature labels
added 9 commits
- 87141e66 - Updated and locked dependencies
- 3c70f6a0 - Remove paper from app index
- 4cec2a40 - Add basic geometry classes to replace paper ones
- ae9e5142 - Add testcafe and ui test command
- 4e9aee76 - Fix thumbnail loading on svg
- d2525ebd - Fix styling on svg
- 1491e656 - Add tickings
- 4867fc74 - Try to minimise image flashing by keeping old image until new is loaded and sized
- 85c42022 - Fix insertion of image
Toggle commit list
Please register or sign in to reply