1c5cb947c1
This was previously "svg:g", but the SVG is declared with only a "default" namespace, not an "svg:" namespace (looks like xmlns:svg="http://www.w3.org/2000/svg" in the svg tag). This means you cannot use svg: as a NS in the document. It's not needed anywaY: the default is already correct. Moreover, mismatching <svg:g> and </g> is always invalid. |
||
---|---|---|
.. | ||
DXF_plotter.cpp | ||
GERBER_plotter.cpp | ||
HPGL_plotter.cpp | ||
PDF_plotter.cpp | ||
PS_plotter.cpp | ||
SVG_plotter.cpp | ||
common_plot_functions.cpp | ||
plotter.cpp |