예제 #1
0
파일: commentline.py 프로젝트: Nyox/gaphor
 def draw(self, context):
     context.cairo.set_dash((7.0, 5.0), 0)
     DiagramLine.draw(self, context)
예제 #2
0
 def draw(self, context):
     context.cairo.set_dash((7.0, 5.0), 0)
     DiagramLine.draw(self, context)