-
Notifications
You must be signed in to change notification settings - Fork 236
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
Fix #870: Added the stylesheet option to the C API #873
Conversation
I can review this in about 36-48 hours. Feel free to ping me here if I forget! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems fine to me, although I would like someone with more C knowledge to confirm.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes by themselves seem fine, I think. But could you add / modify an example?
I have updated an existing example ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given prior approval from @LaurenzV, I'm happy to land. The C code changes are reasonable.
Fix #870. I made slight changes the
resvg/crates/c-api/resvg.h
andresvg/crates/c-api/lib.rs
. Take a look at #870 for more details.