thorvg/src
Mira Grudzinska f1fd23cf32 common render: removed unnecessary assignments in update() fun
The rotation part of the transformation matrix can be assigned,
it does not have to be multiplied by the identity matrix.
The values of e13 and e23 of the transformation matrix represents the translation,
so they don't need to be taken into account in the rotation part.
2021-02-19 14:11:44 +09:00
..
bin examples: move tests to src/examples 2020-09-19 00:39:25 +09:00
bindings Capi: Composite Method binding 2021-01-26 20:36:40 +09:00
examples example ClipPath: update 2021-02-09 09:10:34 +09:00
lib common render: removed unnecessary assignments in update() fun 2021-02-19 14:11:44 +09:00
loaders common: Clean up code 2021-02-18 14:03:47 +09:00
wasm wasm: update picture size for file loading 2020-12-15 17:38:22 +09:00
meson.build thorvg viewer: introduce thorvg viewer 2020-10-13 19:04:46 +09:00