JunsuChoi

Results 62 comments of JunsuChoi

Hi @projectitis Sorry, I couldn't reproduce this test fail. In log file, Pass and fail occurred at the same time. So we did a memory leak check(valgrind) related to the...

I think that an unexpected side effect may occur if the node with the filter property is not displayed. I don't think there is any special way other than how...

I think option 1's approach is appropriate. :) 👍👍 @hermet ? +) I'm not sure if mesh is a function that can only be used in picture class. Does the...

> My preference would be to render the SVG to a bitmap and then use that for drawing a mesh. Is it possible to render/convert an SVG Shape/Scene to a...

> @JSUYA The embedder has been migrated not to use `use_flutter_cxx`. Can the workarounds you mentioned in the above be removed or improved? 1. ``` tbm_surface_queue_h tbm_surface_queue_ = Dali::AnyCast(dali_native_image_queue->GetNativeImageSourceQueue()); ```...

@swift-kim > --system-cxx is already the [default build option](https://github.com/flutter-tizen/embedder/blob/cb51f8efab9e0fd310a6267594ae99bd910b0dd3/.github/workflows/build.yml#L67) for the 6.5 embedders as I mentioned. Um... what I mean is that if we set `--api-version` to 6.5 then `system-cxx`...

wow simdjson looks super fast...

The first frame's image palettes of some animation are being created incorrectly. I tried several things (creating and using a palette in advance) based on the gif.h code base, but...

> Pack of visually different images - [broken-images.zip](https://github.com/thorvg/thorvg/files/14615157/broken-images.zip) - SVG_FILE_150556.svg SVG_FILE_154645.svg https://github.com/thorvg/thorvg/issues/2093 - SVG_FILE_152862.svg https://github.com/thorvg/thorvg/issues/2096 - SVG_FILE_158479.svg SVG_FILE_154027.svg https://github.com/thorvg/thorvg/issues/2094 - SVG_FILE_149219.svg https://github.com/thorvg/thorvg/issues/2095 - SVG_FILE_147893.svg SVG_FILE_147939.svg https://github.com/thorvg/thorvg/pull/2065 - SVG_FILE_149219.svg https://github.com/thorvg/thorvg/pull/2090 And...

@MewPurPur Thank you for your report. I didn't check to in detail. “a k” was recognized as “a”. This is because the space after the url should be ignored, but...