Skip to content

Commit

Permalink
Merge pull request #159 from xyz2tex/156-inkscape-extension-file-sele…
Browse files Browse the repository at this point in the history
…ction-dialog-does-not-let-naming-new-file

FEAT: select file in tikz effect
  • Loading branch information
ldevillez authored Oct 9, 2023
2 parents affc84c + 9460f11 commit 7b6f3af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
- Adding logo for SVG2TikZ
- Adding basic switch tag handle
- Adding failsafe for non defined sys.stdout.buffer
- Adding list of tikz color
### Changed
- Using style from new inkex
- Using path from new inkex
- Using transform from new inkex
- Using colors from new inkex
- Using Vector2d from inkex instead of Point DataClass
- Removing input-options and using unit from viewbox
- Adding list of tikz color
- Correcting licence in the pyproject
- Unify conversion of coordinate: (x, y)
- Convert_file and convert_svg functions are now directly accesible from root
- Fixing the installation of svg2tikz as command line tool
- Try excepting non existing tags in a svg
- Changing the select file option in tikz effect to new file
### Deprecated
- Gradient are commented for the time being
### Removed
Expand All @@ -31,6 +31,7 @@
- License in the main file
### Fixed
- Transform working with --noreversey
- Fixing the installation of svg2tikz as command line tool
### Security

## v2.1.0 - 2023/06/28
Expand Down
2 changes: 1 addition & 1 deletion svg2tikz/tikz_export_effect.inx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<param name="tab" type="notebook">
<page name="options" gui-text="Document">
<label appearance="header">Output file</label>
<param name="output" type="path" _gui-text="Output filename">none</param>
<param name="output" type="path" mode="file_new" _gui-text="Output filename">none</param>
<param name="clipboard" type="boolean" _gui-text="Export to clipboard">false</param>
<separator />
<label appearance="header">Tikz option</label>
Expand Down

0 comments on commit 7b6f3af

Please sign in to comment.