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

Revert "tests: add SwCanvas base part unit tests"

This reverts commit ce6348a5047a94ebf5e1c790c0cbd96a8c785249.

This isn't intended pushing...

github.com/thorvg/thorvg - f0598a74810cd66fa42486a9f70a561a95d1fdcb authored over 3 years ago by Hermet Park <[email protected]>
common canvas: return FailedAllocation if it really failed at memory allocation.

This fixes SwCanvasBase Reservation Unit Test.

github.com/thorvg/thorvg - f0ecc670ef21257f5cb11e8278880b7448c260f6 authored over 3 years ago by Hermet Park <[email protected]>
tests: add SwCanvas base part unit tests

github.com/thorvg/thorvg - ce6348a5047a94ebf5e1c790c0cbd96a8c785249 authored over 3 years ago by Hermet Park <[email protected]>
sw_engine mempool: tiny optimization.

don't mempool anything if the option is same.

github.com/thorvg/thorvg - 1c53d47f81084a2f22b7bf0ff28baa1192d0289b authored over 3 years ago by Hermet Park <[email protected]>
svg_loader SceneBuilder: Remove incorrect calculation for linear gradient

Calculation of objectBoundingBox case in linear gradient is incorrect code.
This causes the x,y ...

github.com/thorvg/thorvg - bd566bdcb2458082b2b5e26f0d1be89e80bc7759 authored over 3 years ago by JunsuChoi <[email protected]>
svg_loader SceneBuilder: Remove incorrect calculation for radial gradient

We are doing enough calculations in the parser if the unit is user space.
This causes the cx,cy ...

github.com/thorvg/thorvg - 3c19f2aaf5363e0b8706554555b8b1084edd7329 authored over 3 years ago by JunsuChoi <[email protected]>
sw_engine renderer: fix to success SwCanvas Unit Test.

render init count shouldn't be counted when it's in a fail-case.

github.com/thorvg/thorvg - 50b2b1c7dee864f621a1d292cab60eacc841cc32 authored over 3 years ago by Hermet Park <[email protected]>
canvas: fix for SwCanvas Unit Test

Fixed to fail canvas generation if engines are not initialized.

github.com/thorvg/thorvg - eda022365f7e166a857cdb775acee437074e0849 authored over 3 years ago by Hermet Park <[email protected]>
doc: correct the beginning year

github.com/thorvg/thorvg - 314b96651b68811a97f4be03c1f432e0bd79b184 authored over 3 years ago by Hermet Park <[email protected]>
common: fix typo

github.com/thorvg/thorvg - 7a407eb8bbcb1b73e6f7e191b63967a149a70308 authored over 3 years ago by Hermet Park <[email protected]>
TVG Loader/Saver: tvg helper file ('tvgTvgHelper.h') introduced

This patch introduces tvgTvgHelper.h file that contains base definitions used
for .tvg loader an...

github.com/thorvg/thorvg - c7ccca79b3e724314f1634fc614072fbe13bf5d0 authored over 3 years ago by Michal Maciola <[email protected]>
common taskScheduler: fix wrong thread indexing due to duplicated variable names.

That mistake could invoke inproper threads....

github.com/thorvg/thorvg - 9873539b0495f4b6741abf7aebb222fcc8424af0 authored over 3 years ago by Hermet Park <[email protected]>
svg_loader: initializing uninitialized variables

The 'loader->svgParse->global' variable was uninitialized when no viewBox attribute
was set. If ...

github.com/thorvg/thorvg - ae5673658e61ecf9390b3d7e4b60d0f9c8465396 authored over 3 years ago by Mira Grudzinska <[email protected]>
infra: just released v0.2.0

github.com/thorvg/thorvg - 73ea4abf513f1baadb49236f4ac9877ba53dbf3a authored over 3 years ago by Hermet Park <[email protected]>
infra: set higher version to try the devel symbols with higher priority than released ones.

github.com/thorvg/thorvg - 59198d27353de01006de7b02f5ad41682c06c559 authored over 3 years ago by Hermet Park <[email protected]>
common gradient: Fix possible crash in color setter

Memcpy is not allowed on nullptr. If colorStops is invalid colors are
cleared.

github.com/thorvg/thorvg - f8b636d4d0eb3835dc31cd6dbd98541dfb05dc9a authored over 3 years ago by Michal Szczecinski <[email protected]>
capi: include <stdint.h> into thorvg_capi.h

github.com/thorvg/thorvg - 718578532c6c43d5edde3ba655b18248d82d52be authored over 3 years ago by Michal Maciola <[email protected]>
Update CONTRIBUTING.md

fix typos.

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

++ self-test & verification

github.com/thorvg/thorvg - 5abcb19e6c0454906743a8d56c0534aafba30ae9 authored over 3 years ago by Hermet Park <[email protected]>
capi: add tvg_paint_get_transform() api.

github.com/thorvg/thorvg - b29915712327aba04a196a346c2513627686892c authored over 3 years ago by Hermet Park <[email protected]>
tests: introduce catch2 unit tests infrastructure.

Catch2 is a multi-paradigm test framework for C++.
It is primarily distributed as a single head...

github.com/thorvg/thorvg - 6b7aa8ad9e6c446e6c9aef5557a54504d48594f0 authored over 3 years ago by Hermet Park <[email protected]>
common initializer: correct the result value.

When memory is not allocated successully, it must return the FailedAllocation as the return valu...

github.com/thorvg/thorvg - efa0035fe615f3463d74e0d767b697d2a1ba9ac4 authored over 3 years ago by Hermet Park <[email protected]>
infra: install capi header file only its binding option is enabled.

decouple the capi header from the default headers by replacing it in capi folder.
now it's also ...

github.com/thorvg/thorvg - c2b2aa92c39a4545a7c06b943608e723ec5d5ad2 authored over 3 years ago by Hermet Park <[email protected]>
test: remove gtest & its infra.

thorvg is going to use catch2 framework, this is a cleanup work
before introducing catch2 utc.

...

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

keep it neat code, --loc

github.com/thorvg/thorvg - a864a5a0ac9d8ba1c11a70140ab94c715edd284e authored over 3 years ago by Hermet Park <[email protected]>
sw_engine: data optimization.

changed alpha channel data type to 32 bits from 8 bits,
since subsequent data operations require...

github.com/thorvg/thorvg - a8a120942eb490a79f3e5a0d663db0217868b01a authored over 3 years ago by Hermet Park <[email protected]>
sw_engine common: improving the alpha blending algorithm

Calculations accuracy in ALPHA_BLEND function has been
improved. Until now blending resulted in...

github.com/thorvg/thorvg - 6ccebb32340689d1a361a38af6116fe8689ac0bb authored over 3 years ago by Mira Grudzinska <[email protected]>
capi: fix usage after this - 2c37191584b18a532cd01e7986fc5f53ebeea80d.

github.com/thorvg/thorvg - c7a156d5a624c83f2f81d16070438d65b45de7a4 authored over 3 years ago by Hermet Park <[email protected]>
common: added API to get the transformation matrix of the object

github.com/thorvg/thorvg - ed7d8b73b98fe066868f4a6a3eb36864312a582e authored over 3 years ago by Mira Grudzinska <[email protected]>
api: --inproper const syntax.

compoiste() requires internal data change, its api syntax should not contain "const"

though thi...

github.com/thorvg/thorvg - 2c37191584b18a532cd01e7986fc5f53ebeea80d authored over 3 years ago by Hermet Park <[email protected]>
docs: -- beta tag.

Scene::clear() is ready to public.

github.com/thorvg/thorvg - 54fa59e7c37841db994f3fe9a5ec93cbc6cb84d5 authored over 3 years ago by Hermet Park <[email protected]>
common: fix a potential memory leak after clear()

Paints must clear canvas engine data if they were dismissed from the canvas,

1. Canvas::clear(f...

github.com/thorvg/thorvg - 0394fa5ef5550348f6f8339a9292887da4b2ca60 authored over 3 years ago by Hermet Park <[email protected]>
svg_loader: the viewBox clipping composite layer added independently of the shapes bounds

For now the bounding box of all the shapes was established and if it was larger
than the viewBox...

github.com/thorvg/thorvg - 3911a252e279309c785016dcb78012f5e398be2f authored over 3 years ago by Mira Grudzinska <[email protected]>
sw_engine renderer: fix aliasing problem.

a corner case is detected that anti-aliasing is missing at shapes
if the shape has the dash-styl...

github.com/thorvg/thorvg - 61f07677c569058f0a2f62b0c8064af6367b7138 authored over 3 years ago by Hermet Park <[email protected]>
Revert "svg_loader: clipping composite layer is added independently on the bounds of the shapes"

This reverts commit c38e4e40a7e0a573200e03ea57941a30f88b9939.
It was pushed by mistake. The same...

github.com/thorvg/thorvg - f1d5571aad555038c8cfd8f90be81922928d4f69 authored over 3 years ago by Mira Grudzinska <[email protected]>
svg_loader: clipping composite layer is added independently on the bounds of the shapes

github.com/thorvg/thorvg - c38e4e40a7e0a573200e03ea57941a30f88b9939 authored over 3 years ago by Mira Grudzinska <[email protected]>
common Initializer: Fix init count

Calling init repeatedly doesn't increment count.
This leads to unwanted termination due to misma...

github.com/thorvg/thorvg - ed8dfbc5292f8c54ab45b15c50ce656b221ac794 authored over 3 years ago by JunsuChoi <[email protected]>
common scene: fixing the initial values of variables in the bounds getter

The values of the most bottom right corner of the scene bounding box
should be initialized with ...

github.com/thorvg/thorvg - fbd24c3c93c708aa74cd2ca032bccf36729f1ab3 authored over 3 years ago by Mira Grudzinska <[email protected]>
sw_engine: refactoring of the radial gradient rect rastering function

The translucent rastering function is split into 3 other (instead of if/else statement).
An addi...

github.com/thorvg/thorvg - c2d6fc4fdd243a113a25fe32756476594d494a57 authored over 3 years ago by Mira Grudzinska <[email protected]>
sw_engine: refactoring of the radial gradient rle rastering function

The translucent rastering function is split into 3 other (instead of if/else statement).
An addi...

github.com/thorvg/thorvg - aeb10fafeccacbaaefdfd66340d72685e114f068 authored over 3 years ago by Mira Grudzinska <[email protected]>
sw_engine: refactoring of the linear gradient rect rastering function

The translucent rastering function is split into 3 other (instead of if/else statement).
An addi...

github.com/thorvg/thorvg - 7cb08bebe6b2296a3cb913ac4fe06ad60c5872f4 authored over 3 years ago by Mira Grudzinska <[email protected]>
docs: fixed relative thorvg image path to the absolute one.

github.com/thorvg/thorvg - aef30954644d250ac78a6582607054d7e8bac94d authored over 3 years ago by Hermet Park <[email protected]>
infra Documentation: Update main page and remove treeview

github.com/thorvg/thorvg - 656546530691d27a25df7eaee55527b3806e25e8 authored over 3 years ago by JunsuChoi <[email protected]>
infra Documentation: Introduce ThorVG documentation page.

This is a documentation page based on doxygen.

CSS: https://jothepro.github.io/doxygen-awesome-...

github.com/thorvg/thorvg - 8eb3517da83c6211755ba90be442aa2bae0de379 authored over 3 years ago by JunsuChoi <[email protected]>
sw_engine: refactoring the linear gradient rle rastering function

The translucent rastering function is split into 3 other (instead of if/else statement).
An addi...

github.com/thorvg/thorvg - 7b931b5e3206144d9298ee7d366c141d4447ae73 authored over 3 years ago by Mira Grudzinska <[email protected]>
sw_engine: gradient shapes with opacity < 255 rastered properly

The cases with gradient shapes with composition are handled
in the same function as gradint shap...

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

github.com/thorvg/thorvg - e52a6555d2b8d3b812d0003b5b9ca98a8514b568 authored over 3 years ago by Hermet Park <[email protected]>
sw_engine rle: ++ precise alpha in anti-aliasing

could loss 1 pixel since it divides 255 values by 256.

github.com/thorvg/thorvg - d49e91f68343960734526b48233c21d492133b16 authored over 3 years ago by Hermet Park <[email protected]>
sw_engine: fixing wrong 'if else' statement handling when gradient shapes rastered

The cases when composition was applied were handled only for AlphaMask and
InvAlphaMask. When op...

github.com/thorvg/thorvg - edaafd99b31c48121b6b8951abd6b4d05d696cba authored over 3 years ago by Mira Grudzinska <[email protected]>
sw_engine: 'inv2a' variable from the SwRadial struct replaced by 'inva'

This change reduces the number of multiplications in the fillFetchRadal function.

github.com/thorvg/thorvg - d999a0575035e4fc6a7207aeef2dbba9029daf1a authored over 3 years ago by Mira Grudzinska <[email protected]>
res: remove icon

github.com/thorvg/thorvg - 706dc68d56d56ebd40d94f22723b23f35d905f6e authored over 3 years ago by Hermet Park <[email protected]>
Update README.md

github.com/thorvg/thorvg - 4c8152e7eb2747028e774519489db9d03d805939 authored over 3 years ago by Hermet Park <[email protected]>
Update README.md

github.com/thorvg/thorvg - 498a07a984b7be0602f1a2a57c6ff0b87d7dd364 authored over 3 years ago by Hermet Park <[email protected]>
Update README.md

github.com/thorvg/thorvg - 9c0b59301ac2d9c5a58eceef79acf9e8cff305d9 authored over 3 years ago by Hermet Park <[email protected]>
Add files via upload

github.com/thorvg/thorvg - ecafda3e05df9250ea86d6cca773238886cdf58d authored over 3 years ago by Hermet Park <[email protected]>
api doc: replace beta api desc to beta tag

github.com/thorvg/thorvg - af01f5b8993996e06bfadaa5cd8b960dcd94f56a authored over 3 years ago by Hermet Park <[email protected]>
log SvgLoader: Enhance log message

- Change tag name "Doc" to "Svg"
- Fix "Mask" tag name.
- Add element to skip output
- title
- ...

github.com/thorvg/thorvg - f8f90f3f3477fcf99038e063f543121c54c41e9b authored over 3 years ago by JunsuChoi <[email protected]>
doc: linguistic changes in C++ API docs

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

github.com/thorvg/thorvg - 824b56acc1c3a4bc78a48914e2eadc46d4fe3665 authored over 3 years ago by Hermet Park <[email protected]>
Update README.md

github.com/thorvg/thorvg - 4ba4f475412a3f5ff7d50763bec9207888a85ae0 authored over 3 years ago by Hermet Park <[email protected]>
sw_engine: fix invalid data sharing at multi-threading.

We have encountered that multi-threading usage that user creates,
multiple canvases owned by mul...

github.com/thorvg/thorvg - 6dd414ee3bd5fa845524b1d14a49ed7dcc1d22fd authored over 3 years ago by Hermet Park <[email protected]>
infra: remove PULL REQUEST TEMPLATE.

By far, this is not so useful since commit message template and PR is very simliar.

It just bri...

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

github.com/thorvg/thorvg - 00dc7fb04ff7e3b7a7822f2156cb15b61ec4fcaa authored over 3 years ago by Hermet Park <[email protected]>
capi: added check against null pointer before dereferencing

TVG_RESULT_INVALID_ARGUMENT returned in case a nullptr passed as an argument
(does not apply to ...

github.com/thorvg/thorvg - 924ea15cfaa48a1b5b97c5e675f858a5ceec3dd6 authored over 3 years ago by Mira Grudzinska <[email protected]>
docs: polishing up the C API docs

github.com/thorvg/thorvg - 335880c58cd47efabcefe45db9d7dce76988a70f authored over 3 years ago by Mira Grudzinska <[email protected]>
Update README.md

github.com/thorvg/thorvg - 557ad2daf3f8e233fd9da5ef889870136c606806 authored over 3 years ago by Hermet Park <[email protected]>
Update README.md

github.com/thorvg/thorvg - 814cfe2f3bf75da0220b7c413a78b127b5d32db2 authored over 3 years ago by Hermet Park <[email protected]>
loader SvgLoader: Fix memory leak

Add memory release for style->comp.url, which is the leaking memory.

[Valgrind Test Result]
==2...

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

Fixed example and minor linguistic changes

github.com/thorvg/thorvg - 2a4898cd1925ccbb3fa617d2aa21c014c302e950 authored over 3 years ago by Mira Grudzinska <[email protected]>
Update README.md

updated contents

github.com/thorvg/thorvg - 1638844dfca9191d5750b863a22308f4ed53d71e authored over 3 years ago by Hermet Park <[email protected]>
Update README.md

+ Practices: Tizen, Rive

github.com/thorvg/thorvg - 89e712fd2b8c40bb6d54d94c7942aef27602722a authored over 3 years ago by Hermet Park <[email protected]>
Update README.md

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

github.com/thorvg/thorvg - ea316a348a52b5d92bde8baa0121b53e85ad796c authored over 3 years ago by Hermet Park <[email protected]>
examples: fix wrong data size conversion.

pointer size becomes 32 to 64 bits up to machines.
it has to be 32 bits.

github.com/thorvg/thorvg - 6fce96a12438050a5ad811b322638f379593b2f3 authored over 3 years ago by Hermet Park <[email protected]>
examples: fix wrong data size conversion.

pointer size becomes 32 to 64 bits up to machines.
it has to be 32 bits.

github.com/thorvg/thorvg - 2bd07c050cdde31785cbe780c5c1c52362dbeb9d authored over 3 years ago by Hermet Park <[email protected]>
loader svg: fix build break due to typo

github.com/thorvg/thorvg - 1d923a8632456fd33c8d6bf2032acd2eb2da475f authored over 3 years ago by Hermet Park <[email protected]>
sw_engine: Added sanity checks.

This commit fixes crash when update target surface is not created yet.

github.com/thorvg/thorvg - 2f334f50c59e37127fd5751c15457551f2ae64dd authored over 3 years ago by Michal Szczecinski <[email protected]>
infra: remove debian packaging.

thorvg doesn't belonged to any package distribution.
let tvg keep the meson build system and lea...

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

github.com/thorvg/thorvg - 9465915e84b5e72835feeded82dfde9e1d4f60ab authored over 3 years ago by Hermet Park <[email protected]>
infra: disable capi in default.

capi is not mandatory option in v0.1.

we can manually toggle it on when it's necessary.

github.com/thorvg/thorvg - 3a538340aa8add9d9e9fd5c07af8a1b03798ebdf authored over 3 years ago by Hermet Park <[email protected]>
doc: polish up api documentation.

github.com/thorvg/thorvg - 28008e2f916b16f204eec1ae951ec0a876d24cc9 authored over 3 years ago by Hermet Park <[email protected]>
Merge pull request #367 from Samsung/devs/jsuya/doc_capi_groupping

doc common: Revise c api doc

github.com/thorvg/thorvg - d4f1864c1327d7ccb451e9c1e7fe70e94cd7d89b authored over 3 years ago by Michal Szczecinski <[email protected]>
doc common: Add enum and struct docs in capi

github.com/thorvg/thorvg - 3908397d95e3c06a4068c4fe134f353483fe77c1 authored over 3 years ago by JunsuChoi <[email protected]>
doc common: Groupping c APIs

C APIs
- Initializer
- Canvas
- SwCanvas
- Paint
- Shape
- Gradient
- Picture
- Scene

github.com/thorvg/thorvg - 706df374cf21753a222900278cdfe048da63f64c authored over 3 years ago by JunsuChoi <[email protected]>
sw_engine: fixing overlapping masks

The buffer to which the mask is rastered is only partially cleared.
If the object to which the m...

github.com/thorvg/thorvg - 6601c93899b34791ec2fdb0645a7682838bd5ba2 authored over 3 years ago by Mira Grudzinska <[email protected]>
doc common: Add grouping of C++ api and C api

group ThorVG C++ APIs
group ThorVGCapi C APIs

github.com/thorvg/thorvg - d7b3f0103ed1e5c60578f99959a715fb9f6797b1 authored over 3 years ago by JunsuChoi <[email protected]>
doc common: change of the return value in the composite API

github.com/thorvg/thorvg - ec1232b9b4167baab9006759ea9b3f9651895ca8 authored over 3 years ago by Mira Grudzinska <[email protected]>
common paint: changed result in composite API

A possible error is due to erroneous arguments, so
InvalidArgument is return instead of Insuffic...

github.com/thorvg/thorvg - d0dc9142ec02c355770ac954529ae5aa0ac3b9c4 authored over 3 years ago by Mira Grudzinska <[email protected]>
infra Actions: If no coding style error, no comment

and change action name

github.com/thorvg/thorvg - 94f3d0dc11f8c4fead6b304bd4f754666e981f55 authored over 3 years ago by JunsuChoi <[email protected]>
doc common: adding the documentation for the C++ APIs

Added the missing descriptions for Sw/Gl/Canvas and Initializer.
@retval command applied.

github.com/thorvg/thorvg - 3d5006740c1717f940a3f44e780fc07e9c8316c8 authored over 3 years ago by Mira Grudzinska <[email protected]>
doc README: Update build status badge

The badge provided by travis-ci is no longer used.
Use the badge provided by github action.

github.com/thorvg/thorvg - fa8b7b333e981a613ec47084ee79756f45a7f5aa authored over 3 years ago by JunsuChoi <[email protected]>
doc common: Fix typo and missing parameter

github.com/thorvg/thorvg - 6241fd054d492834b29edb5be5d1b2277a439f89 authored over 3 years ago by JunsuChoi <[email protected]>
infra Travis: Remove travis-ci build test

We don't need to build test with travis-ci.
The build test is already being worked in the github...

github.com/thorvg/thorvg - 638d81fb1528a18a5a4441fd9a498b49a986f81d authored over 3 years ago by JunsuChoi <[email protected]>
doc common: adding the documentation for the C++ APIs

The descriptions have been changed and new ones added.
There are still few apis for which descri...

github.com/thorvg/thorvg - 7e35ec339a3dd03026d664ad36a54d7956c60991 authored over 3 years ago by Mira Grudzinska <[email protected]>
doc common: Draft documentation for C++ header APIs

Write documentation for some of the APIs that have already been cleared up.

github.com/thorvg/thorvg - 2cfc2bd241b96110ea7c2e9c7062999a25698952 authored over 3 years ago by JunsuChoi <[email protected]>
loaders svg: code refactoring

split functions as its purpose.

github.com/thorvg/thorvg - e1ebcf615356a829160f6c915c084eadb83091ae authored over 3 years ago by Hermet Park <[email protected]>
loader SvgLoader: Fix wrong debug log

1.
Modify that attribute information used for use type
looks like it was used for g type.

2.
Fi...

github.com/thorvg/thorvg - 51e4757a3b24df7ec8ca09386176d42df9b8bf7d authored over 3 years ago by JunsuChoi <[email protected]>
loader SvgLoader: add locale-independent strtof function

strtof's behavior is changed by system locale.
https://linux.die.net/man/3/strtof

Because of th...

github.com/thorvg/thorvg - 8b54b6768a310083b68fc48aaca297661ab7407e authored over 3 years ago by JunsuChoi <[email protected]>
capi: Added Inverted Alpha Mask composition enumeration.

Added missing composite method. Backend supports this compostion type.

github.com/thorvg/thorvg - 3ae983268428460c2093b608789c3d6ad885c368 authored over 3 years ago by Michal Szczecinski <[email protected]>
loaders svg: ++safety

prevent buffer overflow just in case.

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