Mira Grudzinska
Mira Grudzinska
@keiwando since the nanoSVG project doesn't seem to be developed very vigorously, let me suggest you to consider another library: [ThorVG](https://github.com/Samsung/thorvg) best :)
@bruvzg thx for your comment. One thing is how to deal without any viewBox and viewPort information. But the other one is to deal with examples that you gave. Please...
I'd appreciate any comment on that. It's a strange case - no viewBox and no viewPort info... I read the svg standard, but still I'm not sure how to handle...
> long time no see :) > yes, nice to hear from you after such a long time :) and thx for such a quick rev!
ABCD_297.svg: before nothing was drawn, now (#1266) we have this - still not exactly as it should look like:  so we are one step (from hundreds) closer to the...
@fire does this issue has a high priority for you? I know that the camera picture doesn't look exactly as it should, but almost... :)
This specific issue requires to go deep into some algorithms, that are not obvious for me (for now :) ). Can you share your folder with broken svgs? maybe some...
we encountered a problem related to compiling the ThorVG lib with the `-mavx` flag and running it on the host, that does not support avx. it can be reproduced on...
just as an info for now: ALPHA_BLEND for neon is not so precise as for avx and c versions. we use `vshrn_n_u16(t, 8);` to divide the result by 256, but...