export to svg

Issue #327 resolved
Антон Ставинский created an issue

I don’t know if it should work but if I try to export gerber to svg I see this text

WARNING: Traceback (most recent call last):
  File "/Users/stavinsky/temp/flatcam/FlatCAMApp.py", line 9059, in on_file_exportsvg
    self.export_svg(name, filename)
  File "/Users/stavinsky/temp/flatcam/FlatCAMApp.py", line 9850, in export_svg
    exported_svg = obj.export_svg(scale_stroke_factor=scale_stroke_factor)
  File "/Users/stavinsky/temp/flatcam/camlib.py", line 1901, in export_svg
    svg_elem = geom.svg(scale_factor=scale_stroke_factor)
AttributeError: 'NoneType' object has no attribute 'svg'
Abort trap: 6

Comments (2)

  1. Marius Stanciu

    Thanks Anton,
    It’s because of the latest changes done in the Film Tool that allow the svg_export to be corrected. But it’s now fixed.

  2. Log in to comment