-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: allow drawing outside canvas for a smoother signature #765
Merged
Conversation
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
UziTech
force-pushed
the
draw-outside-canvas
branch
from
April 3, 2024 06:52
5bb6404
to
2e8148c
Compare
UziTech
force-pushed
the
draw-outside-canvas
branch
from
April 3, 2024 07:40
2e8148c
to
170d7f7
Compare
UziTech
force-pushed
the
draw-outside-canvas
branch
from
April 3, 2024 07:48
170d7f7
to
c73c182
Compare
UziTech
force-pushed
the
draw-outside-canvas
branch
from
April 3, 2024 07:59
323d317
to
7bb14bf
Compare
UziTech
changed the title
allow drawing outside canvas for a smoother looking signature
allow drawing outside canvas for a smoother signature
Apr 4, 2024
UziTech
changed the title
allow drawing outside canvas for a smoother signature
fix: allow drawing outside canvas for a smoother signature
Apr 5, 2024
UziTech
added a commit
that referenced
this pull request
Apr 5, 2024
BREAKING CHANGE: - Drawing outside of the canvas will record data outside the canvas - Update SignatureEvent to store the original event, x, y, pressure - move and up events are attached once down is triggered and they are on the window/ownerDocument target
UziTech
added a commit
that referenced
this pull request
Apr 5, 2024
BREAKING CHANGE: - Drawing outside of the canvas will record data outside the canvas - Update SignatureEvent to store the original event, x, y, pressure - move and up events are attached once down is triggered and they are on the window/ownerDocument target
github-actions bot
pushed a commit
that referenced
this pull request
Apr 5, 2024
# [5.0.0-beta.1](v4.2.0...v5.0.0-beta.1) (2024-04-05) ### Bug Fixes * allow drawing outside canvas for a smoother signature ([#765](#765)) ([29a8b5a](29a8b5a)) ### BREAKING CHANGES * - Drawing outside of the canvas will record data outside the canvas - Update SignatureEvent to store the original event, x, y, pressure - move and up events are attached once down is triggered and they are on the window/ownerDocument target
github-actions bot
pushed a commit
that referenced
this pull request
May 3, 2024
# [5.0.0](v4.2.0...v5.0.0) (2024-05-03) ### Bug Fixes * allow drawing outside canvas for a smoother signature ([#765](#765)) ([29a8b5a](29a8b5a)) * update deps ([1955364](1955364)) ### BREAKING CHANGES * - Drawing outside of the canvas will record data outside the canvas - Update SignatureEvent to store the original event, x, y, pressure - move and up events are attached once down is triggered and they are on the window/ownerDocument target
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Allow drawing points outside of the canvas so the signature looks smoother at the edges
Current version:
This PR:
Changelog
BREAKING CHANGE: