Open
Description
All curves
Here’s an example of a capital O showing what happens when offset(10)
is applied: each on-curve point is shifted in the offset direction by 10 units.
All straights
Here’s an example of the same offset(10)
applied to a capital H. In this case, the points are only moving 5 units from their original positions:
Mix of curves and straights
Now here’s a capital D with offset(10)
. Whereas the O was only made of curves, and the H only made of straights, this combines both. The result is that the straight segments are moving only half the distance, so certain segments that should be parallel are not. For instance, the top and bottom edges are no longer horizontal.
Metadata
Assignees
Labels
No labels
Activity