Mira Grudzinska
Mira Grudzinska
also "3.2" isn;t perfect (https://github.com/thorvg/thorvg/issues/954#issuecomment-1498521368)
before #1611: after #1611: the stroke is still a bit different because of https://github.com/thorvg/thorvg/issues/954
@hermet #1379 solved a portability issue, but not this one. I'm still not able to use svg2tvg on windows using mingw:  and still this helps: > It's...
@vtorri thx :D
> Actaully, this svg doesn't supported by any other browsers due to inkscape specifics. there is also one deprecated attrib: xlink:href. working version: ``` ``` and the colorful picture: ```...
the expected result (the css styling isn't supported everywhere): the top left will work after we implement #661 and #985 - both very old and has to be changed
after #1547 : On Chrome, the results remain the same. The rest of these samples include CSS styling that isn't widely supported. Therefore, once we reach a consensus on #1547,...
@fire thanks for info :) I see that the problem is that there's no viewbox attrib. We have pr solving this, but it has to be rebase/updated. Sorry for that....
@capnm I'll try to make the pr ready asap - it is after rev and waiting for some changes.
https://github.com/thorvg/thorvg/pull/1318 @capnm please check the results - without the viewBox/viewPort info only a part of the pict is drawn. I've checked other svg viewers and haven't find any, that would...