1
0
mirror of https://github.com/svg/svgo.git synced 2025-08-09 02:22:08 +03:00
Commit Graph

1243 Commits

Author SHA1 Message Date
deepsweet
2e42deab6e Merge branch 'dev' v0.3.4 2013-05-06 19:52:11 +03:00
deepsweet
fe136d367d v0.3.4 2013-05-06 19:51:08 +03:00
deepsweet
04dccd16ca plugins/mergePaths: add space delimiter between z and m 2013-05-06 19:09:17 +03:00
deepsweet
96bff9b7c7 plugins/convertPathData: fix m->M bug in some cases 2013-05-06 19:01:30 +03:00
deepsweet
d391a38b7c plugins/transformsWithOnePath: fix last point calculation for C/S/Q/T 2013-05-06 15:07:54 +03:00
deepsweet
2810d43aea Merge branch 'dev' v0.3.3 2013-05-05 15:31:02 +03:00
deepsweet
09c0a8c157 v0.3.3 2013-05-05 15:30:42 +03:00
deepsweet
a55b0ddaf9 plugins/convertPathData: update tests 2013-05-05 15:29:50 +03:00
deepsweet
ce8acffe68 plugins/transformsWithOnePat: ability to set new width or height independently with auto rescaling 2013-05-05 15:26:35 +03:00
deepsweet
a50b192703 plugins/convertPathData: convert very first m to M, fix applyTransforms with translate() (fix #112) 2013-05-05 15:12:44 +03:00
deepsweet
c4b6b3a7f1 plugins/transformsWithOnePath: fix real width/height rounding; fix scale transform origin; reorder transforms 2013-05-05 15:11:14 +03:00
deepsweet
a529e27420 Merge branch 'dev' v0.3.2 2013-05-03 21:03:32 +03:00
deepsweet
5735a0796d v0.3.2 2013-05-03 21:03:15 +03:00
deepsweet
b9bbe7a61b plugins/sortAttrs: disable by default 2013-05-03 20:58:35 +03:00
deepsweet
446796e531 Impossible to set output presision to 0 (no fractional part) (fix #110) 2013-05-03 20:55:21 +03:00
deepsweet
6d16374ed2 plugins/transformsWithOnePath: buggy hcrop (fix #111) 2013-05-03 20:35:54 +03:00
Kir Belevich
5660d466ec Merge pull request #108 from Shutnik/dev
new plugin: sort attributes
2013-04-23 08:53:06 -07:00
Nikolay S. Frantsev
cd58880477 new plugins/sortAttrs 2013-04-23 18:44:34 +03:00
deepsweet
f056c8157e reoptimized project logo 2013-04-22 22:56:40 +03:00
Sindre Sorhus
cc7188ec76 npmignore unneeded files 2013-04-22 22:51:14 +03:00
deepsweet
97dbac5a02 Merge branch 'dev' 2013-04-15 20:38:37 +03:00
deepsweet
1dd57cabe1 Istanbul + coveralls.io 2013-04-15 20:35:55 +03:00
deepsweet
547bbc4200 update README with dependency status from gemnasium.com 2013-04-15 17:23:20 +03:00
deepsweet
1e3945e6a6 update README with NPM version from badge.fury.io 2013-04-15 16:21:34 +03:00
deepsweet
0f620511c8 Merge branch 'dev' v0.3.1 2013-04-15 15:36:25 +03:00
deepsweet
edcf4227ce v0.3.1 2013-04-15 15:35:27 +03:00
deepsweet
9e9f7d0cd2 better error handling 2013-04-15 15:32:51 +03:00
deepsweet
0707c21dbb plugins/transformsWithOnePath: resize SVG and automatically rescale inner Path 2013-04-15 15:19:18 +03:00
deepsweet
201e1eb3cc Merge branch 'dev' v0.3.0 2013-04-12 15:21:09 +03:00
deepsweet
bc6cccba4d v0.3.0 2013-04-12 15:20:25 +03:00
deepsweet
ef90db6a3a update docs 2013-04-12 15:03:43 +03:00
deepsweet
128f94d52b coa: different types of Data URI strings (close #105) 2013-04-12 14:16:35 +03:00
deepsweet
c34c13b2f6 update .gitignore 2013-04-12 14:15:15 +03:00
deepsweet
8429ffb53c examples: remake 2013-04-12 13:24:21 +03:00
deepsweet
74f4685ce4 coa: repair --disable and --enable opts 2013-04-12 13:14:56 +03:00
deepsweet
c0f8cf0f76 plugins/transformsWithOnePath: new plugin 2013-04-11 21:21:06 +03:00
deepsweet
9124bf809e plugins/mergePaths: new plugin 2013-04-11 21:15:41 +03:00
deepsweet
3b3275d4b6 test/plugins repair and refactoring 2013-04-11 20:53:00 +03:00
deepsweet
6dfa5b1c63 config: fix default params extending 2013-04-11 20:46:35 +03:00
deepsweet
93fc2616d1 plugins/removeUselessStrokeAndFill: fix a typo 2013-04-11 20:28:49 +03:00
deepsweet
2dea171f8e replace default config with full: true 2013-04-11 19:51:29 +03:00
deepsweet
270347e84c test/svg2js repair 2013-04-11 19:32:02 +03:00
deepsweet
fc36d63d99 plugins/_transforms: allow spaces at the beginning of transform 2013-04-11 17:44:26 +03:00
deepsweet
d4949235ce config: enable plugin with params object 2013-04-11 17:42:30 +03:00
deepsweet
1b47d12f53 coa: config-full as json string 2013-04-11 17:42:00 +03:00
deepsweet
c1faaa5bf2 fix default config extending 2013-04-10 18:31:28 +03:00
deepsweet
a2da6fe894 CONFIG.extend() + CONFIG.replace() + tests 2013-04-10 18:12:14 +03:00
deepsweet
578cf60f1d node.extend -> whet.extend 2013-04-10 14:48:07 +03:00
deepsweet
b76713c58b Travis CI: Nodejs 0.10 & 0.11 2013-04-09 22:16:22 +03:00
deepsweet
5d55fd70e2 Travis CI only for the master branch 2013-04-09 22:13:33 +03:00