Author Topic: PolyLine and line width  (Read 8859 times)

Offline jaco robier

  • byte
  • *
  • Posts: 14
    • View Profile
PolyLine and line width
« on: July 26, 2015, 07:39:23 pm »
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 ?


« Last Edit: July 27, 2015, 05:26:46 pm by jaco robier »

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: PolyLine and line width
« Reply #1 on: July 27, 2015, 06:44:45 pm »
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.