piped color breaks table

0 votes
asked Dec 27, 2019 in Bug by boshka (3,940 points)

1 Answer

0 votes
answered Mar 10, 2021 by The-Lu (64,340 points)
edited Mar 10, 2021 by The-Lu

Hello B.,

Just to confirm that is OK, if you escape manually the pipe on the gradient, as your second example:

@startuml
note as MYNOTE
   |A|B|C|
   |<back:fuchsia\|white>Val A|Val B|Val C|
end note
@enduml

We only observe a slight shift.

Then, you can change your request on a wanted feature in order to ask to escape the pipe with \ if the pipe is within the value of a gradient on a table!

A workaround will be to does not use |, but more / or \: the result is very similar...

Regards,
Th.

...