diff --git a/examples/StrokeTrim.cpp b/examples/TrimPath.cpp similarity index 100% rename from examples/StrokeTrim.cpp rename to examples/TrimPath.cpp diff --git a/examples/meson.build b/examples/meson.build index 5b37ab44..d513b13e 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -63,10 +63,10 @@ source_file = [ 'Stroke.cpp', 'StrokeLine.cpp', 'StrokeMiterlimit.cpp', - 'StrokeTrim.cpp', 'Svg.cpp', 'Text.cpp', 'Transform.cpp', + 'TrimPath.cpp', 'Update.cpp', 'Viewport.cpp' ]