On Mar 9, 2016, at 16:54, Peter Uhnák <i.uhnak@gmail.com> wrote:element := arrow element.This is very odd line, why do you do this? You don't ask line shapes for elements, because they have none, they are edges.Didn't you mean to write this instead?arrow := RTArrowedLine new
color: trans color;withOffsetIfMultiple.edge := arrow edgeFrom: efrom to: eto.