mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
example: renamed a sample, Svg2 -> DataLoad
The sample actually intends to test Picture::load() with a data.
This commit is contained in:
parent
52eca9630c
commit
9b3b4b1c63
2 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,7 @@ source_file = [
|
|||
'Blending.cpp',
|
||||
'ClipPath.cpp',
|
||||
'CustomTransform.cpp',
|
||||
'DataLoad.cpp',
|
||||
'DirectUpdate.cpp',
|
||||
'Duplicate.cpp',
|
||||
'FillRule.cpp',
|
||||
|
@ -50,7 +51,6 @@ source_file = [
|
|||
'StrokeLine.cpp',
|
||||
'StrokeMiterlimit.cpp',
|
||||
'Svg.cpp',
|
||||
'Svg2.cpp',
|
||||
'Texmap.cpp',
|
||||
'Transform.cpp',
|
||||
'Tvg.cpp',
|
||||
|
|
Loading…
Add table
Reference in a new issue