Book a Demo

Author Topic: Shape script line thickness not affecting native shape  (Read 3058 times)

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Shape script line thickness not affecting native shape
« on: August 06, 2019, 02:12:58 am »
Obviously I tried that for the first time (in V13.5 and 14):
Code: [Select]
shape main {
  SetPen(255, 127, 80, 5);
  SetFillColor(255, 255, 255);
  DrawNativeShape();
}
Does not affect the line width of the native shape (only tested for a package). I tried all combinations of SetPen and SetPenColor (or is there an operation PleaseSetThePenWidthToWhatIWantWhichIs(width) ? ?  ? ?).

q.