Transparency bug in use-case diagram

0 votes
asked Jan 18, 2013 in Closed bug by anonymous
recategorized Jan 27, 2013 by plantuml

In this dia the second rectangle has a black background. remove the transparent background and it's back to normal.

 

 

@startuml
 
skinparam backgroundcolor transparent
 
Actor A
 
rectangle R1 {
  A - (UC 1.a)
}
 
rectangle R2 {
  A - (UC 2)
}
 
 
@enduml

1 Answer

0 votes
answered Jan 21, 2013 by plantuml (295,000 points)
 
Best answer
Thanks for the report.

This is solved in version 7951
...