Michael Wynne

Results 11 comments of Michael Wynne

I had a slightly different need to picking: I didn't want to test against each path as I rendered I just wanted to be able to query which path (that...

Cool, glad you like it :-) Many thanks for nanoVG - it is a great little library! I'm all up for making a PR and have no problems making some...

OK, got it. I tend to just make whatever I need pickable (as you pay no cost if something is not pickable) and use the IDs to differentiate (e.g. there...

No problem, didn't take long to fix. Just have a few remaining niggles and then I will update later when I have more time.

The style issue fixes are in (think I got everything) as is the transformed scissor rect issue (didn't notice it could be transformed initially!). How do you want to handle...

Sounds good - I had somehow missed the fbo example. I'll try to get the new demo code in before the weekend and double check I didn't miss anything. On...

Nearly all fixed locally, will complete and commit on Sunday. (I don't use git locally - everything is in fossil here - so commiting to github is more like publishing...

OK, I'll await any further comments :-) I had a bit more time today that before so hopefully I did a better job than last time...

@zapolnov If you could provide the vertices of a shape that shows this problem I'll sort it out. I have no idea on plans to merge this into NanoVG, ask...

I think I just messed up handling divide by zero handling originally. I've committed a quick fix that appears to do the job. Next time I have have a minute...