Status: New Owner: ---- CC: andreho...@gmail.com Labels: Type-Defect Priority-Medium Component-EyeSee Milestone-4.4
New issue 571 by tudor.gi...@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)
Updates: Status: Fixed
Comment #1 on issue 571 by andreho...@gmail.com: EyeSee grid lines are not drawn with the specified color http://code.google.com/p/moose-technology/issues/detail?id=571
(No comment was entered for this change.)
Comment #2 on issue 571 by tudor.gi...@gmail.com: EyeSee grid lines are not drawn with the specified color http://code.google.com/p/moose-technology/issues/detail?id=571
Thanks.