Thor Vector Graphics is a lightweight portable library used for drawing vector-based scenes and animations including SVG and Lottie. It can be freely utilized across various software platforms and applications to visualize graphical contents.
Find a file
JunsuChoi 6744838453 sw_engine: Fix build error (no match type)
../src/lib/sw_engine/tvgSwStroke.cpp:282:72: error: no match for ‘operator<’ (operand types are ‘long int’ and ‘const SwPoint’)
         if (border->ptsCnt > 0 && abs(diff.x) < EPSILON && abs(diff.y) < EPSILON) return;

Change-Id: I426f8980ba718e3dc908dc32a62fb897b5b5fbbf
2020-05-29 15:31:43 +09:00
inc Merge "gl_engine: gl infrastructure interfaces" into tizen 2020-05-27 02:01:26 +00:00
pc + Initial draft 2020-03-25 11:53:03 +09:00
src sw_engine: Fix build error (no match type) 2020-05-29 15:31:43 +09:00
test test: recover sample build. 2020-05-28 20:37:25 +09:00
.gitignore sw_engine: implment basic stroke functions. 2020-05-28 20:32:55 +09:00
AUTHORS updated AUTHORS 2020-05-27 11:03:07 +09:00
LICENSE + Initial draft 2020-03-25 11:53:03 +09:00
meson.build common shape: implement appendCircle body. 2020-04-26 11:38:06 +09:00
README + Initial draft 2020-03-25 11:53:03 +09:00
tizenvg.manifest + Initial draft 2020-03-25 11:53:03 +09:00

Tizen Vector Graphics 0.1.0

******************************************************************************

 FOR ANY ISSUES PLEASE EMAIL:

******************************************************************************