I think you should make a new composite shape. But first check how the width and height is computed, because the shapes somehow share the same (biggest) size.
Cheers, Jura -- Juraj Kubelka > El 11/07/2014, a las 17:05, Peter Uhnák <i.uh...@gmail.com> escribió: > > Hi > > I'm trying to draw an ellipse inside another ellipse but to no avail. I've > tried using RTCompositeShape but that just expands the size of the smaller > shape. Is there something else I'm missing (like fixing dimensions so they > won't get updated) or should I subclass RTAbstractCompositeShape and try to > make something on my own? > > Thanks, > Peter