Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drawing with alpha - avoid overlapping effect? #31

Open
ggschelling opened this issue Apr 17, 2018 · 1 comment
Open

Drawing with alpha - avoid overlapping effect? #31

ggschelling opened this issue Apr 17, 2018 · 1 comment

Comments

@ggschelling
Copy link

ggschelling commented Apr 17, 2018

touchdraw_transparent

@dehli I have another question about drawing with transparent colors. As you can see, your line segments are overlapping each other and you get this effect. Maybe you already implemented a way to avoid this? Or, if not, maybe it's something you want to consider as an update feature. Maybe you could draw the line onTouchUp event as one and delete the preview segments, which is drawn as you still move your finger across the screen.

@dehli
Copy link
Owner

dehli commented Apr 18, 2018

Hi, I'll investigate this! Thanks.

Edit: It wasn't as easy of a solution as I had initially thought. If somebody else wants to tackle this, PRs are welcome. I might attempt it again at some point :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants