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
Remove an unnecessary internal reference.
github.com/thorvg/thorvg - 792b9db3fd42bb294e7073bcc84362225fc369be authored over 3 years ago by Hermet Park <[email protected]>use the Array function instead of own implementation.
github.com/thorvg/thorvg - 2eb920beaf006170ccfa958514f6dce234601235 authored over 3 years ago by Hermet Park <[email protected]>code clean up, removed reserved data sector
github.com/thorvg/thorvg - 8059a23f7c6166e53d16cf062ab7322202b1dd06 authored over 3 years ago by Hermet Park <[email protected]>reserve sync() method TODO
github.com/thorvg/thorvg - 60e3129ce2b1c4d4a9b8aa98ddb59322954d7c8b authored over 3 years ago by Hermet Park <[email protected]>unify tvg class identifiers
github.com/thorvg/thorvg - b13dec31cd120c35c1b530ab53567551d0504fae authored over 3 years ago by Hermet Park <[email protected]>
The Saver class enables to save any Paint object (Scene, Shape, Picture)
in a binary file. To r...
The introduced Iterator class enables to access the children nodes
of a given Paint.
+ trivial changes while reading the code.
github.com/thorvg/thorvg - 9ea6962c5ad65bd3fa51a358fe10856657f81e5d authored over 3 years ago by Hermet Park <[email protected]>remove unnecessary member variables.
github.com/thorvg/thorvg - 0ca69c49ff26bd8f4bb277bf4552d2b573c66d65 authored over 3 years ago by Hermet Park <[email protected]>
For filled and stroked shapes with a gradient, the opacity
was applied during the composition a...
github.com/thorvg/thorvg - 8826394b5691b79aeeb8f78ce7644197a48b6492 authored over 3 years ago by Michal Maciola <[email protected]>
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
For some svg files it is needed to f...
github.com/thorvg/thorvg - b89abde7cb65c7cd0bfb65104b79091848aba4d5 authored over 3 years ago by Michal Maciola <[email protected]>github.com/thorvg/thorvg - f9d5c8b42d91a2759a79d77d19b3e48d0b3c9a6d authored over 3 years ago by Michal Maciola <[email protected]>
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]>Added tvg_shape_get_gradient
github.com/thorvg/thorvg - 9bfacf225651e372b6eea8374c73a0f7cc9561f4 authored over 3 years ago by Michal Maciola <[email protected]>github.com/thorvg/thorvg - c3aef762780e21d41e27c621d94604aba0a97a46 authored over 3 years ago by Michal Maciola <[email protected]>
github.com/thorvg/thorvg - 3d672a4ea849a875431cb69ade9c88b7f341e9ea authored over 3 years ago by Michal Maciola <[email protected]>
github.com/thorvg/thorvg - ba1a38ed3942fb579f8c029cb2725f7c790e326e authored over 3 years ago by Michal Maciola <[email protected]>
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
* github actions: added tvg and jpg loaders fix #...
github.com/thorvg/thorvg - 23db42e41c0fcd502a0f114e679baf0f708764c6 authored over 3 years ago by Michal Maciola <[email protected]>
Added SVG file loading and rendering for increasing TC Line coverage
Line coverage for src/loade...
github.com/thorvg/thorvg - 9b276cc5fa20551586a018789f058790acd65384 authored over 3 years ago by Michal Maciola <[email protected]>
Manually created svg with edited logo.svg that test most of the svg tags
and attributes
github.com/thorvg/thorvg - dc516df9d8072e7537fed5c07d11c35c4a93a5de authored over 3 years ago by Michal Maciola <[email protected]>
Fixed svgUtilURLDecode function.
Deleted snippet was not needed and it broken decoding when space.
Unneeded static keyword in _pathAppendArcTo function led to race
conditioning
@issue: #604
If the d attribute of SVG path is not parsed through _nextCommand(),
it is regarded as an invali...
prevent invalid access
github.com/thorvg/thorvg - bbc0fbb13055439cafd99f6c914253bb3abc0a7f authored over 3 years ago by JunsuChoi <[email protected]>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]>
Duplicate declaration of id attribute is invaild.
We do not have a separate policy for invalid s...
github.com/thorvg/thorvg - 99c37d01cca395b99180248a4f6f67cf60e20096 authored over 3 years ago by Hermet Park <[email protected]>
github.com/thorvg/thorvg - f1db784d876b832c526309e6bb360a90b5ad2ec0 authored over 3 years ago by Hermet Park <[email protected]>
github.com/thorvg/thorvg - 1238ea242d96d623808e3a562661fc5637fcf364 authored over 3 years ago by Hermet Park <[email protected]>
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]>github.com/thorvg/thorvg - c9a083abce342b2f50ca0ff171e10edc90c5c43b authored over 3 years ago by Hermet Park <[email protected]>
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]>Added png image with composition applied
github.com/thorvg/thorvg - 9ea99e90e27674adb2210308a32345615b457bf9 authored over 3 years ago by Michal Maciola <[email protected]>github.com/thorvg/thorvg - f0815934d8acc5f43d5ecf58032c3fc328bd5870 authored over 3 years ago by Michal Maciola <[email protected]>
Chenaged indent to tabs
github.com/thorvg/thorvg - cc71ff43e5b9a522305a631aa448d2af770ae6b2 authored over 3 years ago by Michal Maciola <[email protected]>github.com/thorvg/thorvg - 0d71a74de5c097ff47ef5aa119456dddf286d6d4 authored over 3 years ago by Hermet Park <[email protected]>
If the copied data in JpgLoader's data open is invalid,
it is processed without being cleared.
T...
fixed auto and new lines in tvgSvgUtil.cpp
github.com/thorvg/thorvg - 48bc30e70a0e994a2b9afd2072ff65684f14f66c authored over 3 years ago by Michal Maciola <[email protected]>Fixed href string deleting
github.com/thorvg/thorvg - 9c1af3dde57c82026013e9d0489ae253ce6c3944 authored over 3 years ago by Michal Maciola <[email protected]>Moved file:// removing into _imageBuildHelper
github.com/thorvg/thorvg - 1f67c1d6892272e1331cc5542c3b08f27954bbe4 authored over 3 years ago by Michal Maciola <[email protected]>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]>fixed mistyped vw to w and vh to h
github.com/thorvg/thorvg - e01f29270a4bf354e1cfcc01145fafc0bc1723bf authored over 3 years ago by Michal Maciola <[email protected]>
Fixed Base64 and utf8 for new line and whitespace
Changed tvgSvgLoaderCommon.h to single line co...
Added copyAttr for image
github.com/thorvg/thorvg - 3e4512a9a660f37b2f8b90402f3333d97f7e72a8 authored over 3 years ago by Michal Maciola <[email protected]>Added working composition
github.com/thorvg/thorvg - d69805c6688cee1143de39e13976146e94bcbf64 authored over 3 years ago by Michal Maciola <[email protected]>
This patch introduces embeded <image> tag for svg files.
Images can be now loaded from local pat...
Removed #ifdef from tvgSvgSceneBuilder.cpp
github.com/thorvg/thorvg - c35f7e1f64656c0474394a4b2fdd23e74853d6c1 authored over 3 years ago by Michal Maciola <[email protected]>@Issue: https://github.com/Samsung/thorvg/issues/548
github.com/thorvg/thorvg - af140a1fe5e194e908802ec278ded16ebc60227d authored over 3 years ago by Hermet Park <[email protected]>-- unnecessary memory fragmentation.
github.com/thorvg/thorvg - 3997aedcd506745231aa85524c501ca5c5798dd0 authored over 3 years ago by Hermet Park <[email protected]>Created an example for testing jpg loading
github.com/thorvg/thorvg - 957ad5d017d2109a39687e38a530a10ba6b1cb59 authored over 3 years ago by Michal Maciola <[email protected]>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]>github.com/thorvg/thorvg - 30f4beacf54e0148c1a004eff1b14f01b128fb35 authored over 3 years ago by Hermet Park <[email protected]>
github.com/thorvg/thorvg - 60b9bc136c72bc2a2ce382a70ac6ae7c81bab257 authored over 3 years ago by jykeon <[email protected]>
Some svg export software puts <defs> element at the end of the file.
If so, the <defs> element ...
github.com/thorvg/thorvg - 90a8c9d19709a1375f5927e761cd59a48645f202 authored over 3 years ago by Hermet Park <[email protected]>
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]>
This patch introduces a jpg loader.
For decoding the image, libjpeg-turbo library is used. Libra...
Refers to the diagonal length of the viewport.
https://www.w3.org/TR/SVG2/coords.html#Units
Added PngLoader::open(const char* data, uint32_t size, bool copy)
Changed variables visibility t...
Stop properies stop-color and stop-opacity set using a style attribute should
have higher priori...
issue #515
github.com/thorvg/thorvg - fff5bfee83a97996e1d6273d21e1e924693dcb71 authored over 3 years ago by Mira Grudzinska <[email protected]>
remove unnecessary comments,
its field name is enough descriptive. (It has to be!)
It's a middle stage leading to removing flags from the tvgBinaryDesc.h file
and use the correspo...
also some minor code refactors.
github.com/thorvg/thorvg - 925b9c8ba9492502191f60154e3d7ddd46662812 authored over 3 years ago by Hermet Park <[email protected]>Added zero and negative value protection
github.com/thorvg/thorvg - 7a8d7ceac6df0e3a9d3e0e5c88b3930ba5ec7d05 authored over 3 years ago by Michal Maciola <[email protected]>Moved _skipComma at the begining of the loop
github.com/thorvg/thorvg - bf8c633d38f65653c49568d5c3c113f66e5afe8c authored over 3 years ago by Michal Maciola <[email protected]>github.com/thorvg/thorvg - 2f8c00580daf10e2cac2a7182aa7a5fb373cbc12 authored over 3 years ago by Michal Maciola <[email protected]>
The opacity value is interpolated as are all color channels.
It's similar to the reverted commit...
github.com/thorvg/thorvg - 0d9edfd64c6e1c44430b5db580c5b9fe7a976f2d authored over 3 years ago by Hermet Park <[email protected]>
github.com/thorvg/thorvg - 547920d3242b14cd48fdc07cc297932f58b97cb8 authored over 3 years ago by Hermet Park <[email protected]>
We can't judge zero size gradient is error case.
Non-filled linear is possibly intended by calcu...
use catch Approx functions to compare floating-point values.
github.com/thorvg/thorvg - a5d2950902b174bf5ff2fa76d67e3abc3925a9c0 authored over 3 years ago by Hermet Park <[email protected]>
picture/raw should update the size if the raw image
with size values are entered.
github.com/thorvg/thorvg - 64b25bb35b5ea5d88c288d013fee75fe0529eaf2 authored over 3 years ago by Hermet Park <[email protected]>
github.com/thorvg/thorvg - 009c475fc9691e101e9e09b9cfae8f06970f64ee authored over 3 years ago by Hermet Park <[email protected]>
instead removed individual messages.
github.com/thorvg/thorvg - 8d314966482fbf773e0d7ba5d52f6d93634b0e56 authored over 3 years ago by Hermet Park <[email protected]>
Multiple composition are still not supported, but this patch fixes a
memory leak if it is tried ...
Updated printf message
github.com/thorvg/thorvg - 6a09a8f0152a884ee9b8170685b1b262846039ac authored over 3 years ago by Michal Maciola <[email protected]>
<stop> tag should be always a child of a <linearGradient> or
<radialGradient> element, but there...
github.com/thorvg/thorvg - 935b8592f11610b2482cb0640573595326f41e1d authored over 3 years ago by Hermet Park <[email protected]>
github.com/thorvg/thorvg - 10f80fa832e3782aa31cc9255f9462b4d06c640c authored over 3 years ago by Hermet Park <[email protected]>
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]>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]>Enable png loader in default.
github.com/thorvg/thorvg - 1b94ff63ef17be55a9ce035b25e541beea64015b authored over 3 years ago by Hermet Park <[email protected]>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]>github.com/thorvg/thorvg - 27cac72d7d26697f3a3d660e3f3fade22a1d47d8 authored over 3 years ago by Hermet Park <[email protected]>
user may need to reset stroke dash to off,
now stroke api allows it.
Dismiss this usage for consistency.
Yet we have no practical necessity,
we can apply this to *a...
This reverts commit 5da4c8113803de9068aa7a1c495b7bddfc530cf4.
Please double-check this regressi...
github.com/thorvg/thorvg - 55a5b9492b4c23ef84d2a305f05ed4e18c28c7d1 authored over 3 years ago by Hermet Park <[email protected]>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]>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]>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]>github.com/thorvg/thorvg - 397becee46b568298d1e3483fb651dd717c9f182 authored over 3 years ago by Hermet Park <[email protected]>
github.com/thorvg/thorvg - cf2b0c46208e03ca6c5cdd75e1b3249d60e2f51d authored over 3 years ago by Hermet Park <[email protected]>
github.com/thorvg/thorvg - 870948ea32e4343e806361612f741c0664e73bbe authored over 3 years ago by Hermet Park <[email protected]>