Hacker News new | ask | show | jobs
by pbsurf 2190 days ago
I've just released a fork of nanovg that does GPU rendering a bit like Pathfinder, so it can support arbitrary paths - nanovg's antialiasing has some issues with thin filled paths. It also adds support for dashed lines.

https://github.com/styluslabs/nanovgXC

If you give it a try, let me know how it works for you.

1 comments

That is very exciting to hear. I'll give it a shot. Thanks.