diff options
Diffstat (limited to 'lib/commands.py')
| -rw-r--r-- | lib/commands.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/commands.py b/lib/commands.py index 858a1d5b..c1ac35a0 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -337,7 +337,8 @@ def ensure_symbol(svg, command): defs = svg.defs if defs.find(path) is None: symbol = deepcopy(symbol_defs().find(path)) - symbol.transform = 'scale(0.2)' + symbol.transform = 'scale(0.25)' + symbol.style['opacity'] = 0.7 defs.append(symbol) |
