-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LineSymbol: Fix border line handling
The path of a border line is determined by two factors: the main offset, indicating the edge of the main line, and an explicit additional offset. Mapper used to rely on the main offset being non-zero in order to distinguish left from right by the sign of the main offset. With this change, Mapper now uses the totat offset to determine left or right, thus allowing to use border lines with invisible main lines. Fixes GH-1602 (wrong area border line path).
- Loading branch information
Showing
2 changed files
with
20 additions
and
12 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
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