mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
examples: renamed StrokeTrim -> TrimPath
This commit is contained in:
parent
7275b77c22
commit
70f0ec9ff2
2 changed files with 1 additions and 1 deletions
|
@ -63,10 +63,10 @@ source_file = [
|
||||||
'Stroke.cpp',
|
'Stroke.cpp',
|
||||||
'StrokeLine.cpp',
|
'StrokeLine.cpp',
|
||||||
'StrokeMiterlimit.cpp',
|
'StrokeMiterlimit.cpp',
|
||||||
'StrokeTrim.cpp',
|
|
||||||
'Svg.cpp',
|
'Svg.cpp',
|
||||||
'Text.cpp',
|
'Text.cpp',
|
||||||
'Transform.cpp',
|
'Transform.cpp',
|
||||||
|
'TrimPath.cpp',
|
||||||
'Update.cpp',
|
'Update.cpp',
|
||||||
'Viewport.cpp'
|
'Viewport.cpp'
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue