Optimize memory footprint in outline conversion

This commit is contained in:
be5invis 2023-12-22 07:51:55 -08:00
parent f287d352da
commit e29df67587
10 changed files with 411 additions and 378 deletions

View file

@ -67,7 +67,6 @@ function convertContourToArcs(contour) {
return newContour;
}
export const SPIRO_PRECISION = 1 / 2;
export const OCCURRENT_PRECISION = 1 / 16;
export const GEOMETRY_PRECISION = 1 / 4;
export const BOOLE_RESOLUTION = 0x4000;