diff --git a/hpgl.js b/hpgl.js index 35748c8..39324e2 100644 --- a/hpgl.js +++ b/hpgl.js @@ -62,7 +62,7 @@ function rectangle(width, height) { } function label(string) { - return `DT$,0;SI0.5,0.8;LB${string}$;`; + return `DT$,0;SI0.2,0.3;LB${string}$;`; }