Hi guys,
I should create a control with Skia. My issue is to draw in the code a form, like a rectangle or a circle. The user has a red circle to follow that form (with gestures). I read about SkiaPath
here but I don't understand how can apply this example to my problem.
Thanks in advance.