Code Monkey home page Code Monkey logo

Comments (6)

nical avatar nical commented on June 26, 2024

There's a number parser in https://github.com/rust-lang-nursery/rustc-serialize/blob/master/src/json.rs#L1473 which I think is a solid implementation. Obviously it cannot be used as-is but it could be useful as a reference.

from svg.

IvanUkhov avatar IvanUkhov commented on June 26, 2024

Thanks for the issue! Yes, scientific notation is in the grammar of path data, and it’s also in the grammar of basic data types you mentioned. The reason it’s not in consume_number is that, since I didn’t really need it, I decided to postpone it until later. It seems this later has come.

from svg.

nical avatar nical commented on June 26, 2024

Fun story, the latest draft for SVG 2 lost the scientific notation in the path spec. I am pretty sure it wasn't intentional so I filed w3c/svgwg#286.

from svg.

IvanUkhov avatar IvanUkhov commented on June 26, 2024

Hmm, that’s interesting. Let’s then wait and see what they have to say about that.

from svg.

nical avatar nical commented on June 26, 2024

SVG 2 contains some major breaking changes from SVG 1.x. If you want to support SVG 2 specifically, I suggest creating a separate parser or adding a setting to the existing parser. All of the existing tooling is based on SVG 1.x, and it will be years before SVG 2 is finalized and some even small portion of the existing software moves to SVG 2.

I think that in order to be useful, this crate needs to at least be compatible with the 1.1 specification.

from svg.

IvanUkhov avatar IvanUkhov commented on June 26, 2024

Yes, I absolutely agree.

from svg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.