Skip to content

Releases: tzunghaor/inkscape-eps-export

Rotation and gradient fix

05 Nov 19:41
Compare
Choose a tag to compare
- Added rudimentary test

- Fixed two bugs

more gradient stop support

04 Dec 17:34
Compare
Choose a tag to compare
- handled more gradient stop parameter possibilites

- fixed qubic bezier handling

support more svg features

29 Sep 18:28
Compare
Choose a tag to compare
  • Better handling of quadratic bézier curves (appearing e.g. in text-to-path)
  • Handling some svg features not used by Inkscape

bugfix - Z close path

12 Jan 12:01
Compare
Choose a tag to compare
1.0.6

bugfix: uppercase 'Z' closes path too

Support ellipse and circle

14 Dec 16:26
Compare
Choose a tag to compare

Inkscape now saves ellipses and circles as and , not as a path, so I've added support for it.

Python 3 compatibility

25 Sep 16:43
Compare
Choose a tag to compare
v1.0.4

Made script python 3 compatible

fix crash on tag without namespace

25 Aug 08:07
Compare
Choose a tag to compare
v1.0.3

#3 - fix crash on element tag without namespace uri

Support H, h, V, v

01 May 15:28
Compare
Choose a tag to compare

Added support for H, h, V, v path commands

For Inkscape 0.92

06 Apr 10:48
Compare
Choose a tag to compare
  • reworked unit handling to better support inkscape 0.92
  • fix for arc segment with zero radius
  • fix for translate/scale with only one argument

For Inkscape 0.91

01 Apr 09:57
Compare
Choose a tag to compare
v1.0

Initial commit of existing code.