summaryrefslogtreecommitdiff
path: root/CAMM.pm
diff options
context:
space:
mode:
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>