-
If picture size is changed after loading, clippath doesn't scale properly.
Snippet:
```
static unique_ptr swCanvas;
void tvgDrawCmds(tvg::Canvas* canvas)
{
if (!canvas) return;
…
-
Below is a snippet of lines in different sizes. The lines are unnecessarily interpolated (no scaling there); their color is visually different than expected by developer.
```
if (!canvas) ret…
-
```
```
shows this erors
```
../src/lib/sw_engine/tvgSwRenderer.cpp:346:15: runtime error: load of value 190, which is not a valid value for type 'bool'
../src/lib/sw_engine/tvgSw…
-
```
clang++ -o thirdparty/thorvg/src/lib/sw_engine/tvgSwShape.osx.opt.tools.64.o -c -std=gnu++17 -Wctor-dtor-privacy -Wnon-virtual-dtor -Wno-error=#warnings -w -O2 -arch x86_64 -mmacosx-version-min=1…
-
When appendPath is called, the size of the pts array is estimated based on the cmd list.
If cmd array is greater than pts array, when referencing pts in cmd, it refers to an area outside the pts arra…
JSUYA updated
3 years ago
-
I think std:: is missing.
```
thirdparty\thorvg\inc\thorvg.h(985): error C2039: 'string': is not a member of 'std'
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.…
-
We support Unit Tests using catch2 framework
See thorvg Unit Tests
https://github.com/Samsung/thorvg/pull/409
I suggest to separate tasks.
C++:
Initializer (o) / Paint / Canvas (o) / SwCan…
-
Add windows build script (or vs project) to build/generate thorvg lib/dll files.
-
SVG file : [Godot.Planner.2021-11-06.zip](https://github.com/Samsung/thorvg/files/7731527/Godot.Planner.2021-11-06.zip)
After patch 06cef2a710f2bb27900eb509c4ae38a034c742ea, crash occurs when ras…
JSUYA updated
2 years ago
-
```
thirdparty/thorvg/src/lib/sw_engine/tvgSwRle.cpp:97:18: runtime error: left shift of negative value -40
=================================================================
==11415==ERROR: Address…