24#ifndef KICAD_DIFF_RENDERER_PLOTTER_H
25#define KICAD_DIFF_RENDERER_PLOTTER_H
62 const wxString& aOutputPath,
70 const wxString& aOutputPath,
constexpr int EffectivePlotWidth(int aWidth)
Return aWidth if positive, otherwise PLOT_HAIRLINE_IU.
constexpr int PLOT_HAIRLINE_IU
Minimum stroke width the headless plotter will use when a primitive declares a non-positive line widt...
bool RenderSceneToSvg(const DIFF_SCENE &aScene, const wxString &aOutputPath, const PLOTTER_RENDER_OPTIONS &aOptions)
Render a DIFF_SCENE to an SVG file.
bool RenderSceneToPng(const DIFF_SCENE &aScene, const wxString &aOutputPath, const PLOTTER_RENDER_OPTIONS &aOptions)
Render a DIFF_SCENE to a PNG file.
Options controlling the headless PNG/SVG renderer.