Santhosh Thottingal

Results 73 comments of Santhosh Thottingal

> For ubuntu (not fedora like OP), update the dms manually, then it will be good in the future (hopefully). Thanks. this helped. `dms update` is now better.

I can reproduce the issue. Also fails when text is inside group node: ```svg top ``` Group node reports children as `[]`

Thanks that worked for me. Adding ` options.fontdb_mut().load_system_fonts();` helped. However, as I am using usvg just for the purpose of data extraction from an svg, `load_system_fonts` call is strange to...