BARATH KUMAR S

Results 1 comments of BARATH KUMAR S

You can create an array of patterns as a workaround for this issue, like below: ` let patterns = [ draw('square', '#1f77b4'), draw('line', '#ff7f0e'), draw('triangle', '#2ca02c')]` And accessing the elements...