6 ms·
I think it is limited to integral quadratic bezier curves, which is sufficient for text rendering. But general purpose vector graphics almost certainly want rat
by Lichtso 6mo ago
I think it is limited to integral quadratic bezier curves, which is sufficient for text rendering. But general purpose vector graphics almost certainly want rational cubic bezier curves too.
- elengyel 6mo agoThe Slug Library can convert each cubic curve into a small set of quadratic curves that approximate extremely well.