Color on partition note gets ignored and note is on the wrong side

0 votes
asked Mar 18, 2019 in Bug by RedX2501 (220 points)
This code

@startuml
if (a) then (yes)
  partition "Hi I make things clearer" {
    note #lightblue
      Am I blue too?
    end note
    while (true)
      note #lightblue
        Can I be blue too?
      end note
       :Do Something;
       note #lightblue
         I'm blue!
       end note
    end while
  }
endif
@enduml

Produces a note that IMHO is on the wrong side of partition (it should be outside as with if) and "point to" the partition.

The color of the note is also not respected.

http://www.plantuml.com/plantuml/uml/VOuxJiHG34Lxh-8m52HRW891K92Q5Jp0Cx5u7vGuGWYnTzwu70ILTQwlZkv-zRJuLhBOWI6D-AoLuLFNKU2z_yojLNQFnaH9RzeRLeyhBrdJeikEBm6epPNBRCVPd_EcaS5TOUB4U6kt4MfzZNB0nsnP6NpPT1JuMmJtgPvSUgOx4mBN3usdLZHstWZ_QvckIYWlXD--W1Wfy2sTx23xVhQIVm00

1 Answer

0 votes
answered Jun 1, 2021 by The-Lu (63,920 points)

Hello R.,

  • Could you confirm that is nowadays OK?

With:

Regards,
Th.

...