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
Hermet Park 4d72eeda15 sw_engine: revise scale transform logic.
Basically, stroke width size is linear,

engine couldn't apply scale factor from the matrix which contains 2 dimensional values.

Thus, we can apply it if the scale factor of x/y is identical.

Otherwise, we should transform every stroke points in the stroking process.
That scenario can be improved with another patch.

Change-Id: I070dcf29d2e42f21e182bdf4239781464158ef73
2020-07-22 20:59:52 +09:00
inc capi: improve code template. 2020-07-15 16:18:55 +09:00
pc renamed project name tizenvg => thorvg 2020-06-25 13:57:41 +09:00
src sw_engine: revise scale transform logic. 2020-07-22 20:59:52 +09:00
test test: replaced svg resources. 2020-07-20 11:44:53 +09:00
.gitignore capi: support c interfaces 2020-07-15 16:00:09 +09:00
AUTHORS updated AUTHORS 2020-07-17 16:56:05 +09:00
LICENSE + Initial draft 2020-03-25 11:53:03 +09:00
meson.build capi: support c interfaces 2020-07-15 16:00:09 +09:00
meson_options.txt capi: support c interfaces 2020-07-15 16:00:09 +09:00
README renamed project name tizenvg => thorvg 2020-06-25 13:57:41 +09:00
thorvg.manifest renamed project name tizenvg => thorvg 2020-06-25 13:57:41 +09:00

Thor Vector Graphics 0.1.0

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

 FOR ANY ISSUES PLEASE EMAIL:

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