skinparam sequenceDividerBorderColor missing?

0 votes
asked Aug 25, 2015 in Bug by DaRolla (360 points)

Hi there,

I am styling my sequence diagrams. Everything works fine except the border color for a divider in the sequence diagram.

Here's my snippet:

skinparam sequenceDivider {
    BorderColor #c6c6c6
    BorderThickness 1.0
    BackgroundColor #f3e8d8
    FontColor #888279
}

Well, the border color isn't working. That black color stays...

I am using Android Studio 1.4 Preview 3 with PlantUML integration plugin 1.8.1 using graphviz-2.38 for dot.exe on Windows 8.1.

 

Cheers,

DaRolla

2 Answers

+1 vote
answered Aug 25, 2015 by plantuml (295,000 points)
Hi,

Thanks for the feedback.

You're right : Black is hardcoded, so you cannot change it with current version.

We will fix this and we will publish a beta release that correct this.

Thanks again,
+1 vote
answered Aug 25, 2015 by plantuml (295,000 points)
Hi,

This has been fixed in last beta

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

I don't know how to upgrade Android Studio. Just copying & replacing plantuml.jar could be enough.

Thanks again for the report.
commented Aug 26, 2015 by DaRolla (360 points)
Simply overwriting the C:\Users\darolla\.AndroidStudioPreview1.4\config\plugins\plantuml4idea\lib\plantuml.jar worked as a charm. Thanks a lot !
...