Skip to content

Commit e0b4ebe

Browse files
committed
remove silly warnings
1 parent f28c940 commit e0b4ebe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/processing/core/PShapeSVG.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ protected PShape parseChild(XML elem) {
407407
} else if (name.equals("sodipodi:namedview")) {
408408
// these are always in Inkscape files, the warnings get tedious
409409

410-
} else {
410+
} else if (!name.startsWith("#")) {
411411
PGraphics.showWarning("Ignoring <" + name + "> tag.");
412412
// new Exception().printStackTrace();
413413
}

0 commit comments

Comments
 (0)