Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: thorvg/thorvg

Tags

v0.15.16

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

v1.0-pre30

Toggle v1.0-pre30's commit message
sw_engine: improve drop shadow stabilization

Injected missing buffer swapping to
preserve non-direct drawing operations.

issue: #3814

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.