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 PNG | KO on SVG |
 |  |
Regards,
Th.