Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT: select file in tikz effect #159

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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