Commit graph

10 commits

Author SHA1 Message Date
Hermet Park
0e45fabb3d spec out tvg binary format
issue: https://github.com/thorvg/thorvg/issues/2721
2024-10-12 21:07:31 +09:00
Hermet Park
9bc900206b api: polish the thorvg API usages.
API Modification:
- SwCanvas::Colorspace -> ColorSpace

API Addition:
- ColorSpace::Unknown

issue: https://github.com/thorvg/thorvg/issues/1372
2024-10-12 15:38:03 +09:00
Elliott Sales de Andrade
5f08b9ade4 build: Remove redundant comparisons
If a Meson option is typed as `boolean`, the `get_option` returns a
boolean, and comparing it with `true` is redundant. Meson also errors if
you try to compare across types, so it couldn't _not_ be a boolean.

Also, Meson is not C, so no need for parentheses around `if` conditions.
2024-08-19 17:42:40 +09:00
Josh Soref
e061fa6628
common: fix 178+ spelling errors 2024-07-01 21:58:46 +09:00
Hermet Park
f281b9c342 svg2png: ++help message 2024-06-24 19:19:37 +09:00
Hermet Park
b85c5ba02f lottie2gif: fix an issue where the background color is omitted
the issus is occurred when the input is a source folder.
2024-06-24 19:19:37 +09:00
Hermet Park
de693c3e3e infra: relocate the tools folder.
Collect only library source code in src
2024-06-13 17:52:14 +09:00
Hermet Park
865f87d15e infra: remove unused resources.
thorvg will revisit this later.
2024-02-04 11:40:49 +09:00
Hermet Park
c1e36bcb01 tools format: remove tizen specific
When ready, we will use this c++ formatter...
2020-12-25 20:06:26 +09:00
pkosko
1712e7d83f
tools: Automatic code format tool added
Tool allows auto formatting of code according to Google coding standard
for easier control and fixing formatting issues.
2020-12-10 10:38:22 +09:00