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

Make it possible to draw a Bezier curve #1060

Open
eterevsky opened this issue Oct 18, 2016 · 1 comment
Open

Make it possible to draw a Bezier curve #1060

eterevsky opened this issue Oct 18, 2016 · 1 comment

Comments

@eterevsky
Copy link
Contributor

Bezier curve is a useful primitive, that may be used to approximate any other curve. They are often used as building blocks for drawing fonts and general vector graphics. It would be nice to have a module that would allow drawing a path consisting of Bezier curve arcs, or fill a figure bounded by it.

@bvssvni
Copy link
Member

bvssvni commented Oct 18, 2016

The way this could be done is by generating a polygon and using the stencil buffer. #860

I haven't had time to get around to this. Feel free to try!

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