I need to use 3.7 version of org.eclipse.draw2d. After selecting the 3.7 version of org.eclipse.draw2d in run configurations, I observed that graphical display of figures has changed as compared to the 3.5 version of org.eclipse.draw2d which I was using earlier. Following is the list of observed differences with screenshots, when the FigureCanvas is zoomed to 30%:-
draw2d 3.5 version screenshot draw2d 3.7 version screenshot
1. The horizontal org.eclipse.draw2d.PolylineConnection figures are very faint in draw2d 3.7 as compared to 3.5 version.
2. The vertical org.eclipse.draw2d.Polyline figures are dashed instead of dotted in draw2d 3.7 as compared to 3.5 version.
When the FigureCanvas is zoomed to 300%, there is thickening of lines:-
draw2d 3.5 version screenshot draw2d 3.7 version screenshot
Are these known issues with 3.7 version of org.eclipse.draw2d or am I missing something?