-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix serialization errors with rotated clusters.
-- If the first row in your layout was rotated, the x & y coordinates didn't get output correctly. -- The serializer didn't take into account that *both* x & y are updated when *either* rx & ry are specified in the output; as a result, it would mis-calculate the correct x & y coordinates for some rotated keys. -- Fixes #57 and #61
- Loading branch information
Ian Prest
committed
Jul 3, 2015
1 parent
0b223c8
commit 103e822
Showing
1 changed file
with
26 additions
and
15 deletions.
There are no files selected for viewing
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