2 files changed
+3
-1
lines changed- .github/FUNDING.yml+1
- .github/workflows/ci.yml-31
- .github/workflows/main.yml+57
- .gitignore+2
- 3rdparty/plutovg/CMakeLists.txt-17
- 3rdparty/plutovg/FTL.TXT-166
- 3rdparty/plutovg/plutovg-blend.c-830
- 3rdparty/plutovg/plutovg-dash.c-114
- 3rdparty/plutovg/plutovg-ft-math.c-446
- 3rdparty/plutovg/plutovg-ft-math.h-436
- 3rdparty/plutovg/plutovg-ft-raster.c-1.6k
- 3rdparty/plutovg/plutovg-ft-raster.h-420
- 3rdparty/plutovg/plutovg-ft-stroker.c-1.9k
- 3rdparty/plutovg/plutovg-ft-stroker.h-320
- 3rdparty/plutovg/plutovg-ft-types.h-173
- 3rdparty/plutovg/plutovg-geometry.c-581
- 3rdparty/plutovg/plutovg-paint.c-265
- 3rdparty/plutovg/plutovg-private.h-199
- 3rdparty/plutovg/plutovg-rle.c-424
- 3rdparty/plutovg/plutovg.c-495
- 3rdparty/plutovg/plutovg.h-260
- 3rdparty/stb/CMakeLists.txt-4
- 3rdparty/stb/stb_image_write.h-1.7k
- CMakeLists.txt+101-25
- LICENSE+1-1
- README.md+159-34
- cmake/lunasvgConfig.cmake.in+6
- examples/CMakeLists.txt+5
- examples/meson.build+1
- examples/svg2png.cpp+15-17
- include/CMakeLists.txt-4
- include/lunasvg.h+647-98
- luna.png
- meson.build+60
- meson_options.txt+2
- source/CMakeLists.txt-28
- source/canvas.cpp-261
- source/canvas.h-73
- source/clippathelement.cpp-37
- source/clippathelement.h-22
- source/defselement.cpp-15
- source/defselement.h-17
- source/element.cpp-157
- source/element.h-202
- source/gelement.cpp-30
- source/gelement.h-18
- source/geometryelement.cpp-335
- source/geometryelement.h-113
- source/graphics.cpp+736
- source/graphics.h+558
- source/graphicselement.cpp-17
- source/graphicselement.h-18
- source/layoutcontext.cpp-745
- source/layoutcontext.h-372
- source/lunasvg.cpp+336-183
- source/markerelement.cpp-98
- source/markerelement.h-30
- source/maskelement.cpp-77
- source/maskelement.h-27
- source/paintelement.cpp-428
- source/paintelement.h-335
- source/parser.cpp-2.0k
- source/parser.h-202
- source/parserutils.h-257
- source/property.cpp-694
- source/property.h-355
- source/stopelement.cpp-29
- source/stopelement.h-20
- source/styledelement.cpp-177
- source/styledelement.h-52
- source/styleelement.cpp-15
- source/styleelement.h-17
- source/svgelement.cpp+1.1k-78
- source/svgelement.h+476-17
- source/svggeometryelement.cpp+322
- source/svggeometryelement.h+136
- source/svglayoutstate.cpp+529
- source/svglayoutstate.h+117
- source/svgpaintelement.cpp+357
- source/svgpaintelement.h+288
- source/svgparser.cpp+902
- source/svgparserutils.h+199
- source/svgproperty.cpp+683
- source/svgproperty.h+534
- source/svgrenderstate.cpp+61
- source/svgrenderstate.h+69
- source/svgtextelement.cpp+454
- source/svgtextelement.h+138
- source/symbolelement.cpp-52
- source/symbolelement.h-24
- source/useelement.cpp-96
- source/useelement.h-25
- subprojects/plutovg.wrap+7
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
0 commit comments