summaryrefslogtreecommitdiffstats
path: root/src/fringlib/fringrenderer.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/fringlib/fringrenderer.py')
-rw-r--r--src/fringlib/fringrenderer.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fringlib/fringrenderer.py b/src/fringlib/fringrenderer.py
index 548cc12..c5f8273 100644
--- a/src/fringlib/fringrenderer.py
+++ b/src/fringlib/fringrenderer.py
@@ -47,7 +47,7 @@ class FringRenderer:
self.LABEL_UNTIL_RING = 0
self.RING_OUTLINE_COLOR = (.2,.2,.2)
self.LEG_LINE_WIDTH = 1
- self.LEG_LINE_COLOR = (.3,.3,.3)
+ self.LEG_LINE_COLOR = (.1,.1,.1)
def prepare_layouts(self,ctx):
@@ -158,7 +158,6 @@ class FringRenderer:
self.__register_side_link(hasContents,p,value,end-start,x,y+(height/2),x+(width),y-(height/2))
# draw line
-
ctx.move_to(*point_a)
ctx.line_to(*point_b)
offset = 5