···2929 // Measure once at a base size and re-use that exact layout result for drawing.
3030 // On iOS, measuring and drawing can diverge if we re-measure or rely on fontSize conversions.
3131 val baseStyle = TextStyle(
3232- color = Color.White,
3232+ color = drawableObject.colour,
3333 // Use a stable base size; the final size will come from scaling the canvas.
3434 fontSize = 100f.toSp()
3535 )