added rotation attribute to text element, see #159

This commit is contained in:
hneemann 2018-06-08 07:50:46 +02:00
parent 302e925a24
commit 0f338cdecb

View File

@ -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);
/**