From 70f0ec9ff211fda02bc84a93c012edffa795c773 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Tue, 25 Feb 2025 12:31:41 +0900 Subject: [PATCH] examples: renamed StrokeTrim -> TrimPath --- examples/{StrokeTrim.cpp => TrimPath.cpp} | 0 examples/meson.build | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename examples/{StrokeTrim.cpp => TrimPath.cpp} (100%) 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' ]