Searched defs:_html (Results 1 - 1 of 1) sorted by relevance

/inkscape/share/extensions/
H A Dwebslicer_export.py374 _html = {} variable in class:WebSlicer_Export
385 if not parent_id in self._html: self._html[parent_id] = []
386 self._html[parent_id].append({ 'tag':el_tag, 'id':el_id, 'class':el_class })
390 #inkex.errormsg( self._html )
391 if not parent in self._html: return ''
393 for el in self._html[parent]:

Completed in 12 milliseconds