5 Likes
Hi,
Just FYI, I have updated to 5.1.5 and I found you left a couple of traces in CanvasGraphics:
if (hasFill && closeGap) {
trace ("1");
context.lineTo (startX - offsetX, startY - offsetY);
closePath (false);
} else if (closeGap && positionX == startX && positionY == startY) {
trace ("2");
closePath (false);
}
Lines 870 and 876.
Thanks, sorry about that