We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When drawing round_rect, the line width cannot be set to 1px
plutovg_save(pluto); plutovg_round_rect(pluto, 10, 10, 580, 50, 5, 5); plutovg_set_rgb(pluto, 0, 0, 1); plutovg_set_line_width(pluto, 1); plutovg_stroke_preserve(pluto); plutovg_stroke(pluto); plutovg_restore(pluto);
The text was updated successfully, but these errors were encountered:
FreeType contour stroker is "buggy"... Maybe it's time to develop our own. Pull requests are welcome
https://github.com/sammycage/plutovg/blob/main/source/plutovg-ft-stroker.c
Sorry, something went wrong.
No branches or pull requests
When drawing round_rect, the line width cannot be set to 1px
The text was updated successfully, but these errors were encountered: