openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.94k stars 2.55k forks source link

Vector graphics fix #7960

Closed Jonathhhan closed 4 months ago

Jonathhhan commented 4 months ago

changes string to std::string.

dimitre commented 4 months ago

I think this one could be replaced by of::filesystem::path

dimitre commented 4 months ago

Hello @Jonathhhan do you want to update it to filesystem? if not we can merge as it is and then rework later

Jonathhhan commented 4 months ago

@dimitre I tested it with of::filesystem, but maybe I do something wrong (at least the SWIG bindings do not work with that). So I would say, leave it as is for now.