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
Is there a possibility to get support for soft brushes? (progressive opacity, solid inside, more clear on edges). I tried to do it with a combination of context.setShadow(...) and multiple drawings of the same path, but this is not perfect. I couldn't do it via "stroking" bitmap, tried everything really.
The text was updated successfully, but these errors were encountered:
I'm just maintainer of the project and don't really know a lot about CoreGraphics so I don't know how to develop that either. If you find a solution, feel free to open a PR!
Is there a possibility to get support for soft brushes? (progressive opacity, solid inside, more clear on edges). I tried to do it with a combination of
context.setShadow(...)
and multiple drawings of the same path, but this is not perfect. I couldn't do it via "stroking" bitmap, tried everything really.The text was updated successfully, but these errors were encountered: