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

Skip to content

Tags: thorvg/thorvg

Tags

v1.0-pre34

Toggle v1.0-pre34's commit message
wg_engine: artifacts bugs fix

Fix borders artifacts by changing sampling clamp method from repeat to clamp

#3528

v1.0-pre33

Toggle v1.0-pre33's commit message
svg: fix memory leak++

v1.0-pre32

Toggle v1.0-pre32's commit message
sw_engine: thread safety++

resolved a thread sanitizer report

v1.0-pre31

Toggle v1.0-pre31's commit message
svg: thread safey++

root is not thread safety resource,
must be guarded with LoadModule::read() call.

a regression 10d36c2
during main dev.

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.