AmrJyniat
01/17/2023, 2:35 PMval contentTypeShape = GenericShape { size, _ ->
lineTo(size.width.getValueOfPercentage(90), 0f)
addArc(
oval = Rect(
0f,
-25f,
size.width,
size.height.plus(25f)
),
-90f, 180f
)
lineTo(0f, size.height)
lineTo(0f, 0f)
}
Zaki Shaikh
01/17/2023, 2:49 PMAmrJyniat
01/17/2023, 3:08 PMChris Sinco [G]
01/17/2023, 10:07 PM