SwiftyDraw icon indicating copy to clipboard operation
SwiftyDraw copied to clipboard

Support for "soft" brushes

Open agruchala opened this issue 5 years ago • 1 comments

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.

agruchala avatar Apr 30 '21 14:04 agruchala

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!

LinusGeffarth avatar Apr 30 '21 20:04 LinusGeffarth