|
|
|
|
|
by slimsag
1019 days ago
|
|
"Béziers can't represent circles" is not exactly wrong, but is not really the full picture. Often you don't need to _represent_ a circle. TrueType fonts (quadratics) and OpenType fonts (cubics) can't mathmatically _represent_ a circle, either, but does that mean no font has circles in it? Sometimes an approximation is pretty damn good. Also conics (rational quadratic Beziers), which Microsoft has a surprisingly good article on[0], can represent circles. [0] https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user... |
|