-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
# FIX
# File "/Users/petr/Desktop/git/drawbot/drawBot/drawBotDrawingTools.py", line 265, in size
raise DrawBotError("Can't use 'size()' after drawing has begun. Try to move it to the top of your script.")
drawBot.misc.DrawBotError: Can't use 'size()' after drawing has begun. Try to move it to the top of your script.
if not self._openDocument:
self.b.size(upt(w), upt(h))
Metadata
Metadata
Assignees
Labels
No labels