Skip to content

Commit

Permalink
Added an example of specifying an element border.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Nov 21, 2016
1 parent 1bea7b5 commit cd88d35
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ public static void main(String[] args) throws Exception {
styles.addElementStyle(Tags.PERSON).shape(Shape.Person);

styles.addElementStyle(Tags.ELEMENT).color("#ffffff");
styles.addElementStyle(EXTERNAL_PERSON_TAG).background("#EC5381");
styles.addElementStyle(EXTERNAL_SOFTWARE_SYSTEM_TAG).background("#EC5381");
styles.addElementStyle(EXTERNAL_PERSON_TAG).background("#EC5381").border(Border.Dashed);
styles.addElementStyle(EXTERNAL_SOFTWARE_SYSTEM_TAG).background("#EC5381").border(Border.Dashed);

styles.addElementStyle(INTERNAL_PERSON_TAG).background("#B60037");
styles.addElementStyle(INTERNAL_SOFTWARE_SYSTEM_TAG).background("#B60037");
Expand Down

0 comments on commit cd88d35

Please sign in to comment.