diff --git a/hpgl.js b/hpgl.js index 1fac2fd..35748c8 100644 --- a/hpgl.js +++ b/hpgl.js @@ -5,7 +5,7 @@ const state = { } } -function init(width = 4000, height = 4000) { +function init(width = 1188000, height = 168000) { return `IN;IP0,0,${width},${height};SC0,100,0,100;SP1; ` }