Searched refs:inkscape_cmd (Results 1 – 1 of 1) sorted by relevance
122 inkscape_cmd = None variable174 global inkscape_cmd, inkscape_ver_one # pylint: disable=W0603180 inkscape_cmd = which('inkscape')198 if inkscape_cmd:199 logger.verbose("use inkscape(1) from: " + inkscape_cmd)200 inkscape_ver = subprocess.check_output([inkscape_cmd, '--version'],295 if not inkscape_cmd and convert_cmd is None:378 if inkscape_cmd:381 cmd = [inkscape_cmd, '-o', pdf_fname, svg_fname]383 cmd = [inkscape_cmd, '-z', '--export-pdf=%s' % pdf_fname, svg_fname]