Optimize memory footprint in outline conversion
This commit is contained in:
parent
f287d352da
commit
e29df67587
10 changed files with 411 additions and 378 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue