Differences between PNG and SVG outputs, of BackgroundColor with salt on activity diagram [V1.2020.18]

0 votes
asked Oct 7, 2020 in Bug by The-Lu (63,920 points)

Hello PlantUML Team,

On V1.2020.18, with salt on activity diagram, we observe differences between PNG and SVG outputs, relevant to the BackgroundColor:

0/ Source code

@startuml
skinparam ActivityBackgroundColor Red
(*) --> "
{{
skinparam BackgroundColor green
salt
{+
<b>an example
choose one option
()one
()two
[ok]
}
}}
"
--> (*)
@enduml

1/ PNG output


[See on PlantUML online server]

2/ SVG output


[See on PlantUML online server]


Thanks for your works,
Regards,
Th.

commented Oct 7, 2020 by The-Lu (63,920 points)

Hello PlantUML team,

  • Could we use beta-style on salt ? or only skinparam ?

Regards,
Th.

1 Answer

0 votes
answered Oct 16, 2020 by The-Lu (63,920 points)
 
Best answer

Hello plantuml,

With the new version 1.2020.19, this is fixed.

Thanks for yours works yes ,
Regards,
Th.

...