examples: renamed StrokeTrim -> TrimPath

This commit is contained in:
Hermet Park 2025-02-25 12:31:41 +09:00 committed by Hermet Park
parent 7275b77c22
commit 70f0ec9ff2
2 changed files with 1 additions and 1 deletions

View file

@ -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'
]