Hi
When my shapescript is used on a diagram the element bounds are bigger than than the defined shape and I cant seem to fix it. My shapescript is below and any inout would be welcome - thanks
shape main
{
noShadow=true;
DefSize(150,70);
setfillcolor(255,255,255); // default is white
RoundRect(0,0,100,70,30,30);
}