I've been looking for a hardware accelerated vector graphics library and I'm quite shocked that the only good cross-platform option is Google's Skia. Every other library (e.g. Cairo or NanoVG) is either not performant enough or simply no longer maintained.
I got my hopes up when I found Pathfinder https://github.com/servo/pathfinder but it seems has been abandoned.What's the reason behind this? Text/vector rendering is needed pretty much everywhere, so why are so few options for a good vector graphics library?