SonarSonic / DrawingBotV3

DrawingBotV3 is a software for converting images into vector art
https://docs.drawingbotv3.com
GNU General Public License v3.0
328 stars 42 forks source link

Bug: batch file locations (macOS) #41

Closed jimmykl closed 2 years ago

jimmykl commented 2 years ago

If I run a batch and select an output folder in macOS instead of processing the files to the expected folder the files have the path in the filename

e.g. processing files called buggedXX.svg to a folder called the bug results in files named the bug\buggedXX.svg

I guess that might be a Windows directory backslash sneaking in and mucking things up in macOS?

(These are the actual names, I am working with images of a beetle 😆)

SonarSonic commented 2 years ago

Fixed in dev