I've been using this site to compare curves with some code I'm writing. The control points in my code are formatted like this: 0.42, 0, 0.58, 1, whereas the format used by this tool's URLs is: .42,0,.58,1. I'd love if I could paste my cod, with leading zeroes and spaces, into the URL bar or a text box, and have the site deal with escaping/formatting.
More context: I'm writing in Swift, which requires leading zeroes for floating-point numbers and has spaces after commas by convention. It's annoying to have to massage the text before pasting it into the URL of this site.
Thank you for building this wonderful tool!
I've been using this site to compare curves with some code I'm writing. The control points in my code are formatted like this:
0.42, 0, 0.58, 1, whereas the format used by this tool's URLs is:.42,0,.58,1. I'd love if I could paste my cod, with leading zeroes and spaces, into the URL bar or a text box, and have the site deal with escaping/formatting.More context: I'm writing in Swift, which requires leading zeroes for floating-point numbers and has spaces after commas by convention. It's annoying to have to massage the text before pasting it into the URL of this site.
Thank you for building this wonderful tool!