[Style] Allow FontColor transparent or #00000000 on SVG

0 votes
asked Apr 12, 2021 in Wanted features by The-Lu (63,920 points)

Hello PlantUML team,

  • Could you allow [style] FontColor transparent or #00000000 on SVG?

Here is an example:

@startuml
<style>
card {
    FontColor transparent
}
node {
    FontColor #00000000
}
</style>
card card
node node
@enduml
OK on PNGKO on SVG

Regards,
Th.

1 Answer

0 votes
answered Apr 28, 2021 by The-Lu (63,920 points)
 
Best answer

Hello all,

This is corrected on V1.2021.5 (25 Apr, 2021).

Thanks PlantUML for your works,

Regards,
Th.

...