Open makerdood opened 4 years ago
Upon pressing Apply button I am constantly getting the following message:
File "ell_box.py", line 26 def draw_SVG_square((w,h), (x,y), parent): ^ SyntaxError: invalid syntax
Great extension, please advise how to resolve at your earliest convenience.
hey, seems you are using newer inkscape with python 3. you can try https://github.com/BvdP/elliptical-box-maker/pull/9/files (that pull request from me is not clean (sorry) but it basically works for testing out)
Upon pressing Apply button I am constantly getting the following message:
File "ell_box.py", line 26 def draw_SVG_square((w,h), (x,y), parent): ^ SyntaxError: invalid syntax
Great extension, please advise how to resolve at your earliest convenience.