SVG plot different from pcbnew dialog and python interface

Hi, I am trying to plot svg from the python interface, but the SVGs are no good, for example, the Silk Screen output is just outlined, not filled. I get hollow text. The arcs also have very few segments. Plotting from pcbnew itself, manually via the dialog gives good output.

Gerbers are good both from manual output and the python interface,

Anyone else seeing this? Can I do something in the python interface to get the same output as manual plot gives?

(I am on nightly builds, but I don’t see why this wouldn’t work)

OK, I found the solution. The SVG output plotter needs

popt.SetPlotOutlineMode(False)

1 Like