Skinparam for arrows font pon't work

0 votes
asked Jul 6, 2013 in Bug by anonymous
Hi,

I've play a lot with Component diagram and I try to customize a little bit the look with skinparam.

It seems that all skinparam ComponentArrowFont* doesn't works. Here is a sample:

@startuml

skinparam ComponentArrowColor #FF0000
skinparam ComponentArrowFontColor #FF0000
skinparam ComponentArrowFontName Courier
skinparam ComponentArrowFontStyle Bold
skinparam ComponentArrowFontSize 58

DataAccess - [First Component]
[First Component] ..> HTTP : use

@enduml

On the renderer image, the text arrow "use" is not Red, font is not Courier, Bold with 58 size.

In fact this what I'm expecting. Did I made a mistake or did I misunderstand ?

 

Thanks for your help

WBR // David G.

 

PS: let me say that PlantUML rocks ! It's a wonderful piece of sofwtare you have made, thanks !

1 Answer

0 votes
answered Jul 9, 2013 by plantuml (295,000 points)
Hello,
You did nothing wrong, it's a bug...
This should be fixed with this beta version:
https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

Thanks for your report,
commented Jul 9, 2013 by anonymous
Hello

I've just check with your beta version and it's working fine now.
Thanks you for your help.

Regards
...