diff --git a/src/sdfv.ts b/src/sdfv.ts index 91ec5d6c..bac3f2fe 100644 --- a/src/sdfv.ts +++ b/src/sdfv.ts @@ -50,7 +50,7 @@ export class SDFV { // Points-per-pixel threshold for not drawing memlets/interstate edges. public static EDGE_LOD: number = 8; // Points-per-pixel threshold for not drawing node shapes and labels. - public static NODE_LOD: number = 4.0; + public static NODE_LOD: number = 60.0; // Pixel threshold for not drawing state contents. public static STATE_LOD: number = 50;