GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
1
mark.george
/
templates
Browse code
Turned off drop shadows since they now make things blurry.
master
1 parent
8e98805
commit
fc1f9988e1a4300f90827db35edd059a064689df
Mark
authored
on 18 Feb 2016
Patch
Showing
1 changed file
plantuml/default-skin.ipu
Ignore Space
Show notes
View
plantuml/default-skin.ipu
skinparam { ' use the strictuml style - no circles, no footboxes, no drop shadows, and proper arrows Style strictuml ' slightly rounded boxes RoundCorner 8 BackgroundColor transparent DefaultFontName Open Sans TitleFontName Open Sans TitleFontStyle bold TitleFontSize 18 Sequence { ' for some reason sequence diagrams are ignoring the default font, so set it explicitly TitleFontName Open Sans TitleFontStyle bold TitleFontSize 18 Message { Align center } ' make stereotypes less ugly Stereotype { Font { Size 10 Style plain } } } Class { ' get rid of access modifier icons AttributeIconSize 0 ' shrink message font size ArrowFontSize 10 ' make stereotypes less ugly Stereotype { Font { Size 10 Style plain } } } }
skinparam { ' use the strictuml style - no circles, no footboxes, and proper arrows Style strictuml ' re-enable drop shadows since strictuml turns it off Shadowing true ' slightly rounded boxes RoundCorner 8 BackgroundColor transparent DefaultFontName Open Sans TitleFontName Open Sans TitleFontStyle bold TitleFontSize 18 Sequence { ' for some reason sequence diagrams are ignoring the default font, so set it explicitly TitleFontName Open Sans TitleFontStyle bold TitleFontSize 18 Message { Align center } ' make stereotypes less ugly Stereotype { Font { Size 10 Style plain } } } Class { ' get rid of access modifier icons AttributeIconSize 0 ' shrink message font size ArrowFontSize 10 ' make stereotypes less ugly Stereotype { Font { Size 10 Style plain } } } }
Show line notes below