MeasuredShape
data class MeasuredShape(val shape: Shape, val fill: PdfPaint?, val strokeColor: PdfColor?, val strokeWidth: Float, val size: Size) : MeasuredNode
Measurement result for a com.conamobile.pdfkmp.node.ShapeNode.
The shape's path is generated at draw time inside size — we do not pre-compute it during measurement so that nothing has to be re-layout when the shape gets stretched by a weighted slot.