mindmap: FontColor and BackGroundColor not working in a node without a border

0 votes
asked Nov 5, 2019 in Bug by kr (120 points)
edited Nov 5, 2019 by kr

Hi guys,

First of all, I love the mind-map implementation. 

I realized the following doesn't work (tested with plantuml version 1.2019.11)

@startmindmap

<style>
    .customStyle * {
        ' this works
        FontSize 25        
        ' the following 2 don't work for a node without a box
        FontColor red
        BackGroundColor blue
    }
</style>

* root
**  regular node <<customStyle>>
**_ node without box <<customStyle>>
@endmindmap

1 Answer

0 votes
answered Mar 8, 2021 by The-Lu (63,920 points)

Hello K.,

FYI, FontColor is now corrected:

Regards,
Th.

...