SVG: Use ‘multiply’ blend mode
This commit is contained in:
parent
4e973976db
commit
6b64067f0b
|
@ -179,6 +179,7 @@ class SVGPlotter(Plotter):
|
|||
self.context.scale(dpi / 25.4, dpi / 25.4)
|
||||
self.context.set_line_cap(cairo.LINE_CAP_ROUND)
|
||||
self.context.set_line_join(cairo.LINE_JOIN_ROUND)
|
||||
self.context.set_operator(cairo.OPERATOR_MULTIPLY)
|
||||
|
||||
super().__init__(paper, line_width, colour)
|
||||
|
||||
|
|
Loading…
Reference in a new issue