You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On 22 Sep 2019, at 23:27, Kevin Lindsey ***@***.***> wrote:
I think it is an error, but it shouldn't be. I'll leave this open to add in support for expressing points as 2-element arrays
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#44?email_source=notifications&email_token=AHUKA2OMUEISIUQKSU2XTJLQK7WNFA5CNFSM4IVPYNZ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7JQUWY#issuecomment-533924443>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AHUKA2L6QSCCPC2MZXJCJT3QK7WNFANCNFSM4IVPYNZQ>.
I think this line:
const line = ShapeInfo.line([15, 75], [355, 140]);
should read:
const line = ShapeInfo.line(15, 75, 355, 140);
The text was updated successfully, but these errors were encountered: