From 2e54cf10804811c542d010b63474ba171b55dc3c Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Fri, 17 May 2019 00:39:56 -0700 Subject: [PATCH] initialize identifier for text shapes --- masque/shapes/text.py | 1 + 1 file changed, 1 insertion(+) diff --git a/masque/shapes/text.py b/masque/shapes/text.py index a579e9b..5c6b115 100644 --- a/masque/shapes/text.py +++ b/masque/shapes/text.py @@ -78,6 +78,7 @@ class Text(Shape): mirrored: Tuple[bool] = (False, False), layer: int = 0, dose: float = 1.0): + self.identifier = () self.offset = offset self.layer = layer self.dose = dose