Hello,
I use the class PolyLine and i have problem with the method SetWidth
Polyline1.setPointMode(True); // mode pixel
polyline1.setWidth(35);
=> the width of the pixel is correct.
Polyline1.setPointMode(False); // mode line
polyline1.setWidth(35);
=> The Width of the line is incorrect: the width never change and always the line width=1 ?
Bug or Normal ?
IIRC, then that's normal. I'll take a look at it though, but that will take two weeks, because I'm quite offline ATM.