Giter Club home page Giter Club logo

Comments (5)

dkanada avatar dkanada commented on July 18, 2024

I have mostly figured out how to avoid transform and fill-rule elements but I have never heard of e-notation, what causes that? You are correct, for these icons we can completely avoid using anything other than paths and shapes, nothing else should be needed since the icons are so simple. I have been removing the fill-rule elements when I see them.

from frost.

conrad-heimbold avatar conrad-heimbold commented on July 18, 2024

@dkanada E-notation is only used for either really big numbers (which we don't have); or really small numbers (which we do have). More information on the scientific E-notation: https://en.wikipedia.org/wiki/Scientific_notation#E-notation
I would speculate, we can replace all occurences of these E-numbers with just 0 , because the numbers are so small that it doesn't make a difference.

from frost.

dkanada avatar dkanada commented on July 18, 2024

Did you use a script to find the instances listed above? Could you add that script the the repo, it would be a useful tool to have. Also, what's the status right now for this issue, I am not sure how many items are left here.

from frost.

conrad-heimbold avatar conrad-heimbold commented on July 18, 2024

@dkanada matrix / transform elements should all be finished. fill-rule:evenodd and E-notation is not finished yet.
I didn't use a script to find these files; instead I used svg2android in the browser (see issue #26), which gave me a log.html file that contained the listed info from above.

from frost.

conrad-heimbold avatar conrad-heimbold commented on July 18, 2024

All fixed by pull request #58!

from frost.

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.