You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "svg2cookiecutter.py", line 232, in svgToCookieCutter
for superpath in parser.getPathsFromSVGFile(filename)[0]:
File "C:\Users\Axel\AppData\Roaming\inkscape\extensions\svgpath\parser.py", line 699, in getPathsFromSVGFile
return getPathsFromSVG(ET.parse(filename).getroot())
File "C:\Users\Axel\AppData\Roaming\inkscape\extensions\svgpath\parser.py", line 693, in getPathsFromSVG
getPaths(paths, matrix, svg, path.SVGState(), {})
File "C:\Users\Axel\AppData\Roaming\inkscape\extensions\svgpath\parser.py", line 587, in getPaths
getPaths(paths, matrix, child, state, savedElements)
File "C:\Users\Axel\AppData\Roaming\inkscape\extensions\svgpath\parser.py", line 587, in getPaths
getPaths(paths, matrix, child, state, savedElements)
File "C:\Users\Axel\AppData\Roaming\inkscape\extensions\svgpath\parser.py", line 549, in getPaths
path = parse_path(tree.attrib['d'], matrix=matrix, svgState=state)
KeyError: 'd'
I think the cause of the error is: <path style="fill:#000000;stroke:none;stroke-width:0.264583" id="path57" cx="51.671551" cy="96.268814" r="1.4382441" />
in your svg.
This doesn't look like a valid path. I think it's meant to be a circle instead.
Thanks I'll review the file, at first I couldn't find which path was having trouble, i erased one by one and randomly appearing the error.
I added a try/except block to parser.py and it passed with no errors, may PR later, but first I'll identify the path
I Attach file to reproduce error
camion.zip
The text was updated successfully, but these errors were encountered: