Ecosyste.ms: OpenCollective

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

github.com/lumeland/svgo

Deno fork of SVGO
https://github.com/lumeland/svgo

Remove dependency status badge since Gemnasium.com is closed

174c37208017e5909d5f7db2e8faba49663a945a authored over 6 years ago
Syncronize and slightly improve russian readme

c40d80c174fa1855a1ab7abbc7876025b5b42967 authored over 6 years ago
Add doc entry for inlineStyles plugin (#1009)

d214760b61b1997e05144ebd57a8a532c6d51465 authored over 6 years ago
[plugin] sortAttrs: add xmlns order option (#984)

54f92ce2deccdbd3177b711b06aa0cf928039c4c authored over 6 years ago
Update README.ru.md (#981)

SVGO plugin for Sketch added to "Другие способы использования SVGO"

083585976624bf09eda0a0133aae510c34959622 authored over 6 years ago
fix for references nonexistent transformsWithOnePath plugin (#980)

Update test.js (which incorrectly references nonexistent transformsWithOnePath plugin)

83548977eaf9683d586339b142befdcb949bff8a authored over 6 years ago
Add Microsoft Visio XMLNS to removeEditorsNSData. (#974)

102a7210a735bddda62b25742c79fa8935718092 authored over 6 years ago
fix typo in examples (#973)

974c224d4c5dca15d0f93d875e993a0daff28070 authored over 6 years ago
Add link to Sketch plugin (#953)

6b97aef00892ab228eac66bb18fddc9a054ffb91 authored over 6 years ago
fixed #948 - adds prefixes to each class individually (#950)

9dd1802a0ded879a3d79e175e7b8696dc1cba965 authored almost 7 years ago
Add image shrinker

a63f7a72538d7fa457bea27a208d8fd64fedf520 authored almost 7 years ago
fix

dd65b54019a7c0a07f9e078bf71611dba465c608 authored almost 7 years ago
Minor edits to the opening paragraph of the README

3801d08d91a9a4c8ee0859c2c1355caf30546dfc authored almost 7 years ago
Update tools.js

73436be45cddc170221f087edd53d212864463e3 authored almost 7 years ago
Prefix ids plugin don't add prefix if prefix is false (#907)

Add to 'prefixIds' the option to pass prefix as false or as a function that returns false

0a142f3ca09e17a5d8ec47e4a70a65a6c1db7d74 authored almost 7 years ago
Update ko.md

ece039ed8a35f744dd752061765860ff93a8c3aa authored almost 7 years ago
Fix typo en.md

162bb48184bb881ef52a7a526d5b55357f69098b authored almost 7 years ago
Update README.md

Use dashes everywhere in the `other ways to use` section

793a5aa3719a84007b93189efa4539cd663e15ae authored almost 7 years ago
Fixed attribution of CSS Color Module 4 fix

Actually, I did that :P

878b3892cd79af968c8e2ec713d3177e372c9623 authored almost 7 years ago
Fixes #915 for collapseGroups (#916)

Fix #915 for collapseGroups: overwrite value with parent value
When the inner element has the ...

d968d45a250d841407aed5eab795a867d0829b9d authored almost 7 years ago
Update changelog to v1.0.5

5daa89dc1c1f52ef412b9b41c2571b7e6400025a authored almost 7 years ago
v1.0.5

cd36e14c3092b2e7b2caa11eb647e77cb3e0a657 authored almost 7 years ago
Merge pull request #908 from harrisjose/master

Fix issue with prefixIDs plugin not replacing url() refs correctly

4dbd2572076113fd6026ad56af71028c728f0075 authored almost 7 years ago
Fix issue with prefixIDs plugin not replacing url() values correctly

Global regexs must be reseted after every exec call since they preserve the last matched index. ...

40987c96438706e5847d3275f1c64232774d3bb8 authored almost 7 years ago
Add failing test case for prefixIDs plugin

When using the prefixIDs plugin on an svg with multiple linearGradients, url() values are not r...

2ce106667165f13b4f0929a52e35d96761b2c613 authored almost 7 years ago
Clarify how to enable/disable multiple plugins (#904)

Clarify how to enable/disable multiple plugins. Fix #900

6a9bc56864933aacda92edf62b2ce4e8fbc1cc08 authored almost 7 years ago
Fix `enable-background` attribute

e0a8367e6074f1f1c1322475cda7e2a28bf63e32 authored almost 7 years ago
inkscape-svgo

36213a8d088be15f91c1d8d49b03f7dad49d81a7 authored almost 7 years ago
Merge pull request #902 from bnjmn-jns/patch-1

Added config example to node example file

981328e476bb2140c7b8143ecd12d637f0c46f8d authored almost 7 years ago
Added config example to node example file

There is (understandably) some confusion about how the config files works (see https://github.co...

3ec6cef333ef9106eab7f880dab9a76997101724 authored almost 7 years ago
v1.0.4

c47c71b923e3d2d03a9e23a71201df22b648c42c authored almost 7 years ago
Bump dependencies

b6274f24969055ec606e8a78c79234c135195a98 authored almost 7 years ago
Fix error due to invalid transform. Close #846

1a3c32bb43f5382cb15148dc3b4e94ecb57938dc authored about 7 years ago
Fixes #218

b182569c5f75545be768b2952501f9cb82bb00d8 authored about 7 years ago
Correct check for switch

54de6f7592843a5acea80e7e476ba10fa33ec7e2 authored about 7 years ago
Prevent removing groups that are direct child of "<switch>". Fix #845

eb3b4b81887d046a29be59ff853d20339df46bb4 authored about 7 years ago
v1.0.3

a6d2c88f9ca128e145d06b05bd9b87c1985b0a15 authored about 7 years ago
Fix removeViewBox to check for zero start coordinates. Fixes #832

f067ea996fe381a395effbf5e9526e2cedf39558 authored about 7 years ago
Do not print statistics when using in stdout mode

When using the `stdout` output mode (e.g. using `svgo -` within a
pipeline), the time and optimi...

7797bbad47be037df3f5ce21caa4a7f68ea6eab8 authored about 7 years ago
Avoid extra trailing whitespace in stdout mode

Not only does `console.log()` already print a newline after its output,
but it prints a space be...

efcb07ee658a12e2d4b57aee0ae088a1cc54b56e authored about 7 years ago
v1.0.2

3ec0767ba0ca3aff507ace3b3798de69084c4649 authored about 7 years ago
Fix inlineStyles working on foreignObject content. Fixes #823

ceccf1ffdcdcba0f422a49685c2f60520579e46a authored about 7 years ago
Update readme to sync with actual state

f03d83283813fdf9300d636a5ba240e0b1243573 authored about 7 years ago
Add tests and fix for onlyMatchedOnce option cleaning classes/IDs that matched more than once.

Improve code.

e25cf30fcbb7b6de7651d4bf9cc43431ea638051 authored about 7 years ago
v1.0.1

00ca73bff44f67724f5254d1993bd47c1683f376 authored about 7 years ago
Fix #820 (#821)

* Add test for inlineStyles plugin/CSSStyleDeclaration API.

* Adjust test.

* Always initia...

471aec5e250c9e3c70afc1d795996ca104321753 authored about 7 years ago
v1.0.0

80ed6842ddef601c3b0fd1aa1ceb548f7a211b8d authored about 7 years ago
Remove 'recursvie' option as not implemented

1aa9e9a56a00e3ca4c235f4af5f6d16915cd6901 authored about 7 years ago
Convert circles/ellipses to paths (#818)

999cfbd97c37e2b1de3b2ccc26f5498daf6e2fc8 authored about 7 years ago
Fixed addClassesToSVGElement and added test

b51192cb7a41454f1b4af34bdf53a1898c2c5349 authored about 7 years ago
Updated addElementsToSVGElement plugin to support attribute values, as well as attribute names.

eceb95c3105b3b31eb54d00c5e82adf624d2a4f8 authored about 7 years ago
Pin css-tree version (fixes #813)

239f383f3bbbc6204248043ce4df60ea80584712 authored about 7 years ago
Allow element seperator to be changed in config

This resolves #557 as you can pass in a different character for element seperation (e.g. `^`

645908923bb163e177023ca21fe04a380fade126 authored over 7 years ago
Add prefixIds plugin (#700)

Add prefixIds plugin

91d98106d4c75a947301e152ad97dc947990e9e2 authored over 7 years ago
Bump dependencies and minor fix for inlineStyles

d828a621007e35732624e96041f23af6b276328e authored over 7 years ago
Add inlineStyles plugin (rewrite of localStyles plugin) (#592)

Add inlineStyles plugin

2523799a12545a4035557043ee343945a7b7830f authored over 7 years ago
add support for tab indent

f2fa7a33bed6db62308d8f98dddb6eccb7ba4552 authored over 7 years ago
Tune plugins

055e303607d53a3d539761d8727d86c03b2e88c1 authored over 7 years ago
Prevent removing IDs in SVGs only with defs

f8234fd3f88572d311a6c455512a08b6594987b4 authored over 7 years ago
Fix typo in test

3b6fa1ed31968d583c5bc29219b396a74392c974 authored over 7 years ago
Support "href" attribute from SVG 2, fixes #772

93f2760a026264df3c5ec1e36abe48cc6f3c6e98 authored over 7 years ago
Fix error on empty file, fixes #810

f044d259e7c15a5773d802fa293652b4f3344d34 authored over 7 years ago
Sync russian README

6f9fdb1e761cc52da2f0068ddcc1f0a2937353fa authored over 7 years ago
Indentation and syntax highlighting of shell code

7718a63b3af5356efc92eef3dd54ff00144170ca authored over 7 years ago
Update removeDesc.js (#798)

Expand default config to remove <desc> tags that start with "Created using" (in addition to "Cre...

cbaefd8dcbb8b940ab373c4c1e29f55f01682541 authored over 7 years ago
Removed an assigned value that's never used. Also fixed typos. (#764)

cd8a405aa25439790193be9507300340d08b035c authored over 7 years ago
Updated colorNames according to CSS Color Module Level 4 (#755)

Update colorNames according to CSS Color Module Level 4

87796acbcb9dcb3d56b6dfb07229f4a2ba4b7ca1 authored over 7 years ago
Merge pull request #753 from craigmichaelmartin/patch-1

update readme to remove link to obsolete tool

11e72c85d10855c1a961fac0cf38bd55af8264ac authored over 7 years ago
Merge pull request #752 from JoshyPHP/ticket-708

Fix arcto sweep flag when a transformation matrix is applied

dc8042a030ef82f2a0502a09f692929f7682ccca authored over 7 years ago
Merge pull request #760 from davidleston/#759-upper-case-hex-to-shortname

Closes svg/svgo#759. Upper case hex color now converts to shortname.

a1c721013509eec9203cd4673e5dfd7de7d61235 authored over 7 years ago
Merge branch 'master' into #759-upper-case-hex-to-shortname

dd0317c51f4d8d52ca5218698e4dade445557dda authored over 7 years ago
Merge pull request #758 from davidleston/#757-shorthex-false-does-not-transform-f00

#757 shorthex false does not transform f00

8c3f756cec113fe3dc6e63ac8092fe387526a7cc authored over 7 years ago
Fix optimized size comparision in tests

1eb39cd24ac31733e850868e30115ccd4f81022e authored over 7 years ago
Merge pull request #756 from davidleston/patch-1

Typo fixed: if yout plugin -> if your plugin

6845090c6d058ffdd45d2654a0753191f6b7d363 authored over 7 years ago
Process *.svg files

e3ddf1d96ab88beb9f496a122dee6ebcb4a0c907 authored over 7 years ago
Correct jshint

bcd8035a40f7e95e9c639bc5b400187d61bfcebc authored over 7 years ago
Cleanup coa tests

645a83fa6a6f274f3de9bc3ebe6ce7ef748a94c7 authored over 7 years ago
Merge pull request #778 from LISBON11/fix_coa

Fix coa

b367c8749065c77ec0fe62614eba48d96acdfe88 authored over 7 years ago
add tests for coa

b96982ffacda7e233a081121130287c5d63068f1 authored over 7 years ago
fix coa

114b2cfaf32c15e1424eb4c86d7eed2343c0b781 authored over 7 years ago
Merge pull request #776 from caub/patch-1

Update cleanupIDs.js

d70f6fc831410d84d3f6800c893d98c5a2587d61 authored over 7 years ago
Update cleanupIDs.js

begin an be `"0s;third.end"`

https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/begin

661e6d157019ed961b2065005f062a3d0670642c authored over 7 years ago
Closes svg/svgo#759. Upper case hex color now converts to shortname.

898f0a2ca502415dc3088f185029e757ba085c65 authored over 7 years ago
Closes svg/svgo#757. ff0000 now converts to red when shorthex is false.

c4727ee742799034c5cb5af3a351b8c3f56dcf5f authored over 7 years ago
Closes svg/svgo#757. ff0000 now converts to red when shorthex is false.

da2e4487b58185fc92356adedaf9be50df5f843a authored over 7 years ago
Typo fixed: if yout plugin -> if your plugin

7f329bc74cf43058b5a9bfd811129fb64c7c7618 authored over 7 years ago
update readme to remove link to obsolete tool

dd8865b5da20489953ba1e32f1b4feadedc4b6ff authored over 7 years ago
Fix arcto sweep flag when a transformation matrix is applied

When a transformation matrix flips the coordinates horizontally or vertically (but not both) clo...

40bcb7f9968d3cbc9d7ee079b9e0065dfe291307 authored over 7 years ago
Merge pull request #751 from vcanales/feature/datauri-fix

config: fix datauri config object name

bc3c8a6e38d8c356e633a408d55f7f6fa0d202b1 authored over 7 years ago
config: fix datauri config object name

65a0575d8f819651590e33e0ba09aeec2eabd13f authored over 7 years ago
Merge pull request #742 from caub/round_viewBox

fix viewBox round

96e1afb988133a3d475baa2bdd4d33925b7db0d8 authored over 7 years ago
fix viewBox round

8592d2080be8d9179232e0d8c897b2aef97f65ba authored over 7 years ago
Merge pull request #704 from caub/round_viewBox

round viewBox too

19e2c9ac15c2699bd34a89f381d054708c4c8d9c authored over 7 years ago
Merge pull request #735 from vcanales/feature/datauri-api

Allow datauri option on js api

8947cc596900378706e5e997f9e9f92ca7696b19 authored over 7 years ago
Merge pull request #741 from davidtheclark/aria-attributes

Add keepAriaAttrs to removeUnknownsAndDefaults

718d57620614dc9ab8cdc4ef9b893bb6c9b8e6c1 authored over 7 years ago
Add keepAriaAttrs to removeUnknownsAndDefaults

Closes #684.

5c1aab8ad8571d61e21b8351c4d40a2743a9c34d authored over 7 years ago
round viewBox too

5828949c2124a77cc526501e03f56cb66f757995 authored over 7 years ago
add datauri configuration parameter

91a6804cb9c8c66039c08d234a6f4c89325c162f authored over 7 years ago
allow datauri option on js api

51832d4c8a0af4b91e83ea9a964a848005f0af8d authored over 7 years ago
Merge pull request #712 from justrhysism/master

Resolves #690: Add option to process folders recursively.

c943b4c3bc0b77f1f48ae70826ac9b11f58ea326 authored over 7 years ago