example: renamed a sample, Svg2 -> DataLoad

The sample actually intends to test Picture::load() with a data.
This commit is contained in:
Hermet Park 2023-11-07 16:58:12 +09:00 committed by Hermet Park
parent 52eca9630c
commit 9b3b4b1c63
2 changed files with 1 additions and 1 deletions

View file

@ -12,6 +12,7 @@ source_file = [
'Blending.cpp', 'Blending.cpp',
'ClipPath.cpp', 'ClipPath.cpp',
'CustomTransform.cpp', 'CustomTransform.cpp',
'DataLoad.cpp',
'DirectUpdate.cpp', 'DirectUpdate.cpp',
'Duplicate.cpp', 'Duplicate.cpp',
'FillRule.cpp', 'FillRule.cpp',
@ -50,7 +51,6 @@ source_file = [
'StrokeLine.cpp', 'StrokeLine.cpp',
'StrokeMiterlimit.cpp', 'StrokeMiterlimit.cpp',
'Svg.cpp', 'Svg.cpp',
'Svg2.cpp',
'Texmap.cpp', 'Texmap.cpp',
'Transform.cpp', 'Transform.cpp',
'Tvg.cpp', 'Tvg.cpp',