2 files changed
+4
-2
lines changedSubmodule scratchcpp-render updated 21 files
- .github/workflows/utests.yml+1-1
- CMakeLists.txt+7
- README.md+9-5
- include/scratchcpp-render/scratchcpp-render.h+12
- libscratchcpp+1-1
- src/CMakeLists.txt+6-5
- src/global_functions.cpp+10
- src/irenderedtarget.h+1
- src/penlayerpainter.cpp+2-4
- src/renderedtarget.cpp+34-2
- src/renderedtarget.h+1
- src/spritemodel.cpp+5
- src/spritemodel.h+1
- src/svgskin.cpp-5
- src/targetpainter.cpp+2-4
- test/CMakeLists.txt+1
- test/global_functions/CMakeLists.txt+15
- test/global_functions/global_functions_test.cpp+14
- test/mocks/renderedtargetmock.h+1
- test/renderedtarget/renderedtarget_test.cpp+72
- test/target_models/spritemodel_test.cpp+16
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
0 commit comments