Trying to parse two SVG attributes at the same time
问题 Sup guys. I've managed to get my code to do what I want perfectly with the const Lines . My main problem is that I'm trying to get the stroke value that matches the right points value. As you can tell my script parses the SVG from that URL and sends each points value with a post request. Is there anyway I could grab the matching stroke value when it get's the points value? Than use that with the request just like the l: (JSON.stringify(line)) ? So it will send the line with the matching