svg
should work like p5
in ludus.js
#79
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: twc/ludus#79
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
p5
function is currently possibly working for multiple turtles; at current, thesvg
function will throw, since it hasn't been updated for the new format.We need to update
svg
to use the new command format w/ ids.Done in
e4e32bb308