Hermet Park

Results 592 comments of Hermet Park

@kisvegabor rapidson rewrites the data into the given user json memory chunk to avoid additional memory allocations during parsing, which is rather smart by me. This approach is necessary for...

> It definitely helps if the memory can be freed immediately, as this way we can load multiple Lotties using the same amount of memory. Please check this: https://github.com/thorvg/thorvg/pull/2868 Perhaps,...

@kisvegabor Hey, let's clarify this. Thanks. 1. Essentially, RapidJSON doesn't allocate memory by itself. Instead, it writes back the interpretable JSON data structure generated by it from raw JSON text...

@kisvegabor I think you may have misunderstood RAPIDJSON. It doesn’t perform any inefficient tasks like the one described in point No.2

You know, I already understood your intention but I don't think your idea is practical. The transformed data is sequential binary, which loses context(no data structure info), and ThorVG has...

@QuLogic Hello, currently, it supports only `ARGB8888`. The API should be revised to allow for different color spaces, but we haven’t done that yet. Also, you don’t need to worry...

> For the current 0.14.5 which doesn't have the `premultiplied` parameter, is the data premultiplied? yes => https://github.com/thorvg/thorvg/commit/82563bf29a5be71178137611dbff305c7296b92c

The crash shouldn't occur in any case. @Jean-Amaro Hello, could you please share the problematic SVG file so that we can reproduce the issue exactly same way? or you can...

@Jean-Amaro Hi, composite glyphs were recently added to ThorVG. It seems the version in vcpkg is not up-to-date, so you might need to manually install ThorVG using the latest official...

confirmed this resolved.