Book a Demo

Author Topic: EA Shape Script Connector Rendering  (Read 3644 times)

Daiim

  • EA User
  • **
  • Posts: 51
  • Karma: +0/-0
    • View Profile
EA Shape Script Connector Rendering
« on: February 05, 2018, 08:37:21 pm »
There is an issue rendering main shapes for connectors. Cause there is some rotating, also images should be rotated correctly. But this does not work. Its also not possible to avoid rotations for images, or use subshapes to connector shapes.  >:(

Example:

shape main
{
   moveto(0,0);
   lineto(100,0);

   setfixedregion(40,-10,60,10);
   rectangle(40,-10,60,10);
   
   Image("someimage", 42, -8, 58, 8);
}