Hermet Park

Results 200 issues of Hermet Park

Until now, the ThorVG features, including the RenderMethod interface, have been primarily designed with a focus on the sw_engine behavior. We need to confirm the functionality of the blend() feature...

question/idea
raster

The current gl engine is under development; the features are unstable, and its coverage is quite low. Confirmed example working - [x] Shape - [x] MultiShapes - [x] LinearGradient -...

feature
raster

See: https://github.com/facebook/zstd

question/idea
tvg
optimization

[sample.zip](https://github.com/thorvg/thorvg/files/12557725/sample.zip)

enhancement
raster

Shaded rocket part is not correct. ThorVG: ![image](https://github.com/thorvg/thorvg/assets/3711518/d5271e93-65e6-49b0-a755-388b5160da4e) Normal: ![image](https://github.com/thorvg/thorvg/assets/3711518/8f372223-4ba0-412b-9ad1-175f1db2921a) [lf20_l3qxn9jy.json](https://github.com/thorvg/thorvg/files/13277939/lf20_l3qxn9jy.json)

bug
raster
lottie

Somewhat this gif code is buggy: generated frame image no 37 by gif: ![image](https://github.com/thorvg/thorvg/assets/3711518/c050da42-6ac8-4bf6-96f6-47b63160f25d) frame capture from the canvas at no.37: ![image](https://github.com/thorvg/thorvg/assets/3711518/bfedee98-f58e-444f-935c-8047edd9e871)

bug
image

- The primary idea is to reduce the redraw region by merging dirty paint areas within the renderer (since we are in retained mode). - Partial rendering is only effective...

optimization

2229 - feColorMatrix filter 2684 - feGaussianBlur filter [Example.zip](https://github.com/thorvg/thorvg/files/11241202/Example.zip)

feature
svg

We can observe an anti-aliasing problem in the Capi example. Need to figure out... ![image](https://github.com/thorvg/thorvg/assets/3711518/63b60581-61c7-4c31-bf61-792ecfa75f24)

enhancement
raster

Merging-path is one of the advanced features that are widely used among users. ``` ["merge-mode"] : { "type": "integer", "title": "Merge Mode", "description": "Boolean operation on shapes", "oneOf": [ {...

enhancement
lottie