Giter Site home page Giter Site logo

svgo's People

Contributors

alexjlockwood avatar bennyschudel avatar caub avatar davidleston avatar deepsweet avatar elidupuis avatar greli avatar jakearchibald avatar jdufresne avatar johnkenny54 avatar kt3k avatar ktibow avatar lahmatiy avatar meomix avatar nathan-muir avatar phihag avatar scurker avatar sethfalco avatar shinnn avatar silentroach avatar sk- avatar strarsis avatar tigt avatar trysound avatar vithar avatar vzaidman avatar xhmikosr avatar yandavid avatar ydaniv avatar yeti-or avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

svgo's Issues

Name conflict: SVGo

There is another SVG-related library called «SVGo: A Go library for SVG generation». Apparently, it brings the name conflict and make it hard it find this tool, since that library goes to the first position in the search results. Id recommend to rename this tool to a some non-occupied name like «SVGopt».

SVGO browserification

  1. It would be convenient to have SVGO api, without need to export each plugin file separetely.
  2. You use node.exand, that has absolutely useless fs dependency - not good for browserification. Better to replace with patched source.

Finally, it would be nice to have:

  1. Node library, to use from another projects
  2. Browser library, to optimize SVGz in single-page apps.

apply transforms to Path pata

This optimization is useful, if you like to generate SVG fonts without FontForge. Source image can have multiple paths + transformation rules. Result should be a single path. What needed:

  1. Apply transformations "inline" (recalculate paths)
  2. Join paths (chaining works fine)

Example:

Also, it would be nice to know how to calculate path bounding box (that's useful, if you like to crop or center image)

temporarily remove PhantomJS and --test

…because after absolute → relative path data transformation all browsers except Firefox have an internal rounding errors while calculating and rendering relative path :-/ and almost in all cases phantomjs test fails because WebKit has an almost invisible differences in a few pixels.

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.