PolyLine and line width

Started by jaco robier, July 26, 2015, 07:39:23 PM

Previous topic - Next topic

jaco robier

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 ?



EgonOlsen

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.