Join Slack
Powered by
What’s the Canvas function to draw such path?
# compose
m
Mohamed Ibrahim
09/01/2021, 2:31 PM
What’s the Canvas function to draw such path?
a
Albert Chang
09/01/2021, 2:44 PM
You can create a
Path
containing bezier curves using
cubicTo()
,
quadraticBezierTo()
, etc, and then use
DrawScope.drawPath()
.
m
Mohamed Ibrahim
09/01/2021, 3:30 PM
Thanks, I will try it
8
Views
Open in Slack
Previous
Next