-
Notifications
You must be signed in to change notification settings - Fork 131
Open
Description
Line 404 in 9784dcf
| if (width > 10000 || length > 10000 || precision > 10000) { |
length should always <= 320, so the length > 10000 comparison will always evaluate to false.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels