summaryrefslogtreecommitdiff
path: root/CAMM.pm
diff options
context:
space:
mode:
authorThomas Kremer <->2020-10-01 00:10:20 +0200
committerThomas Kremer <->2020-10-01 00:10:20 +0200
commitd27ec23b8c4f61095828d6581c2e5b22afde5d18 (patch)
treeeace2fcf79a35ec4cc2e6aabb893faf6c2074d25 /CAMM.pm
parentae54e4ddcb16f0c63c03c6ae6aa8d1d02356e0c5 (diff)
rewritten combine_polylines to make up for slight errors in input files and made sort_polylines round everything to 1mm.
Diffstat (limited to 'CAMM.pm')
-rw-r--r--CAMM.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/CAMM.pm b/CAMM.pm
index b41472f..d2cb877 100644
--- a/CAMM.pm
+++ b/CAMM.pm
@@ -619,7 +619,7 @@ our %camm2svg_commands;
our $svg_template = <<'EOSVG';
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="%f" height="%f">
-<g transform='scale(%f,%f) translate(%f,%f)' style='stroke-width: 40px; fill:#000000; fill-opacity:0.2;'>
+<g transform='scale(%f,%f) translate(%f,%f)' style='stroke-width: 40px; fill:#000000; fill-opacity:0.1;'>
%s
</g>
</svg>