Status: New
Owner: ----
CC: andreho...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-EyeSee Milestone-4.4
New issue 571 by tudor.gi...(a)gmail.com: EyeSee grid lines are not drawn
with the specified color
http://code.google.com/p/moose-technology/issues/detail?id=571
If you do the following:
ESExamples new verticalBarDiagram6
the grid lines are black, while they should be white. It looks like setting
the color in the ESDiagramGraphicsContextWrapper does not affect the actual
rendering.
The corresponding code is found here:
ESRegularGridLineDecorator>>drawOverlapingTickAt: aPoint on:
aGraphicsContext ofLength: aNumber
...
tick displayStrokedOn: (aGraphicsContext paint: Color white)