You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the following Skia defined path, I would like to change the line between points 4 to 5 and 6 to 7 into a smooth arc that follows the curve of the grey inner circle, instead of a straight line. What is the best way to do this?
Here is the code that is currently doing the drawing
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello community,
Given the following Skia defined path, I would like to change the line between points 4 to 5 and 6 to 7 into a smooth arc that follows the curve of the grey inner circle, instead of a straight line. What is the best way to do this?
Here is the code that is currently doing the drawing
Beta Was this translation helpful? Give feedback.
All reactions