mohamed rejeb
07/05/2024, 8:45 AMarcTo
to Canvas Path
arcTo
in Compose ?
Specially in cases where x-axis-rotation
in svg is not 0mohamed rejeb
07/05/2024, 6:41 PMpath.asSkiaPath().ellipticalArcTo(
rx = rx,
ry = ry,
xAxisRotate = xAxisRotate,
arc = PathEllipseArc.SMALLER,
direction = PathDirection.CLOCKWISE,
x = x1,
y = y1
)