diff --git a/header.txt b/header.txt index 1144c1b..a8c898e 100644 --- a/header.txt +++ b/header.txt @@ -24,8 +24,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="0.35" - inkscape:cx="768" - inkscape:cy="528" + inkscape:cx="0" + inkscape:cy="0" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" /> diff --git a/stipple_gen.pde b/stipple_gen.pde index ffde6ee..d52efb7 100644 --- a/stipple_gen.pde +++ b/stipple_gen.pde @@ -1333,8 +1333,8 @@ void draw () { //Need to get some background on this. //what are these magic numbers? float SVGscale = (800.0 / (float) config.canvasHeight); - int xOffset = (int) (1536 - (SVGscale * config.canvasWidth / 2)); - int yOffset = (int) (1056 - (SVGscale * config.canvasHeight / 2)); + int xOffset = 0; //(int) (1536 - (SVGscale * config.canvasWidth / 2)); + int yOffset = 0; //(int) (1056 - (SVGscale * config.canvasHeight / 2)); ArrayList hatchLines; if (FileModeTSP) {