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.
@@ -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-style flatness: check if control point is within threshold of chord
76
+ * Uses FreeType's exact flatness metric: |P0 + P2 - 2*P1| (second derivative)
77
77
  */
78
78
  private subdivConic;
79
79
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "text-shaper",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/wiedymi/text-shaper.git"