diff --git a/paths2openscad.inx b/paths2openscad.inx index cdf6574..f466602 100755 --- a/paths2openscad.inx +++ b/paths2openscad.inx @@ -120,7 +120,7 @@ to millimeters using the SVG Standard's definition of 96 pixels = 1 inch (before inkscape 0.92 the definition was 90 dpi) -v0.18 +v0.19 Dan Newman (dan newman @ mtbaldy us) Josef Skladanka (jskladan @ redhat com) Juergen Weigert (juergen @ fabmail org) diff --git a/paths2openscad.py b/paths2openscad.py index 63afdf1..48212ee 100755 --- a/paths2openscad.py +++ b/paths2openscad.py @@ -59,6 +59,9 @@ # Refactored the commands into a separate tab in the inx. # Added 'View in OpenSCAD' feature with pidfile for single instance. # +# 2017-08-10, juergen@fabmail.org +# 0.19 fix style="" elements. +# # CAUTION: keep the version numnber in sync with paths2openscad.inx about page # This program is free software; you can redistribute it and/or modify