On 27 January 2017 at 00:06, stepharong <stepharong@free.fr> wrote:
accept: aVisitor
^ aVisitor lineSegment: self
accept: aVisitor
^ aVisitor closeSegment: self
accept: aVisitor
^ aVisitor moveSegment: self
seems to invoke methods that do not exit
I check AthensLIneSegment is used so I do not understand why the methods are broken.
this is a part of visitor api for path segments.
if you remove it, then users cannot use itfor iterating trough path segments for converting them etc etc..of course, it may be nit used by Athens itself.. but it doesn't means it is useless.