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 "/usr/local/lib/python3.7/dist-packages/pylustrator/parse_svg.py", line 643, in parseGroup
patch_list.append(plt_draw_text(child, trans, style, ids, no_draw=no_draw))
File "/usr/local/lib/python3.7/dist-packages/pylustrator/parse_svg.py", line 330, in plt_draw_text
text_content += child.firstChild.nodeValue
AttributeError: 'NoneType' object has no attribute 'nodeValue'
This PR would fix it but I'm not sure if it would break the original use case, which might have been parsing a very different file. szmoore#1
The text was updated successfully, but these errors were encountered:
Unfortunately you opened the pull request on your fork and not on the original repository, so I cannot merge it. Could you please try to make the pullrequest on the main repository and not on your fork? Then I would like to merge it.
Calling
load
on aSVG
file with<text ...>
nodesThis PR would fix it but I'm not sure if it would break the original use case, which might have been parsing a very different file.
szmoore#1
The text was updated successfully, but these errors were encountered: