raghunandan
04/11/2024, 5:11 AMraghunandan
04/11/2024, 5:14 AMraghunandan
04/11/2024, 7:32 AMraghunandan
04/11/2024, 7:34 AMdrawArc(
Color.Gray,
startArcAngle,
arcDegrees,
false,
topLeft = quarterOffset,
size = centerArcSize,
style = Stroke(80f, 0f, StrokeCap.Round)
)
drawArc(
Color.Red,
startArcAngle,
25 * (arcDegrees) / 100f,
false,
topLeft = quarterOffset,
size = centerArcSize,
style = Stroke(80f, 0f, StrokeCap.Round)
)
drawArc(
Color.Green,
startArcAngle + 45 ,
25 * (arcDegrees) / 100f,
false,
topLeft = quarterOffset,
size = centerArcSize,
style = centerArcStroke
)
drawArc(
Color.Blue,
startArcAngle + 90 ,
25 * (arcDegrees) / 100f,
false,
topLeft = quarterOffset,
size = centerArcSize,
style = centerArcStroke
)
drawArc code i cannot customize the red segment bottom part. It has rounded curve and a flat line.raghunandan
04/11/2024, 5:03 PMraghunandan
04/12/2024, 2:29 AMraghunandan
04/12/2024, 2:33 AMraghunandan
04/20/2024, 4:46 AM