-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[flatten] Changes to transform handling
* Flattening (including for fills, offset curves, caps, and joins) is now performed in a curve's local coordinate space (pre-transform) and the transform is applied at the time a line is output. This may be unnecessary is for fills but it keeps the code mostly uniform. * The line count estimate for subdivision factors in the scale factor which is decomposed from the transform matrix. * The bounding box computation is now precise and purely based on the union of output line segments.
- Loading branch information
Showing
1 changed file
with
93 additions
and
78 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