diff options
author | Thomas Kremer <-> | 2020-10-01 00:10:20 +0200 |
---|---|---|
committer | Thomas Kremer <-> | 2020-10-01 00:10:20 +0200 |
commit | d27ec23b8c4f61095828d6581c2e5b22afde5d18 (patch) | |
tree | eace2fcf79a35ec4cc2e6aabb893faf6c2074d25 /CAMM.pm | |
parent | ae54e4ddcb16f0c63c03c6ae6aa8d1d02356e0c5 (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.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |