Can't specify different frame border colors

0 votes
asked Aug 26, 2015 in Bug by esamson (120 points)
I'm trying to give different border colors for different frames:

    skinparam frame {
        borderColor Yellow
        borderColor<<good>> Green
        borderColor<<bad>> Red
    }

But using `<<good>>` or `<<bad>>` does not apply the expected change. The same works for setting BackgroundColor, why not for BorderColor?

1 Answer

+1 vote
answered Aug 26, 2015 by plantuml (295,000 points)
selected Aug 27, 2015 by esamson
 
Best answer
Hello,

Thanks for the report : it's a bug.

Colors with stereotypes have been implemented lately in the code, so sometimes it's not taken into account. Fortunately, the correction is usually very easy.

So you can find here a beta https://dl.dropboxusercontent.com/u/13064071/plantuml.jar that fixes this bug.

This will be included in next official release.

Thanks again for the report : it really helps!
...