kicad/common/plotters
Jean-Samuel Reynaud 1c5cb947c1 Fix group tag for SVG plotting
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.
2019-02-12 11:45:12 +00:00
..
DXF_plotter.cpp Fix code after renaming files 2018-01-29 16:40:22 +01:00
GERBER_plotter.cpp Gerber output: fix a potential minor issue in a G04 line comment. 2019-01-27 10:14:16 +01:00
HPGL_plotter.cpp HPGL plotter fix incorrect scaling factor 2018-05-25 20:50:00 +02:00
PDF_plotter.cpp PDF Plotter: handle edge-case arc/circle drawing correctly 2018-03-13 21:01:06 -04:00
PS_plotter.cpp Fix code after renaming files 2018-01-29 16:40:22 +01:00
SVG_plotter.cpp Fix group tag for SVG plotting 2019-02-12 11:45:12 +00:00
common_plot_functions.cpp Fix code after renaming files 2018-01-29 11:37:29 +01:00
plotter.cpp Add line style drawing. 2018-10-09 11:08:56 +01:00