Skip to content

Tags: thorvg/thorvg

Tags

v1.0-pre29

Toggle v1.0-pre29's commit message
wg_engine: fix shape aabb transfrom

Each shape has two types of bounding boxes: one from the original path and one from its transformed version.
If the transformation changed, the aabb wasn't updated, which resulted in effects being applied to the wrong area of he screen.
Now, if the transformation changes, the aabb is recalculated.

#3762

v1.0-pre28

Toggle v1.0-pre28's commit message
infra: --shutdown build warning on macos

v0.15.15

Toggle v0.15.15's commit message
bump up version v0.15.15

v1.0-pre27

Toggle v1.0-pre27's commit message
lottie: properly copy the colorstop data

previous logic only supported the shallow copy,
deep copy version is now implemented.

v1.0-pre26

Toggle v1.0-pre26's commit message
Revert "api: revise canvas behavior for improved flexibility and effi…

…ciency"

This reverts commit 08ea9a6.

revered due to a broken wgpe engine.

see: #3716

v1.0-pre25

Toggle v1.0-pre25's commit message
Revert "lottie: fix timeRemap frame boundary handling"

This reverts commit a566b59.

reverted by a regression

v0.15.14

Toggle v0.15.14's commit message
bump up version v0.15.14

v1.0-pre24

Toggle v1.0-pre24's commit message
wg_engine: Fixed typo in comment

Fixed spelling error from 'neccessary' to 'necessary' in two comment lines within the renderShape() and renderImage() methods.

v1.0-pre23

Toggle v1.0-pre23's commit message
common: improve thread safety for partial rendering

- clear resources on the main thread to safely remove resources associated with dirty regions.
- skip redundant condition checks for unsafe disabled add calls.

v1.0-pre22

Toggle v1.0-pre22's commit message
Revert "sw_engine: replaced texture mapping AA with 4x sampling interp"

This reverts commit 174fae9.

Will revisit this since the quality is too poor...