internal ShapeLayerContext(CompositionContext compositionContext, ShapeLayer layer)
     : base(compositionContext, layer)
 {
     Layer = layer;
 }