JunsuChoi

Results 62 comments of JunsuChoi

> I referred to [#418 (comment)](https://github.com/flutter-tizen/flutter-tizen/pull/418#issuecomment-1228058800) but > > ```cs > View rootView = new View() > { > WidthSpecification = LayoutParamPolicies.MatchParent, > HeightSpecification = LayoutParamPolicies.MatchParent, > Layout = new...

> As far as I know that when I call SetImage(), the ImageView's Size2D is set to the target's Size. > However, this size is set when Relayout() is called....

> In ElmSharp's case, the app is always closed when I press the back button. In NUI's case, the app is closed only when the Flutter view doesn't have a...

> Regarding the key event issue, I think we need to consider adding support for synchronous keyboard events again. See [flutter-tizen/engine#221](https://github.com/flutter-tizen/engine/issues/221) and relevant embedder implementations for other platforms (keywords: "delayed...

Hello @fire In the attached svgs, `` and `` are used . `` is not yet supported. I deleted the filter tag from progress.svg and when I tested it, i...

Sorry I am late. In the original, image masking did not work properly. (https://www.thorvg.org/viewer) Here is the viewer with the latest version applied. (private git) https://jsuya.github.io/thorvg.viewer/ (e2057d10f19c3) You can see...

@hermet ping~ this pr needs your review

https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/graphics/skiasharp/curves/path-data https://skia.org/docs/user/modules/pathkit/#fromsvgstringstr Not sure, but there may be a request from skiasharp(?). (I won't say there was a demand because it wasn't a direct request.) I don't think the need...

Wow good :) I think we can verify this using the e-style-00*.svg sample in the SVG.zip sample discussed here. (https://github.com/godotengine/godot/pull/49601) Even if we don't satisfy all the svg files, it...

> 2224, 2229, 2684 - no plan to support it yet details 2224 - text 2229 - feColorMatrix filter 2684 - feGaussianBlur filter +) Confirm fixed with #1213