Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/svg/svgo

⚙️ Node.js tool for optimizing SVG files
https://github.com/svg/svgo

Merge pull request #287 from kiyopikko/20141207_kiyopikko

add cleanupListOfValues

259ae7e7d9dfd59161669495ec1ac43f6e677544 authored almost 10 years ago by Lev Solntsev <[email protected]>
add tests of cleanupListOfValues

8222f41cd4878cf76b4ff53ebe565e2daf3b1d49 authored almost 10 years ago by Kiyohiko Heima <[email protected]>
add cleanupListOfValues

385d6534d2de5c6337aa3e619d22e21218fd0ce2 authored almost 10 years ago by Kiyohiko Heima <[email protected]>
Merge pull request #282 from YetiOr/yeti-or.pre-optimize-colors

Optimize colors names collection in advance.

71b010db088b0525970b81e95b396d099daedfcc authored almost 10 years ago by Lev Solntsev <[email protected]>
Merge pull request #286 from YetiOr/colors-short-names

Add shortNames colors optimization.

51ebdd3b5889e5d4a6b5064c34bee91f38310ce9 authored almost 10 years ago by Lev Solntsev <[email protected]>
Add shortNames colors optimization.

ccd05417125a2c8420cd60b0846e8da935d0eb09 authored almost 10 years ago by Vasiliy Loginevskiy <[email protected]>
Optimize colors collections in advance.

4d83c314206873bb441385a82801a001461648ee authored almost 10 years ago by Vasiliy Loginevskiy <[email protected]>
Merge pull request #280 from YetiOr/yeti-or.TRIVIAL

Remove unnecessary element from array.

59ab38ea8e51a298124bcc839deba67136bd4821 authored almost 10 years ago by Lev Solntsev <[email protected]>
Remove unnecessary element from array.

d1ef377f17f5b2adcf19c631b4e4ff76ede3a420 authored almost 10 years ago by Vasiliy Loginevskiy <[email protected]>
Merge pull request #269 from shinnn/master

Update should.js / Use SVG badges instead of PNG badges

0d42fd3d39cc4e4038abc606f444e37a12536f88 authored almost 10 years ago by Lev Solntsev <[email protected]>
Merge pull request #270 from SamHerbert/master

Update README to include missing plugins 'remove desc'

20b6cd42599534b15a53e0e68e206b61792b89ac authored almost 10 years ago by Lev Solntsev <[email protected]>
Merge pull request #271 from YetiOr/yeti-or.no-filter-no-enable-b

Improve cleanupEnableBackground plugin.

b05ca83021e7e525149464ae16679b729e69876e authored almost 10 years ago by Lev Solntsev <[email protected]>
Improve cleanupEnableBackground plugin.

da5c339076e5d4535fdce878683145cd4b4d40c0 authored almost 10 years ago by Vasiliy Loginevskiy <[email protected]>
Update readme to include missing plugins 'remove desc'

e9dd99f267f41a1ff967a14a04e09bc9ff668558 authored almost 10 years ago by Sam Herbert <[email protected]>
Use SVG badges instead of PNG badges

SVG badges look beautiful on retina displays.

18212e717af34f08eb2a2009160cd658a02238ec authored almost 10 years ago by Shinnosuke Watanabe <[email protected]>
Update should.js to v4.3.0

2411bc0433037f9bea1543f2563a32f9f41ae2d5 authored almost 10 years ago by Shinnosuke Watanabe <[email protected]>
Merge pull request #263 from dfilatov/master

Make the passes to be independent from each other

f42d118a13fba710355162273737a38243b4ee4b authored almost 10 years ago by Lev Solntsev <[email protected]>
make passes to be independent from each other

30237018ef9c9f3d3bb9c2047624c523dfaaec18 authored almost 10 years ago by dfilatov <[email protected]>
Fixed link to v0.5.0

b11840ccc8f3efc47ba52493661049bc168811f6 authored almost 10 years ago by GreLI <[email protected]>
fixed url to plugin

28eda492d7f47fe8e93f7f26ca83807a099cca30 authored almost 10 years ago by GreLI <[email protected]>
Version 0.5.0

Updated dependencies (thanks to @shinnn for bringing attention) and readme.

0d5ce7d4e01fa5910bcf0e7159a3fd6239da388d authored almost 10 years ago by GreLI <[email protected]>
Updated banner (thx to @shinnn)

e0cf16962d4a726da595a9706868d1e3b259e1e8 authored almost 10 years ago by GreLI <[email protected]>
Disabled removeUselessStrokeAndFill due to problems with inheritance

84f105b76b81c3c8425b4507366e19a09117ac1b authored almost 10 years ago by GreLI <[email protected]>
Don't move attrs to child if it has id

d9ad4183fac1010a6a03ad674699c168fb316dce authored almost 10 years ago by GreLI <[email protected]>
Don't move 'clip-path' to inner element if it has 'transform'. Fixes #254

7c68e55c07fa0de459edca49eaf82260a2005209 authored almost 10 years ago by GreLI <[email protected]>
Don't move transform attribute to elems if there is linked object to transform. Fixes #162

17d29e9138b712c7c9d0f97246752ddbfbd75efe authored almost 10 years ago by GreLI <[email protected]>
Don't apply transformation to path with references to another objects which also transforms

Resolves #104, fixes #143 and resolves #206.

592fdfe03f40674d642e0fbfee57a63bf5315fa9 authored almost 10 years ago by GreLI <[email protected]>
Transformations now apply to paths with arcs

bbeca0604a20633edf281546a434b743be0bc18d authored almost 10 years ago by GreLI <[email protected]>
Applied ‘moveto’ command collapsing to starting ‘M‘ as well

ccce15312c03b78757f0e6276cebd003d891ae43 authored almost 10 years ago by GreLI <[email protected]>
Fixed misplacing due to incorrect collapsing of path ‘moveto’ commands, fixes #189

6eb271683b049f488b6194f9b1bdb8b111b4bce1 authored almost 10 years ago by GreLI <[email protected]>
Corrected stroke-width value update with unit identifier, fixes #181

f1535e25f50bfa5f38adfe2b1a944e1440366d20 authored almost 10 years ago by GreLI <[email protected]>
Added ‘index’ for linked path item and a test for path translation after ‘z’

25d123134d25ccbf5a6d95a44bed9cc63cb57a9f authored almost 10 years ago by GreLI <[email protected]>
Fixed bug with translate not applied to path after ‘z’ command

10146b5498e0cfd16f51eb28cb9963e064703235 authored almost 10 years ago by GreLI <[email protected]>
Linked filtered out path segments to previous for next checks

2b235f9fe2443ec50be3a8410de0b9e6812d4f03 authored almost 10 years ago by GreLI <[email protected]>
Merge pull request #258 from dfilatov/master

Add ability to enable multipass

0c58277c3a9d74b27f53a5a4c4914498355fb229 authored almost 10 years ago by Lev Solntsev <[email protected]>
add ability to enable multipass

943f5fab5717687280a0d2b0ece6ef48fff541a2 authored almost 10 years ago by Dmitry Filatov <[email protected]>
Merge pull request #252 from dwabyick/feature/remove-desc

Fixes #251 - Adds removeDesc plugin

0fac67ee54aaa633b548175a962bece310ba144c authored about 10 years ago by GreLI <[email protected]>
added removeDesc plugin

06f084d8e79d008dcbdb7f0866b59ab9d89b1465 authored about 10 years ago by Daniel Wabyick <[email protected]>
Merge pull request #248 from normanrz/master

Replaced deprecated requireing of yml file

c351ab0de846ebfbe9cc82b050c366b4a7955aae authored about 10 years ago by GreLI <[email protected]>
Merge pull request #238 from mistakster/create-item

Expose JSAPI as a factory method

6e567beaff2cdd455ca844067293545d093ff074 authored about 10 years ago by GreLI <[email protected]>
Merge pull request #236 from hughsk/patch-1

Default to empty config

993b51c05d51c176424c86ff1a1f4ae990fc342f authored about 10 years ago by GreLI <[email protected]>
Replaced deprecated ing of yml file #245

26cacc6dbcc220a7d3f16b59905a702e3765fa3d authored about 10 years ago by Norman Rzepka <[email protected]>
expose jsAPI as factory method

842f0d1b7457d55c7a8d43cab5d6fb1266cbb283 authored about 10 years ago by Vladimir Kuznetsov <[email protected]>
Default to empty config

Otherwise, certainly situations will cause a silent error.

Specifically, this allows you to u...

15bd3bf91ac6b5a34cd6cc93c523a2681012cc00 authored about 10 years ago by Hugh Kennedy <[email protected]>
v0.4.5

fb7ab646b55ad841ca7bdca5d0977a6070670ca1 authored about 10 years ago by GreLI <[email protected]>
Package update

614848c4bf6dd95040ad6fc7c272e2bd4bc5baf6 authored about 10 years ago by GreLI <[email protected]>
Merge pull request #229 from GreLI/better-path-processing

Path data optimization improvements.

a02ccb88d6eaf6f7b305d22a36503f7288711d0f authored about 10 years ago by GreLI <[email protected]>
Merge pull request #228 from mako-taco/master

Fix --output and --folder options

8aad30398ef34e6f4f29b23bb885bb767d1f5b70 authored about 10 years ago by GreLI <[email protected]>
Merge pull request #211 from roadhump/issue_additionalnamespaces

additionalNamespaces param for removeEditorsNSData plugin

68bfa2d74f5e8d343b06e7eca2490d6a7d26e80c authored about 10 years ago by GreLI <[email protected]>
Merge pull request #207 from branneman/master

README improvements: added two missing plugins and marked those which are disabled by default

56e140e4a047cb5d4de82faf946fe989f916df2a authored about 10 years ago by GreLI <[email protected]>
Fix an error with string replace() method on attributes caused by #198

c3baa8d6bcda2a0af2473ffef8a48d569887f28c authored about 10 years ago by GreLI <[email protected]>
Merge pull request #202 from DanielMazurkiewicz/patch-1

Update cleanupIDs.js

44dd73fca59e7b262c6d5059a2ee68403bf59e6d authored about 10 years ago by GreLI <[email protected]>
Merge pull request #198 from ditesh/master

Fixes issue when original SVG has attributes with value containing &quote

b5eeb694b3fad21dc9bf97afa1cdc9a36e8cb732 authored about 10 years ago by GreLI <[email protected]>
Merge pull request #192 from ameralimanovic/patch-1

Update homepage/docs location in package.json

92e7a8f5e0d276addc14e1edb9a8d6095c47c3a4 authored about 10 years ago by GreLI <[email protected]>
Merge pull request #179 from AluisioASG/patch-1

Add ‘removeTitle’ plugin to default config

701333bed41517c2ff1e7901fac78b95450e2d0c authored about 10 years ago by GreLI <[email protected]>
Path data optimization improvements.

Writes absolute coordinates if it's shorter.
Relative coordinates rounding now takes in account a...

06028a69dedbc4f8d5b11f38ba7a75c00ac1997e authored about 10 years ago by GreLI <[email protected]>
Update coa.js

let output work with folder, allow folder option to continue after it encounters a non-svg file

38cc771e3632829ec2f8a461c7646757b32b1b4e authored about 10 years ago by Jake Scott <[email protected]>
additionalNamespaces param for removeEditorsNSData plugin

511828ea7626452765627655af6564b247b19392 authored over 10 years ago by Aliaksei Shytkin <[email protected]>
README.md: Listed missing plugins

959cfde396bdea6052b824401cd12939bf5be831 authored over 10 years ago by Bran van der Meer <[email protected]>
README.md: added 'disabled by default' where appropriate

41f9717570ba0f4fc5fa5c5ab00575a1cc83e1ce authored over 10 years ago by Bran van der Meer <[email protected]>
Update cleanupIDs.js

added "prefix" parameter to solve problem of combining multiple svg into one svg or html file

72a7186fcca09f9bb7165da81930ff807d98d8a9 authored over 10 years ago by Daniel Mazurkiewicz <[email protected]>
Fixes issue when original SVG has attributes with value containing &quote

6babac8d167b5a95f1811214fe267d10133dbc81 authored over 10 years ago by Ditesh Gathani <[email protected]>
Added removeDimensions to its own branch

0a3ee55406bdd4a62659a525b8b182a5fb906e98 authored over 10 years ago by Benny Schudel <[email protected]>
Removed removeDimensions plugin

8a693e7f018e74611229c6c94fbef6fac35733c6 authored over 10 years ago by Benny Schudel <[email protected]>
Removed removeDimensions plugin > to be added in its own branch

de073e9c9d6b38b24182005a6c5856ea327a2d8a authored over 10 years ago by Benny Schudel <[email protected]>
Added removeAttrsPlugin and extended test to have optional params passed along

2f33f9eab1db9cbb7ee170c36ff7d7aa3b2f57fa authored over 10 years ago by Benny Schudel <[email protected]>
Added removeDimensions plugin

72fdf9026aa8603a754564b8f776225eeadad431 authored over 10 years ago by Benny Schudel <[email protected]>
Merge pull request #188 from dbashford/mimosa-module

adding mimosa module link to english/russian readmes

599730c195fd4f3cb53053acbb1bf0d1f18c97e4 authored over 10 years ago by Kir Belevich <[email protected]>
Update homepage/docs location in package.json

Executing "npm docs svgo" or "npm home svgo" should open the right URL in the browser -> https:/...

0a4264eb5aec26484e5097e4f736afc5b6ed3b6e authored over 10 years ago by Amer Alimanovic <[email protected]>
adding mimosa module link to english/russian readmes

7dcc3e3fb49a9d1c846e758ba749d0eedd60a4d6 authored over 10 years ago by david.bashford <[email protected]>
Merge pull request #180 from dhoulb/master

Add Sketch namespace to _collections for removeEditorsNSData plugin

00b94d94a99a90aa009ca89b8c829fd524d42957 authored over 10 years ago by Kir Belevich <[email protected]>
Add Sketch namespace to _collections for removeEditorsNSData plug

36caca2fbe11997feed51975760747e86d09905e authored over 10 years ago by Dave Houlbrooke <[email protected]>
Add removeTitle plugin to default config

952e89d23a5aa4d5056b09fa7ed4b9fa580a3643 authored over 10 years ago by Aluísio Augusto Silva Gonçalves <[email protected]>
update README with BTC donate info :)

f73f9382142f3bc4f20c88ddc80f5d1ec05ddc9e authored almost 11 years ago by Kir Belevich <[email protected]>
v0.4.4

7f18b76712fbdbe0ee1493809ccfacb043d23425 authored almost 11 years ago by Kir Belevich <[email protected]>
disable removeViewBox by default (fix #139)

da04c4726038c77e903277fef4170e83af7ec095 authored almost 11 years ago by Kir Belevich <[email protected]>
Merge pull request #173 from ben-eb/patch-1

Added gulp task to the README.

444bd2f018057c4386d0971a9d6fd592b9c6ff97 authored almost 11 years ago by Kir Belevich <[email protected]>
Added gulp task to the README.

32982588f5834e063a8fb02f1dd1ba0161801952 authored almost 11 years ago by Ben Briggs <[email protected]>
Merge pull request #172 from silentroach/feature-inheritance-analyzis

Deep inheritance analyzis

c43fb4b566c6965327b0f04c61476684c28e5ccf authored almost 11 years ago by Kir Belevich <[email protected]>
fixing deep inheritance analyzis + remove useless overrides

7053bea6961be2b888984dba84a76cf23b3e05db authored almost 11 years ago by Kalashnikov Igor <[email protected]>
Merge pull request #167 from silentroach/feature-readme-corrected

README corrected with removeTitle plugin

a4de9886afcc37d2b76d76cf62b67f920ef31ce8 authored almost 11 years ago by Kir Belevich <[email protected]>
Merge pull request #166 from silentroach/feature-remove-inherited-attrs-same-value

Remove inherited attributes with same value

719ffca9706be007d57ce3bc5b5c4c71fbea22f0 authored almost 11 years ago by Kir Belevich <[email protected]>
readme corrected with removeTitle plugin

90e2e448680ca086f9551bd924e119f05de284f4 authored almost 11 years ago by Kalashnikov Igor <[email protected]>
remove inherited attrs with same value

da52d7f311e36aead9023d284593f417a6c68238 authored almost 11 years ago by Kalashnikov Igor <[email protected]>
Merge pull request #165 from silentroach/bugfix-remove-inherited-defaults

removeUnknownsAndDefaults: do not remove overriden attributes with default values

d64bc542bb7981204aa758d02aac55240b8580f7 authored almost 11 years ago by Kir Belevich <[email protected]>
do not remove overriden attributes with default values #161

97678a730466b5dcf7fa3881da454ea270266302 authored almost 11 years ago by Kalashnikov Igor <[email protected]>
Merge pull request #164 from silentroach/feature-remove-title

new plugin: removeTitle (disabled by default, close #159)

2428fcd7fc4bd8c06ef9b801d226a78d3fd9bc5c authored almost 11 years ago by Kir Belevich <[email protected]>
+ removeTitle plugin, disabled by default #159

d8cf17d7211c2d021425d9e4bc857655a3a91453 authored almost 11 years ago by Kalashnikov Igor <[email protected]>
Merge pull request #163 from silentroach/bugfix-collapseRepeated-z

skip data concatenation for z instruction in collapseRepeated

33d3a79c4b50f09f770cbd2e7d1fd780eee657f0 authored almost 11 years ago by Kir Belevich <[email protected]>
skip data concatenation for z instruction in collapseRepeated

4c4ced858d2506c95b88c04cc885d34d74e34b0f authored almost 11 years ago by Kalashnikov Igor <[email protected]>
v0.4.3

6f13d62796a25e97c817020de55ebe39863db52a authored almost 11 years ago by Kir Belevich <[email protected]>
update deps

127ff90a3dd162daa74e8c7a988d6ce67366cf79 authored almost 11 years ago by Kir Belevich <[email protected]>
update README with the new plugin info

49a0f75feba33b307920233fce7dede601f26a81 authored almost 11 years ago by Kir Belevich <[email protected]>
update sax version to fix #140

2cff3f7a232e9a1c8580d8a06c633e7e6c7f9c22 authored almost 11 years ago by Kir Belevich <[email protected]>
Merge pull request #153 from GreLI/master

Created new plugin converting shapes to path (close #96)

090f0f509b22ee357262107e87e34133df79cd05 authored almost 11 years ago by Kir Belevich <[email protected]>
v0.4.2

0d82e608db4f7ecf21760dc1d40c4f4addd0762e authored almost 11 years ago by Kir Belevich <[email protected]>
Merge pull request #157 from okize/patch-1

Update package.json (fix #160)

dab8bfc9f30e7ad5bd7cc5e1f1a8139ae91be394 authored almost 11 years ago by Kir Belevich <[email protected]>
Update package.json

Set version on js-yaml to suppress deprecation warning output.

https://github.com/svg/svgo/is...

d4288218a4c2be71cd181bbb8801affb5c52aeac authored almost 11 years ago by Morgan Wigmanich <[email protected]>
Merge pull request #155 from adamdicarlo/ignore-lcov.info

Add lcov.info to npmignore.

518fcbf23ef78e6920a10925a0d92faded01b7c0 authored almost 11 years ago by Kir Belevich <[email protected]>
Add lcov.info to npmignore.

lcov.info's presence (in the npm package) confuses Drupal 7, which
interprets any .info file ins...

a6ba68d46188eb61f9ec7e3ea445cc3b4f35e93e authored almost 11 years ago by Adam J. DiCarlo <[email protected]>