-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Fillpolygon does not work #46
Comments
Hi! Solved. There are two versions. One which accepts a color and the other which takes a brush. The brush ones works great but the color one does not. Best |
Thanks! I think it is a bug and I will fix it as soon as possible. |
I have fixed this bug. But since the performance reason the |
Ok! would it be possible to achieve a filled polygon using draw polygon? In my case it is not that many arrows so it does not affect my performance but good to know 👍 . |
Hi!
Created an array of D2Dpoints and try to draw it.
drawpolygon works fine
But fillpolygon causes that nothing is being rendered at all. Does not get an error message.
Any ideas why it happens?
Best
Christian
The text was updated successfully, but these errors were encountered: