opened 10:40AM - 02 Jul 22 UTC
**Describe the bug**
Linux version of Synfig does not parses "\\" as directory …separator (in image filenames).
**To Reproduce**
Steps to reproduce the behavior:
1. Download and unpack sample archive - [paths.zip](https://github.com/synfig/synfig/files/9032840/paths.zip)
2. Open `paths.sif` file.
3. See image is not displayed -

In version 1.4.2 it is displayed correctly -

You can examine image layer, and see its "Filename" property -

Notice that it uses "\\" as directory separator. This usually happens when file was created in WIndows version of Synfig.
**Expected behavior**
Synfig should treat both "/" and "\\" as directory separators.