~ap4sc I’ve implemented multi-layer support on my branch next-layer. Could you please check if your implementation for setting the background color works if you draw the text on
area.next_layer()
instead ofarea
?
Works great, the text draws in front of the color now
I’ve added the
Area::next_layer
on the master branch, so feel free to submit a patch for this feature.