text-shaper 0.1.11 → 0.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +6 -6
- package/dist/raster/gray-raster.d.ts +1 -1
- package/package.json +1 -1
|
@@ -73,7 +73,7 @@ export declare class GrayRaster {
|
|
|
73
73
|
conicTo(cx: number, cy: number, toX: number, toY: number): void;
|
|
74
74
|
/**
|
|
75
75
|
* Recursive quadratic subdivision with flatness test
|
|
76
|
-
* Uses FreeType
|
|
76
|
+
* Uses FreeType's exact flatness metric: |P0 + P2 - 2*P1| (second derivative)
|
|
77
77
|
*/
|
|
78
78
|
private subdivConic;
|
|
79
79
|
/**
|