You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When clicking the … button for the output filename, the file selection dialog has no interface to name a new file, it can only select an existing file.
Setup:
Mode: inkscape
SVG2TikZ version: master
OS version: KUbuntu 22.04
Inkscape version: 1.3
Additional context
You need to add mode="file_new" at line 9 of tikz_export_effect.inx. It defaults to mode="file".
The text was updated successfully, but these errors were encountered:
Describe the bug
When clicking the
…
button for the output filename, the file selection dialog has no interface to name a new file, it can only select an existing file.Setup:
Additional context
You need to add
mode="file_new"
at line 9 oftikz_export_effect.inx
. It defaults tomode="file"
.The text was updated successfully, but these errors were encountered: