While porting Telescope to a newer version of Roassal, we might have
found some bugs, methods that do not exist anymore and are still called:
RTShape>>+ calls 'with:with:'
RTAbstractLine>>+ calls 'with:with:'
RTShapedObject>>addShape: calls 'with:with:'
RTSVGVisitor>>visitCompositeShape: calls 'shape1' and 'shape2'
RTSVGVisitor2>>visitCompositeShape: calls 'shape1' and 'shape2'
nicolas and vincent