Skip to content
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 parsing (x,y) byte deltas in stf file. #40

Merged
merged 1 commit into from
Oct 24, 2013

Conversation

yonran
Copy link
Contributor

@yonran yonran commented Oct 24, 2013

Within a stroke, each coordinate can be encoded using an absolute position, an 8-bit delta, or a prefix-free coded delta. Fix the 8-bit deltas, which are actually signed integers.

Patch to libsmartpen also sent.

Within a stroke, each coordinate can be encoded using an absolute position, an 8-bit delta, or a prefix-free coded delta. Fix the 8-bit deltas, which are actually signed integers.
dylanmtaylor pushed a commit that referenced this pull request Oct 24, 2013
Fix parsing (x,y) byte deltas in stf file.
@dylanmtaylor dylanmtaylor merged commit 5ed6ce8 into dylanmtaylor:master Oct 24, 2013
dylanmtaylor added a commit that referenced this pull request Apr 19, 2018
Fix parsing (x,y) byte deltas in stf file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants