GithubHelp home page GithubHelp logo

svgmin's People

Contributors

ariya avatar

svgmin's Issues

Command line on windows

I compiled the project with Qt 4.6 on windows and when i run i get no
output in console but the program works!


Original issue reported on code.google.com by [email protected] on 18 Nov 2009 at 11:13

Open .svgz files

I use allot of icons from the oxigen project: http://www.oxygen-icons.org/

Those icons came are all made in SVG with Inkscape, it contains one folder
called "scalable".

That folder contains allot of icons in svgz format, wich is an svg
compressed with gzip.

Would be great to use this tool directly to work with those icons like

svgmin icon.svgz icon-min.svgz //load gziped save gziped
svgmin icon.svgz icon-min.svg  //load gziped save plain
svgmin icon.svg icon-min.svgz  //load plain save gziped


Original issue reported on code.google.com by [email protected] on 18 Nov 2009 at 11:09

Please provide a binary download

For quick evaluation (and because many web developers may not know how to 
compile C++ / may not have the tools), please provide precompiled binaries for 
download.

Original issue reported on code.google.com by [email protected] on 9 Jan 2013 at 4:38

Standardize command-line operations

For better interoperability, command-line options should be standardized
with other similar tools, e.g. Scour (http://codedread.com/scour/).

Here are the options that Scour supports:

--disable-embed-rasters
--disable-group-collapsing
--disable-simplify-colors
--disable-style-to-xml
--enable-id-stripping
--indent=TYPE     
--keep-editor-data
--set-precision=N
--strip-xml-prolog

Original issue reported on code.google.com by [email protected] on 12 Sep 2009 at 3:06

Unroll a single element in a group

A single element in a group, e.g.

<g><path .../></g>

should be expanded into just:

<path .../>

This might only apply if <g> does not have any id nor other attributes.

Original issue reported on code.google.com by [email protected] on 19 Sep 2009 at 4:35

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.