-
Notifications
You must be signed in to change notification settings - Fork 561
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addresses #3539 We previously did not detect dotted lines used as table gridlines. If one of width / height is LE edge_min_length and LT the other dimension, the rectangle is treated as a vertical / horizontal line. We incorrectly used the dimension-specific snap values for this. We now no longer ignore rectangles if both, width and height are smaller then edge_min_length, but leave this to the snapping and joining algorithms further down the road.
- Loading branch information
Showing
3 changed files
with
28 additions
and
8 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
Binary file not shown.
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