-
Notifications
You must be signed in to change notification settings - Fork 68
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
How can I use drawing functions? #69
Comments
I did not add the functions, and I have not tried using them, but there are whole bunch defined (using macros) in |
Thank you for your reply. After I posted this I looked up by myself and found a MagicWand example in C that draws shapes. Seems that I can use |
For now, I would say write your own unsafe call and if that proves to work, paste a code snippet here and we can try to work it into this library. I imagine the best place for it would be in |
What is the equivalent functions of
--draw
,--fill
or--stroke
commands and so on? I looked up the source code but didn't understand how can I use it.The text was updated successfully, but these errors were encountered: