awmc000

Results 10 comments of awmc000

Thank you for the helpful feedback. I'll sort out the issues you mentioned and extend it to support point lists of 3 or 4 points, closed/open paths, and either type...

OK, got it, so I will figure out how to convert a RenderStyle to a PathPaintRule, so that the latter represents the same settings as the former does? And thanks...

It looks like the values for RenderStyle and PathPaintRule correspond but just have different names, and that PathPaintRule supports some behaviour RenderStyle doesn't, namely FILL_EVENODD, STROKE_FILL_EVENODD, DONT_PAINT (and AUTO checks...

I tested that and it seems to work for a basic test in the shell. ```python >>> from fpdf import FPDF >>> pdf = FPDF() >>> pdf.add_page() >>> pdf.bezier([(20, 20),...

Should I be getting a debug_stream from somewhere else? Or just remove it? (Removed for now.)

Interested in taking this issue on. Will review the CONTRIBUTING.md and start looking into this.

Honestly, I'm still interested, but I will probably not be able to do this at least until next summer. I waive my claim if anyone else wants to do it,...

I could to this, are you still maintaining this repo?