Skip to content

Make URL more forgiving of formatting #33

@ZevEisenberg

Description

@ZevEisenberg

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions