Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eye line diagrams do not allow changing line width #1013

Closed
seandenigris opened this issue Aug 3, 2015 · 4 comments
Closed

Eye line diagrams do not allow changing line width #1013

seandenigris opened this issue Aug 3, 2015 · 4 comments

Comments

@seandenigris
Copy link
Contributor

Originally reported on Google Code with 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


Reported by usman.bhatti on 2013-11-19 12:42:05

@seandenigris
Copy link
Contributor Author

Is anyone still interested in maintaining EyeSee? Andre?

Reported by tudor@tudorgirba.com on 2013-11-19 19:40:43

@seandenigris
Copy link
Contributor Author

I'll have a look in this specific issue, but currently I have no time to give more..
:|

Reported by andrehoraa on 2013-11-20 12:11:29

@seandenigris
Copy link
Contributor Author

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

Reported by cunningham.cb on 2013-11-20 15:32:24

@seandenigris
Copy link
Contributor Author

We will focus on Graph-ET. It starts to be good enough.

Reported by tudor@tudorgirba.com on 2014-01-09 06:36:40

  • Status changed: WontFix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant