Thank you. I reinstalled the toolchain and made a clear build successfully.
But I'm having an error with parsing of the .SKPs files.
I opened it in VS, started debugging and found out my .SKPs are too old and have a version 72, while there's a range of valid versions of 82 - 95 on latest skia and the parsing fails during check in SkPicture::IsValidPictInfo(...) .
There's a reason I'm using such an old fork, it's the one from hwui.
So, my questions:
1) Was there such functionality for converting SKP to SVG at the time of version 72? If so, do you know maybe the fork I could build for that?
2) Or maybe there's something else that could be done?
I'll go look through github branches for now.
понедельник, 27 февраля 2023 г. в 20:45:35 UTC+3, Florin Malita: