andrewtimberlake/elixir-pdf

Create curves

Opened this issue · 3 comments

A way to create bezier curves would be very useful for some stuff I am working on (I would be willing to collaborate on a pull request)

A pull request would be welcome

I am working on it, the drawing seems to be in page.ex, is that correct?

@zkessin That’s correct. Most operations are passed through Document to the current page and the actual writing/drawing is done on the page.