From 64107984d3cc71a2d168b7e7f96d52f08f89d6ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Csord=C3=A1s=20R=C3=B3bert?= Date: Sun, 10 Nov 2019 19:55:25 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ad96725..800896d 100644 --- a/README.md +++ b/README.md @@ -77,3 +77,7 @@ The transformation matrix describes an affine transformation of each point in ho #### The points blob This describes the actual points of the drawing. Each point uses 24 bytes of data. The first 8 are the X, Y coordinates in *big endian* float32. The next 4 is the pressure in the big endian float32. It's value seems to be between 0-6000. I haven't tried to decode the rest. + +## Acknowledges + +Thanks for gubi for debugging Windows version and old note format.