Skip to content

Commit

Permalink
added rotation attribute to text element, see #159
Browse files Browse the repository at this point in the history
  • Loading branch information
hneemann committed Jun 8, 2018
1 parent 302e925 commit 0f338cd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public class DummyElement implements Element {
*/
public static final ElementTypeDescription TEXTDESCRIPTION = new ElementTypeDescription("Text", DummyElement.class)
.addAttribute(Keys.DESCRIPTION)
.addAttribute(Keys.ROTATE)
.addAttribute(Keys.FONT_SIZE);

/**
Expand Down

0 comments on commit 0f338cd

Please sign in to comment.