Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

ThorVG

It is a open-source project, it develops a lightweight and portable motion graphics engine that can be utilized across all systems.
Collective - Host: opensource - https://opencollective.com/thorvg - Website: https://www.thorvg.org/ - Code: https://github.com/thorvg/thorvg

tvg format: code refactoring #4

Remove an unnecessary internal reference.

github.com/thorvg/thorvg - 792b9db3fd42bb294e7073bcc84362225fc369be authored over 3 years ago by Hermet Park <[email protected]>
tvg format: code refactoring #3

use the Array function instead of own implementation.

github.com/thorvg/thorvg - 2eb920beaf006170ccfa958514f6dce234601235 authored over 3 years ago by Hermet Park <[email protected]>
tvg format: code refactoring #2

code clean up, removed reserved data sector

github.com/thorvg/thorvg - 8059a23f7c6166e53d16cf062ab7322202b1dd06 authored over 3 years ago by Hermet Park <[email protected]>
common saver: change to instance based for future sync/async behavior.

reserve sync() method TODO

github.com/thorvg/thorvg - 60e3129ce2b1c4d4a9b8aa98ddb59322954d7c8b authored over 3 years ago by Hermet Park <[email protected]>
common: code refactoring

unify tvg class identifiers

github.com/thorvg/thorvg - b13dec31cd120c35c1b530ab53567551d0504fae authored over 3 years ago by Hermet Park <[email protected]>
tvg_saver: implementation of the Saver class

The Saver class enables to save any Paint object (Scene, Shape, Picture)
in a binary file. To r...

github.com/thorvg/thorvg - 0150391f036d0e31677a917d365b8afae6f1bbfc authored over 3 years ago by Mira Grudzinska <[email protected]>
common: introducing basic iterators functionality

The introduced Iterator class enables to access the children nodes
of a given Paint.

github.com/thorvg/thorvg - f23cba89f3f94621eed085de3e6a38d365dc25cd authored over 3 years ago by Mira Grudzinska <[email protected]>
sw_engine renderer: code refactoring

+ trivial changes while reading the code.

github.com/thorvg/thorvg - 9ea6962c5ad65bd3fa51a358fe10856657f81e5d authored over 3 years ago by Hermet Park <[email protected]>
jpg_loader: code refactoring

remove unnecessary member variables.

github.com/thorvg/thorvg - 0ca69c49ff26bd8f4bb277bf4552d2b573c66d65 authored over 3 years ago by Hermet Park <[email protected]>
sw_engine: preventing a double application of the opacity (#540)

For filled and stroked shapes with a gradient, the opacity
was applied during the composition a...

github.com/thorvg/thorvg - 96f22e282d1f683b1c68ddf46af52bf1020378e8 authored over 3 years ago by Mira Grudzinska <[email protected]>
jpg_loader: decompress header on opening

github.com/thorvg/thorvg - 8826394b5691b79aeeb8f78ce7644197a48b6492 authored over 3 years ago by Michal Maciola <[email protected]>
infra: seprate test image resources from the examples.

change for removing dependency.

github.com/thorvg/thorvg - 94eeb92dbe0f303d34c6f621c95c08905f529467 authored over 3 years ago by Hermet Park <[email protected]>
svg_loader: image tag: force size equal to the viewbox (#603)

* svg_loader: image tag: force size equal to the viewbox

For some svg files it is needed to f...

github.com/thorvg/thorvg - b89abde7cb65c7cd0bfb65104b79091848aba4d5 authored over 3 years ago by Michal Maciola <[email protected]>
test: testPicture added .jpg and .png loading tests

github.com/thorvg/thorvg - f9d5c8b42d91a2759a79d77d19b3e48d0b3c9a6d authored over 3 years ago by Michal Maciola <[email protected]>
test capi: added missing canvas, paint and shape tests

Added tests for tvg_canvas_reserve, tvg_canvas_update_paint, tvg_paint_duplicate, tvg_paint_set_...

github.com/thorvg/thorvg - 58ad09a07a50f00f7272a0cbae7bae7c9c3065ed authored over 3 years ago by Michal Maciola <[email protected]>
test capi: Stroke Radial Gradient

Added tvg_shape_get_gradient

github.com/thorvg/thorvg - 9bfacf225651e372b6eea8374c73a0f7cc9561f4 authored over 3 years ago by Michal Maciola <[email protected]>
test: render jpg and png files

github.com/thorvg/thorvg - c3aef762780e21d41e27c621d94604aba0a97a46 authored over 3 years ago by Michal Maciola <[email protected]>
test capi: Stroke Linear Gradient

github.com/thorvg/thorvg - 3d672a4ea849a875431cb69ade9c88b7f341e9ea authored over 3 years ago by Michal Maciola <[email protected]>
test capi: Stroke Linear Gradient fix #2

github.com/thorvg/thorvg - ba1a38ed3942fb579f8c029cb2725f7c790e326e authored over 3 years ago by Michal Maciola <[email protected]>
test capi: Stroke Linear Gradient fix #1

Added tvg_shape_get_gradient

github.com/thorvg/thorvg - a757e6b97dccf3775990e37eb3ab393d0f3a55b0 authored over 3 years ago by Michal Maciola <[email protected]>
github actions: added tvg and jpg loaders (#613)

* github actions: added tvg and jpg loaders

* github actions: added tvg and jpg loaders fix #...

github.com/thorvg/thorvg - 23db42e41c0fcd502a0f114e679baf0f708764c6 authored over 3 years ago by Michal Maciola <[email protected]>
test: svg rendering

Added SVG file loading and rendering for increasing TC Line coverage
Line coverage for src/loade...

github.com/thorvg/thorvg - a8e13ed2b7787214b6dc7a98821fe5d30d83d432 authored over 3 years ago by Michal Maciola <[email protected]>
test capi: scene added negative tests

github.com/thorvg/thorvg - 9b276cc5fa20551586a018789f058790acd65384 authored over 3 years ago by Michal Maciola <[email protected]>
example: logo_test.svg (#617)

Manually created svg with edited logo.svg that test most of the svg tags
and attributes

github.com/thorvg/thorvg - 1c30bb391f72cea83f5d458c991ba66157c4aeb7 authored over 3 years ago by Michal Maciola <[email protected]>
capi binding: added missing null paint check (#616)

github.com/thorvg/thorvg - dc516df9d8072e7537fed5c07d11c35c4a93a5de authored over 3 years ago by Michal Maciola <[email protected]>
svg_loader: image tag: fixed utf8 decode

Fixed svgUtilURLDecode function.
Deleted snippet was not needed and it broken decoding when space.

github.com/thorvg/thorvg - 30a3d442b9b321c46522e4bb8e85164f294d22ea authored over 3 years ago by Michal Maciola <[email protected]>
svg_loader: race condition on arc processing

Unneeded static keyword in _pathAppendArcTo function led to race
conditioning
@issue: #604

github.com/thorvg/thorvg - 8e1d8b0cb25f4896a7883c569aac6ff87867acc4 authored over 3 years ago by Michal Maciola <[email protected]>
svg_loader SvgPath: Skip invalid path

If the d attribute of SVG path is not parsed through _nextCommand(),
it is regarded as an invali...

github.com/thorvg/thorvg - 233045f7965afed60983347f055f2a012a13b02c authored over 3 years ago by JunsuChoi <[email protected]>
svg_loader SvgUtil: Move nullcheck to before use

prevent invalid access

github.com/thorvg/thorvg - bbc0fbb13055439cafd99f6c914253bb3abc0a7f authored over 3 years ago by JunsuChoi <[email protected]>
svg_loader SvgLoader: Initialize to flag value of SvgParser

This patch fixes valgrind detection

$valgrind --leak-check=yes ./Svg

==21410== Conditional jum...

github.com/thorvg/thorvg - 333cac8d9d2f2d09f9c17443270f0e410926f133 authored over 3 years ago by JunsuChoi <[email protected]>
svg_loader SvgLoader: Fix memory leak of duplicate declared id

Duplicate declaration of id attribute is invaild.
We do not have a separate policy for invalid s...

github.com/thorvg/thorvg - f9d82c2c28bdddb539e3148b6c2ef0afa1512e9c authored over 3 years ago by JunsuChoi <[email protected]>
Update README.md

github.com/thorvg/thorvg - 99c37d01cca395b99180248a4f6f67cf60e20096 authored over 3 years ago by Hermet Park <[email protected]>
Update LICENSE

github.com/thorvg/thorvg - f1db784d876b832c526309e6bb360a90b5ad2ec0 authored over 3 years ago by Hermet Park <[email protected]>
Update AUTHORS

github.com/thorvg/thorvg - 1238ea242d96d623808e3a562661fc5637fcf364 authored over 3 years ago by Hermet Park <[email protected]>
commong shape: --sanitizer report

null pointer passed as argument 2, which is declared to never be null

github.com/thorvg/thorvg - 26128807e1370e923212ccda96d3cdf79c40ff25 authored over 3 years ago by Hermet Park <[email protected]>
Update CONTRIBUTING.md

github.com/thorvg/thorvg - c9a083abce342b2f50ca0ff171e10edc90c5c43b authored over 3 years ago by Hermet Park <[email protected]>
jpg_loader: code refactoring

keep it clean and neat code add some TODO comments for the future tasks.

This also fixes potent...

github.com/thorvg/thorvg - aa1a43e3a22b59b6baeb77981a13b66549707e9f authored over 3 years ago by Hermet Park <[email protected]>
example svg: 'image-embeded.svg' added fix #1

Added png image with composition applied

github.com/thorvg/thorvg - 9ea99e90e27674adb2210308a32345615b457bf9 authored over 3 years ago by Michal Maciola <[email protected]>
example svg: 'image-embeded.svg' added

github.com/thorvg/thorvg - f0815934d8acc5f43d5ecf58032c3fc328bd5870 authored over 3 years ago by Michal Maciola <[email protected]>
example svg: 'image-embeded.svg' added fix #2

Chenaged indent to tabs

github.com/thorvg/thorvg - cc71ff43e5b9a522305a631aa448d2af770ae6b2 authored over 3 years ago by Michal Maciola <[email protected]>
jpg_loader: change source file mode 664

github.com/thorvg/thorvg - 0d71a74de5c097ff47ef5aa119456dddf286d6d4 authored over 3 years ago by Hermet Park <[email protected]>
jpg_loader JpgLoader: Prevent memory leak

If the copied data in JpgLoader's data open is invalid,
it is processed without being cleared.
T...

github.com/thorvg/thorvg - 91cf75ff040d35a7d853e2a446ed3d0bab7165d5 authored over 3 years ago by JunsuChoi <[email protected]>
svg_loader: <image> tag introduced fix #7

fixed auto and new lines in tvgSvgUtil.cpp

github.com/thorvg/thorvg - 48bc30e70a0e994a2b9afd2072ff65684f14f66c authored over 3 years ago by Michal Maciola <[email protected]>
svg_loader: <image> tag introduced fix #1

Fixed href string deleting

github.com/thorvg/thorvg - 9c1af3dde57c82026013e9d0489ae253ce6c3944 authored over 3 years ago by Michal Maciola <[email protected]>
svg_loader: <image> tag introduced fix #6

Moved file:// removing into _imageBuildHelper

github.com/thorvg/thorvg - 1f67c1d6892272e1331cc5542c3b08f27954bbe4 authored over 3 years ago by Michal Maciola <[email protected]>
svg_loader: <image> tag introduced fix #8

Disable embedded svg files to protect against recursive svg image loading

github.com/thorvg/thorvg - 28342c5c1f2d4caaad544b49049f5037b0517e14 authored over 3 years ago by Michal Maciola <[email protected]>
svg_loader: <image> tag introduced fix #4

fixed mistyped vw to w and vh to h

github.com/thorvg/thorvg - e01f29270a4bf354e1cfcc01145fafc0bc1723bf authored over 3 years ago by Michal Maciola <[email protected]>
svg_loader: <image> tag introduced fix #9

Fixed Base64 and utf8 for new line and whitespace
Changed tvgSvgLoaderCommon.h to single line co...

github.com/thorvg/thorvg - 31f45fbd5f78742ea05158b4db14939727a59136 authored over 3 years ago by Michal Maciola <[email protected]>
svg_loader: <image> tag introduced fix #5

Added copyAttr for image

github.com/thorvg/thorvg - 3e4512a9a660f37b2f8b90402f3333d97f7e72a8 authored over 3 years ago by Michal Maciola <[email protected]>
svg_loader: <image> tag introduced fix #3

Added working composition

github.com/thorvg/thorvg - d69805c6688cee1143de39e13976146e94bcbf64 authored over 3 years ago by Michal Maciola <[email protected]>
svg_loader: <image> tag introduced

This patch introduces embeded <image> tag for svg files.
Images can be now loaded from local pat...

github.com/thorvg/thorvg - 80fa97d366809f0b435626da026b5d2b476643c1 authored over 3 years ago by Michal Maciola <[email protected]>
svg_loader: <image> tag introduced fix #2

Removed #ifdef from tvgSvgSceneBuilder.cpp

github.com/thorvg/thorvg - c35f7e1f64656c0474394a4b2fdd23e74853d6c1 authored over 3 years ago by Michal Maciola <[email protected]>
svg_loader: fix gradient memory leak.

@Issue: https://github.com/Samsung/thorvg/issues/548

github.com/thorvg/thorvg - af140a1fe5e194e908802ec278ded16ebc60227d authored over 3 years ago by Hermet Park <[email protected]>
svg_loader: optimize memory usage.

-- unnecessary memory fragmentation.

github.com/thorvg/thorvg - 3997aedcd506745231aa85524c501ca5c5798dd0 authored over 3 years ago by Hermet Park <[email protected]>
example: PictureJpg.cpp

Created an example for testing jpg loading

github.com/thorvg/thorvg - 957ad5d017d2109a39687e38a530a10ba6b1cb59 authored over 3 years ago by Michal Maciola <[email protected]>
sw_engine renderer: fix memory leak.

prepared compositors can be dangled if the rendering is not occured.

free them by doubl-checkin...

github.com/thorvg/thorvg - 7bf6f9769182a55924cb81647d1474eabf95960b authored over 3 years ago by Hermet Park <[email protected]>
test capi: complement scene test cases.

github.com/thorvg/thorvg - 30f4beacf54e0148c1a004eff1b14f01b128fb35 authored over 3 years ago by Hermet Park <[email protected]>
tests capi: Add capi Scene TC.

github.com/thorvg/thorvg - 60b9bc136c72bc2a2ce382a70ac6ae7c81bab257 authored over 3 years ago by jykeon <[email protected]>
svg_loader: postpone cloneNode()

Some svg export software puts <defs> element at the end of the file.
If so, the <defs> element ...

github.com/thorvg/thorvg - bb19bcf64f6b04189688a4155678b787631989e4 authored over 3 years ago by Michal Maciola <[email protected]>
infra: ++ jpg support meson message

github.com/thorvg/thorvg - 90a8c9d19709a1375f5927e761cd59a48645f202 authored over 3 years ago by Hermet Park <[email protected]>
jpg_loader: introduced jpg decode using libjpeg-turbo fix #1

Added bool open(const char* data, uint32_t size, bool copy);

github.com/thorvg/thorvg - eddbb4d71d887e81b2c497578d137540ec160c83 authored over 3 years ago by Michal Maciola <[email protected]>
jpg_loader: introduced jpg decode using libjpeg-turbo

This patch introduces a jpg loader.
For decoding the image, libjpeg-turbo library is used. Libra...

github.com/thorvg/thorvg - 0435f29f11c0c5c01aa43b6b8594e29f835f7b44 authored over 3 years ago by Michal Maciola <[email protected]>
svg_loader: Support percentage unit of dash-array

Refers to the diagonal length of the viewport.
https://www.w3.org/TR/SVG2/coords.html#Units

github.com/thorvg/thorvg - ea3d79f5f341ac1b17f66c69d59af6e8e033a7ec authored over 3 years ago by JunsuChoi <[email protected]>
png_loader: added open from memory

Added PngLoader::open(const char* data, uint32_t size, bool copy)
Changed variables visibility t...

github.com/thorvg/thorvg - 1e1f2320160749e4a3075fa94e294f3b97c818f7 authored over 3 years ago by Michal Maciola <[email protected]>
svg_loader: set the priority for the style attribute for stop properties

Stop properies stop-color and stop-opacity set using a style attribute should
have higher priori...

github.com/thorvg/thorvg - 1507438ecc9a3eb89a6b9bf9f70a492c2979ca1c authored over 3 years ago by Mira Grudzinska <[email protected]>
svg_loader: set the higher priority of style attributes

issue #515

github.com/thorvg/thorvg - fff5bfee83a97996e1d6273d21e1e924693dcb71 authored over 3 years ago by Mira Grudzinska <[email protected]>
common: code refactoring.

remove unnecessary comments,
its field name is enough descriptive. (It has to be!)

github.com/thorvg/thorvg - ca86907739200655ad67a769b745b593c903df58 authored over 3 years ago by Hermet Park <[email protected]>
tvg_loader: change values of flags

It's a middle stage leading to removing flags from the tvgBinaryDesc.h file
and use the correspo...

github.com/thorvg/thorvg - 795e520404c436dcb6a158dda4ba3fba4357f381 authored over 3 years ago by Mira Grudzinska <[email protected]>
sw_engine fill: correct the range of opacity,

also some minor code refactors.

github.com/thorvg/thorvg - 925b9c8ba9492502191f60154e3d7ddd46662812 authored over 3 years ago by Hermet Park <[email protected]>
svg_loader: fix dead loop on none digit char in stroke-dasharray fix #3

Added zero and negative value protection

github.com/thorvg/thorvg - 7a8d7ceac6df0e3a9d3e0e5c88b3930ba5ec7d05 authored over 3 years ago by Michal Maciola <[email protected]>
svg_loader: fix dead loop on none digit char in stroke-dasharray fix #2

Moved _skipComma at the begining of the loop

github.com/thorvg/thorvg - bf8c633d38f65653c49568d5c3c113f66e5afe8c authored over 3 years ago by Michal Maciola <[email protected]>
svg_loader: fix dead loop on none digit char in stroke-dasharray

github.com/thorvg/thorvg - 2f8c00580daf10e2cac2a7182aa7a5fb373cbc12 authored over 3 years ago by Michal Maciola <[email protected]>
sw_engine: stop-opacity value should be interpolated between stops

The opacity value is interpolated as are all color channels.
It's similar to the reverted commit...

github.com/thorvg/thorvg - a40d3f6fd76f6f6e31855180c75eaa30f6c17bf3 authored over 3 years ago by Mira Grudzinska <[email protected]>
infra: enable capi unit-test in default

github.com/thorvg/thorvg - 0d9edfd64c6e1c44430b5db580c5b9fe7a976f2d authored over 3 years ago by Hermet Park <[email protected]>
test filling: add fill/linear/radial gradients.

github.com/thorvg/thorvg - 547920d3242b14cd48fdc07cc297932f58b97cb8 authored over 3 years ago by Hermet Park <[email protected]>
common linear_gradient: fix to allow zero size linear.

We can't judge zero size gradient is error case.
Non-filled linear is possibly intended by calcu...

github.com/thorvg/thorvg - 15d6a515272b4c52f0983f727718ad29f28ff00e authored over 3 years ago by Hermet Park <[email protected]>
test capi: code refactoring

use catch Approx functions to compare floating-point values.

github.com/thorvg/thorvg - a5d2950902b174bf5ff2fa76d67e3abc3925a9c0 authored over 3 years ago by Hermet Park <[email protected]>
common picture: fix invalid size returns from raw image.

picture/raw should update the size if the raw image
with size values are entered.

github.com/thorvg/thorvg - 8e2765be395b9e3860dc2bd9d433dac6ea1e63dc authored over 3 years ago by Hermet Park <[email protected]>
test picture: ++ raw data loading.

github.com/thorvg/thorvg - 64b25bb35b5ea5d88c288d013fee75fe0529eaf2 authored over 3 years ago by Hermet Park <[email protected]>
test capi: add Picture unit test

github.com/thorvg/thorvg - 009c475fc9691e101e9e09b9cfae8f06970f64ee authored over 3 years ago by Hermet Park <[email protected]>
infra: print enabled features in the meson summary list.

instead removed individual messages.

github.com/thorvg/thorvg - 8d314966482fbf773e0d7ba5d52f6d93634b0e56 authored over 3 years ago by Hermet Park <[email protected]>
svg_loader: multiple composition memory leak

Multiple composition are still not supported, but this patch fixes a
memory leak if it is tried ...

github.com/thorvg/thorvg - 99263d54d1b9d2c259a4cdf271079d864b685d76 authored over 3 years ago by Michal Maciola <[email protected]>
svg_loader: memory leak after improper stop tag fix #1

Updated printf message

github.com/thorvg/thorvg - 6a09a8f0152a884ee9b8170685b1b262846039ac authored over 3 years ago by Michal Maciola <[email protected]>
svg_loader: memory leak after improper stop tag

<stop> tag should be always a child of a <linearGradient> or
<radialGradient> element, but there...

github.com/thorvg/thorvg - b005f97bcda4825499ff7409abc09df3ba783cc5 authored over 3 years ago by Michal Maciola <[email protected]>
infra: just released v0.3.0

github.com/thorvg/thorvg - 935b8592f11610b2482cb0640573595326f41e1d authored over 3 years ago by Hermet Park <[email protected]>
test Picture: add Picture unit tests

github.com/thorvg/thorvg - 10f80fa832e3782aa31cc9255f9462b4d06c640c authored over 3 years ago by Hermet Park <[email protected]>
common picture: ++exception case.

Fixed load() to return InvalidArgument if the file path is invalid.

github.com/thorvg/thorvg - 8aa941c4ab5434c62397b38d0afd0a3ffe8c5e0f authored over 3 years ago by Hermet Park <[email protected]>
svg_loader SvgPath: Added corner case handling for flags of Arc

Moved the if statement to check if it is a float.

This patch is that reverts and fixes the reve...

github.com/thorvg/thorvg - 113ca8b845cbe4515bee55865a8afcac0d29569c authored over 3 years ago by JunsuChoi <[email protected]>
infra: ++ strict build test

Enable png loader in default.

github.com/thorvg/thorvg - 1b94ff63ef17be55a9ce035b25e541beea64015b authored over 3 years ago by Hermet Park <[email protected]>
common picture: ++ exception case.

size() returns InsufficientCondition if it doesn't have any loaded data.

github.com/thorvg/thorvg - 3f176b733bc2ced1e10e34ab56ee1031522db4cb authored over 3 years ago by Hermet Park <[email protected]>
test Shape: add Shape unit tests

github.com/thorvg/thorvg - 27cac72d7d26697f3a3d660e3f3fade22a1d47d8 authored over 3 years ago by Hermet Park <[email protected]>
common shape: allow to reset stroke dash.

user may need to reset stroke dash to off,
now stroke api allows it.

github.com/thorvg/thorvg - 2fd830c940efd9c0217b3a1d3637e1f8212f46fc authored over 3 years ago by Hermet Park <[email protected]>
test scene: revert section usage.

Dismiss this usage for consistency.

Yet we have no practical necessity,
we can apply this to *a...

github.com/thorvg/thorvg - 97302d2983a626362a9f20accbff76cab3e5b03f authored over 3 years ago by Hermet Park <[email protected]>
Revert "svg_loader SvgPath: Added corner case handling for flags of Arc"

This reverts commit 5da4c8113803de9068aa7a1c495b7bddfc530cf4.

Please double-check this regressi...

github.com/thorvg/thorvg - 55a5b9492b4c23ef84d2a305f05ed4e18c28c7d1 authored over 3 years ago by Hermet Park <[email protected]>
sw_engine: --sanitizer errors

runtime error: load of value 190, which is not a valid value for type 'bool'

@Issue: https://gi...

github.com/thorvg/thorvg - e74ce7e315d8939e64167e5e46498845a76fdad5 authored over 3 years ago by Hermet Park <[email protected]>
common array: -- sanitizer errors

runtime error: null pointer passed as argument 1, which is declared to never be null

@Issue: ht...

github.com/thorvg/thorvg - 480bd8376ecff8320fde86d0c9c6d46d6f061976 authored over 3 years ago by Hermet Park <[email protected]>
Revert "sw_engine: stop-opacity value should be interpolated between stops"

This reverts commit ac95433b53f5fd4a375b7d1952694f17eeda3d0f.

Ahh this breaks examples/images/r...

github.com/thorvg/thorvg - e1eabf7dc3b74b1739e0938d5090609db4636f1a authored over 3 years ago by Hermet Park <[email protected]>
update CONTRIBUTING

github.com/thorvg/thorvg - 397becee46b568298d1e3483fb651dd717c9f182 authored over 3 years ago by Hermet Park <[email protected]>
Update CONTRIBUTING.md

github.com/thorvg/thorvg - cf2b0c46208e03ca6c5cdd75e1b3249d60e2f51d authored over 3 years ago by Hermet Park <[email protected]>
res: updated images

github.com/thorvg/thorvg - 870948ea32e4343e806361612f741c0664e73bbe authored over 3 years ago by Hermet Park <[email protected]>