JunsuChoi

Results 27 issues of JunsuChoi

I want a coding style that can be standardized and I wanted to check for conflicts with cpplint in github action. This is just a test :) ``` --- BasedOnStyle:...

infrastructure

Segmentation fault occurs when scene is input as composite( with clippath) argument. ``` btThread 1 "Scene" received signal SIGSEGV, Segmentation fault. tvg::Task::done (this=0x0) at ../src/lib/tvgTaskScheduler.h:55 55 if (!pending) return; (gdb)...

bug
enhancement

```diff diff --git a/src/examples/Transform.cpp b/src/examples/Transform.cpp index 43da3a11..23221923 100644 --- a/src/examples/Transform.cpp +++ b/src/examples/Transform.cpp @@ -78,13 +78,17 @@ void tvgSwTest(uint32_t* buffer) { //Create a Canvas swCanvas = tvg::SwCanvas::gen(); - swCanvas->target(buffer, WIDTH, WIDTH,...

enhancement
v0.9

This is a compilable vs project to generate library for the fan of visual studio. Still, there are a lot of compile warnings, it works to generate working dll and...

infrastructure

https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/graphics/skiasharp/curves/path-data In general (also in EFL), several frameworks provide the feature to append SVG Path as String. We have a feature to interpret SVG Path in tvgSvgPath.cpp. If we move...

feature

In Masking.cpp example. When mask object has transparency, the result wrong display. Alpha is applied to the stroke and fill of the target. Test code ```cpp diff --git a/src/examples/Masking.cpp b/src/examples/Masking.cpp...

bug

Contributes to #351. This is a flutter view class available in NUI UIFW. ``` var flutterView = new NUIFlutterView() { Size2D = new Size2D(width, height), Position2D = new Position2D(x, y),...

asan build command ```command meson -Db_sanitize=address,undefined -Dexamples=true . build ``` ```command ~/dev/os/thorvg (master) 14:05:21 $ ./build/src/examples/Texmap tvg engine: software ================================================================= ==6298==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x7f37fd6c2180 at pc 0x7f380d884599 bp...

bug

Improve parenthesis checking and space checking. - There must be only one pair of parentheses. - There cannot be spaces(and ') between id strings. issue: https://github.com/thorvg/thorvg/issues/1983

bug
svg

Add an extension that uses GLFW-based tvg::Window. This window has a canvas built into it. The update() function receives a function that has tvg::Canvas as a parameter. Users can build...

feature