Closed
Description
Right now patterns basically replace fills, and I want to introduce a second mode where they overlay them instead:
- new attribute
marker.pattern.fillmode= enum(default=replace, overlay)
- new attribute
marker.pattern.fgcolor
replace
fillmode is the current behaviour:marker.pattern.bgcolor
is transparentmarker.pattern.fgcolor
=marker.color
overlay
fillmode will be:marker.pattern.bgcolor
=marker.color
marker.pattern.fgcolor
will be set to to contrast thebgcolor
using the same algo we use to contrast text on bars