We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28c940 commit e0b4ebeCopy full SHA for e0b4ebe
1 file changed
core/src/processing/core/PShapeSVG.java
@@ -407,7 +407,7 @@ protected PShape parseChild(XML elem) {
407
} else if (name.equals("sodipodi:namedview")) {
408
// these are always in Inkscape files, the warnings get tedious
409
410
- } else {
+ } else if (!name.startsWith("#")) {
411
PGraphics.showWarning("Ignoring <" + name + "> tag.");
412
// new Exception().printStackTrace();
413
}
0 commit comments