Code

Filters. Custom predefined filters update and new ABC filters.
[inkscape.git] / src / svg / svg-path.cpp
index 88e340bd487c2c4528222afb556c1e7b6dc66715..22af18acb6602878aadfa5f9b7f7e03bbf05e0c9 100644 (file)
@@ -69,7 +69,8 @@ Geom::PathVector sp_svg_read_pathv(char const * str)
     }
     catch (Geom::SVGPathParseError e) {
         generator.finish();
-        g_warning("Malformed SVG path, truncated path up to where error was found.\n Input path=\"%s\"\n Parsed path=\"%s\"", str, sp_svg_write_path(pathv));
+        // This warning is extremely annoying when testing
+        //g_warning("Malformed SVG path, truncated path up to where error was found.\n Input path=\"%s\"\n Parsed path=\"%s\"", str, sp_svg_write_path(pathv));
     }
 
     return pathv;
@@ -152,4 +153,4 @@ gchar * sp_svg_write_path(Geom::Path const &p) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :