Is there any way that you can combine two shapes into one, not geometries. I know I can do this with GeometryGroup using line geometries and the two lines will be a composite shape. However, line geometries don't have their own stroke properties, so they use the stroke of the Shape, thus cannot be different. Any ideas?
In other words, I want to derive from shape, where line geometries have a stroke property, so I am thinking if I can derive from shape, where line geometries have their own shape stroke property. I was thinking of passing to shapes to the argument of the derived class, and then get their geometries, but the geometries would still use the same stroke.