summaryrefslogtreecommitdiff
path: root/lib/extensions/commands.py
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-07-10 20:07:47 -0400
committerLex Neva <github.com@lexneva.name>2018-07-12 20:13:46 -0400
commitb90d4c152e4c319e74b984207aa369b47af05074 (patch)
tree29fd7855f7a50f73b2579d88bb01fb3255104d9a /lib/extensions/commands.py
parent0c6288f7693a6aeb2d3dd15ad727d868de183b6a (diff)
make connector 50% transparent
Diffstat (limited to 'lib/extensions/commands.py')
-rw-r--r--lib/extensions/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions/commands.py b/lib/extensions/commands.py
index 5767447c..2f3006ff 100644
--- a/lib/extensions/commands.py
+++ b/lib/extensions/commands.py
@@ -73,7 +73,7 @@ class Commands(InkstitchExtension):
{
"id": self.uniqueId("connector"),
"d": "M %s,%s %s,%s" % (start_pos[0], start_pos[1], end_pos.x, end_pos.y),
- "style": "stroke:#000000;stroke-width:1px;fill:none;",
+ "style": "stroke:#000000;stroke-width:1px;stroke-opacity:0.5;fill:none;",
"transform": self.get_correction_transform(symbol),
CONNECTION_START: "#%s" % symbol.get('id'),
CONNECTION_END: "#%s" % element.node.get('id'),