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
Hi there, I'm rendering some QR codes which I remove the three larges squares located at the edges because their shape, such shape needs to be rounded to a certian deegre, I need to do this task programatically as I need to know a buch of data early on, CornerPathEffect came right to my mind, however I can not find a programatic way to add it, this is what I currently have.
constpath=Skia.Path.MakeFromSVGString('some path to be rounded');constcornerPath=Skia.PathEffect.MakeCorner(16);// No idea how to add cornerPath to path
The documentation for such effects does not showcase a programatically example either.
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
-
Hi there, I'm rendering some QR codes which I remove the three larges squares located at the edges because their shape, such shape needs to be rounded to a certian deegre, I need to do this task programatically as I need to know a buch of data early on,
CornerPathEffect
came right to my mind, however I can not find a programatic way to add it, this is what I currently have.The documentation for such effects does not showcase a programatically example either.
Beta Was this translation helpful? Give feedback.
All reactions