diff --git a/src/examples/Svg2.cpp b/src/examples/DataLoad.cpp similarity index 100% rename from src/examples/Svg2.cpp rename to src/examples/DataLoad.cpp diff --git a/src/examples/meson.build b/src/examples/meson.build index 982de919..428fe1c9 100644 --- a/src/examples/meson.build +++ b/src/examples/meson.build @@ -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',