mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
remove silly warnings
This commit is contained in:
@@ -407,7 +407,7 @@ public class PShapeSVG extends PShape {
|
||||
} else if (name.equals("sodipodi:namedview")) {
|
||||
// these are always in Inkscape files, the warnings get tedious
|
||||
|
||||
} else {
|
||||
} else if (!name.startsWith("#")) {
|
||||
PGraphics.showWarning("Ignoring <" + name + "> tag.");
|
||||
// new Exception().printStackTrace();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user