SkinParam with Graident Color fails to renderer

0 votes
asked Jul 8, 2013 in Bug by anonymous

Hi

There is a rendering stack trace error with this one (using v7971):

@startuml
skinparam component {
    BackgroundColor #FF0000-#FFFFFF
}
() dbmanager
[db] - dbmanager
@enduml

If you comment the skinparam declaration it works.

What is strange is that if you do this one:

@startuml
skinparam component {
    BackgroundColor #FF0000-#FFFFFF
}
[db] - dbmanager
@enduml

It works well.

Thanks for your help

1 Answer

0 votes
answered Jul 9, 2013 by plantuml (294,960 points)
Hello,

Thanks for the report.

This has been fixed in this beta release:

https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

Hope it works fine now.
commented Jul 9, 2013 by anonymous
Hello,

Yes, I can confirm that it's working fine with the beta version

Thanks a lot.
...