Status: New Owner: ---- CC: andreho...@gmail.com Labels: Type-Defect Priority-Medium Component-EyeSee
New issue 1013 by usman.bh...@gmail.com: Eye line diagrams do not allow changing line width http://code.google.com/p/moose-technology/issues/detail?id=1013
Changing lineWidth: block in the example lineDiagram2 does not have an effect on the line width. To reproduce, have a look on this example:
ESExamples new lineDiagram2
Comment #1 on issue 1013 by tu...@tudorgirba.com: Eye line diagrams do not allow changing line width http://code.google.com/p/moose-technology/issues/detail?id=1013
Is anyone still interested in maintaining EyeSee? Andre?
Comment #2 on issue 1013 by andreho...@gmail.com: Eye line diagrams do not allow changing line width http://code.google.com/p/moose-technology/issues/detail?id=1013
I'll have a look in this specific issue, but currently I have no time to give more.. :|
Comment #3 on issue 1013 by cunningh...@gmail.com: Eye line diagrams do not allow changing line width http://code.google.com/p/moose-technology/issues/detail?id=1013
In class ESDiagramGraphicsContextWrapper, make these changes. This is what allowed line width setting/usage for me.
displayLineFrom: aPoint1 to: aPoint2 self context line: (self transform: aPoint1) to: (self transform: aPoint2) width: self lineWidth color: self color.
lineWidth ^lineWidth ifNil: [ lineWidth := 1 ]
lineWidth: width lineWidth := width
Updates: Status: WontFix
Comment #4 on issue 1013 by tu...@tudorgirba.com: Eye line diagrams do not allow changing line width http://code.google.com/p/moose-technology/issues/detail?id=1013
We will focus on Graph-ET. It starts to be good enough.