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

/inkscape/share/extensions/
H A Dwebslicer_export.py105 conf = self.get_el_conf(child)
184 def get_el_conf(self, el): member in class:WebSlicer_Export
215 parent_id = self.get_el_conf( parent )['html-id']
217 el_conf = self.get_el_conf( el )
377 parent_id = self.get_el_conf( parent )['html-id']
379 conf = self.get_el_conf( el )
399 ' src="'+self.img_name(el, self.get_el_conf(el))+'"/>\n'

Completed in 15 milliseconds