We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d8cac commit 86f0d20Copy full SHA for 86f0d20
core/src/processing/core/PShapeSVG.java
@@ -412,6 +412,9 @@ protected PShape parseChild(XML elem) {
412
} else if (name.equals("sodipodi:namedview")) {
413
// these are always in Inkscape files, the warnings get tedious
414
415
+ } else if (name.equals("title")) {
416
+ // harmless
417
+
418
} else if (!name.startsWith("#")) {
419
PGraphics.showWarning("Ignoring <" + name + "> tag.");
420
// new Exception().printStackTrace();
0 commit comments