Hi there, I saw that there was a major revision for the Hatch Fill extension. I'm trying to install it but it won't work.
Using Inkscpe 0.91 and this is the error that I get back:
Traceback (most recent call last):
  File "eggbot_hatch.py", line 1719, in <module>
    e.affect()
  File "C:\Program Files\Inkscape\share\extensions\inkex.py", line 268, in affect
    self.effect()
  File "eggbot_hatch.py", line 1138, in effect
    self.handleViewBox()
  File "eggbot_hatch.py", line 668, in handleViewBox
    if self.getDocProps():
  File "eggbot_hatch.py", line 654, in getDocProps
    self.docHeight = plot_utils.getLength( self, 'height', N_PAGE_HEIGHT )
  File "C:\Program Files\Inkscape\share\extensions\plot_utils.py", line 76, in getLength
    str = altself.svg.get( name )
AttributeError: Eggbot_Hatch instance has no attribute 'svg'
Can someone translate this into human language and tell me what I do wrong?
Thanks!
                
                             
        
Comments
I solved it with the correct version found here: https://github.com/evil-mad/plotink
No errors anymore...and just did my first Hatch Fill.....WOW what a nice job you guys did!