Skip to content

Commit 9fcfc78

Browse files
committed
SIMPLE-6384 Enabled rotation for ellipse and rectangle annotations
1 parent 1764e70 commit 9fcfc78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virl2_client/models/annotation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"color": 0b1111,
5959
"line_end": 0b0100,
6060
"line_start": 0b0100,
61-
"rotation": 0b1000,
61+
"rotation": 0b1011,
6262
"text_bold": 0b1000,
6363
"text_content": 0b1000,
6464
"text_font": 0b1000,

0 commit comments

Comments
 (0)