kicad/common/plotters
Jeff Young 079d4a603a Improve transparency handling while plotting.
Only SVG can actually handle transparency, but we should at least mimic
the color value of other transparent fills by blending with a (presumed)
white paper.

Fixes https://gitlab.com/kicad/code/kicad/issues/11304
2022-04-08 11:40:53 +01:00
..
DXF_plotter.cpp Plotters: add plot Arcs using EDA_SHAPE or center, start point and end point. 2022-02-20 17:17:20 +01:00
GERBER_plotter.cpp Gerber plotter: fix incorrect handling of arcs in polygons. 2022-03-17 12:55:24 +01:00
HPGL_plotter.cpp Plotters: add plot Arcs using EDA_SHAPE or center, start point and end point. 2022-02-20 17:17:20 +01:00
PDF_plotter.cpp Improve transparency handling while plotting. 2022-04-08 11:40:53 +01:00
PS_plotter.cpp Improve transparency handling while plotting. 2022-04-08 11:40:53 +01:00
SVG_plotter.cpp Improve transparency handling while plotting. 2022-04-08 11:40:53 +01:00
common_plot_functions.cpp Make sure plotter uses default font when specified. 2022-02-10 20:33:06 +00:00
plotter.cpp PLOTTER: do not clamp coordinates to an arbitrary value. 2022-03-22 10:32:36 +01:00