1
0
mirror of https://github.com/svg/svgo.git synced 2025-07-31 07:44:22 +03:00
Commit Graph

1243 Commits

Author SHA1 Message Date
c86ca24d10 q@0.8.10 compatibility: 'end is deprecated, use done instead' 2012-11-07 00:27:01 +02:00
3752b1a724 plugins/convertPathData: convert M + L into M (close #32) 2012-11-06 12:48:20 +02:00
7e64142772 plugins/convertPathData: convert quadratic Bézier curveto into smooth shorthand (close #31) 2012-11-05 15:36:18 +02:00
c300b4119b plugins/convertPathData: convert curveto into smooth shorthand (close #30) 2012-11-05 14:54:27 +02:00
acbaa170ee Istanbul code coverage 2012-11-05 12:14:38 +02:00
dddbbdee96 update dependencies versions and gitignore 2012-11-05 11:59:24 +02:00
1b63f8134a plugins/convertPathData: convert straight curves into lines segments (close #17); remove an absolute coords conversions 2012-11-04 23:05:53 +02:00
660a695ee5 lib/coa: support arguments as aliases to --input and --output (close #28) 2012-10-30 00:18:54 +03:00
6f33497ae0 CHANGELOG: fix lt-gt 2012-10-29 02:29:31 +03:00
e1fa5dc4ff plugins/README: fix syntax highlighting 2012-10-29 02:20:51 +03:00
45d53c857b v0.0.9 v0.0.9 2012-10-29 02:11:59 +03:00
8f993e72d4 plugins/README: more readable API block 2012-10-29 01:57:37 +03:00
8caef40377 update README with the new TODO list 2012-10-29 01:53:51 +03:00
c9e868b33a update README with plugins how-to link 2012-10-29 01:51:39 +03:00
2942181c89 plugins how-to (close #27) 2012-10-29 01:48:50 +03:00
2d448f0d2e lib/jsAPI: minor corrections 2012-10-29 01:48:06 +03:00
da38ede3b1 plugins/convertPathData: prevent an infinity loop on invalid path data (fix #26) 2012-10-28 00:52:06 +03:00
354925f896 minor jsdoc corrections 2012-10-28 00:32:41 +03:00
5444b4f234 allow any plugin of any type to go in any order (close #14) 2012-10-28 00:28:50 +03:00
50a8c8af20 allow to do a multiple optimizations with one init (close #25) 2012-10-26 23:46:09 +03:00
aa3fa83c10 Revert to 0d32aa9f6f 2012-10-25 17:31:54 +03:00
3e3e53bc71 lib/svgo: allow to do a multiple optimizations with one init (close #25) 2012-10-25 09:42:11 +03:00
0d32aa9f6f plugins/convertPathData: do not remove very first M from the path data (fix #24) 2012-10-23 21:51:03 +03:00
f73e05a0e6 plugins/convertTransform: add patternTransform attribute to the process (close #15) 2012-10-22 23:25:39 +03:00
ea54740fb9 plugins/convertPathData: optimize path data in <glyph> and <missing-glyph> (fix #20) 2012-10-22 23:22:57 +03:00
217636bff1 plugins/convertPathData: jsdoc fix 2012-10-22 23:19:52 +03:00
f80ec36b40 plugins/convertPathData: yet another refactoring 2012-10-22 23:17:56 +03:00
bfbb4acd27 plugins/convertPathData: global refactoring, fix #22 + fix #23 2012-10-22 22:45:03 +03:00
0403897942 plugins/removeXMLProcInst: remove only 'xml' but not 'xml-stylesheet' 2012-10-22 14:11:23 +03:00
83447ad046 lib/coa: new Date() -> Date.now() 2012-10-21 14:14:00 +03:00
070e1bc493 plugins/convertPathData: remove forgotten comments 2012-10-21 13:25:12 +03:00
cbc7b38b4e plugins/collapseGroups: fix #13 2012-10-21 12:16:59 +03:00
d2a2641338 plugins/convertTransform: fix #12 2012-10-21 11:57:28 +03:00
f02ed15be5 update README 2012-10-20 22:34:59 +03:00
1d5c25b038 update README 2012-10-20 22:34:26 +03:00
3bef5317e2 update README 2012-10-20 22:31:35 +03:00
78fdeb697e plugins/convertTransform: minor jsdoc correction 2012-10-20 22:09:20 +03:00
db4a905f6a 0.0.8 v0.0.8 2012-10-20 21:56:23 +03:00
50b825d305 plugins/moveElemsAttrsToGroup: merge split-level transforms instead of replacing (fix #10) 2012-10-20 21:41:19 +03:00
b4141bdfef plugins/convertPathData: remove useless segments feature; a lot of refactoring
plugins/convertTransform: a lot of refactoring
2012-10-20 21:22:02 +03:00
8f31f39b2c plugins/convertTransform: newlines 2012-10-20 14:22:47 +03:00
17c7500719 plugins/convertTransform: remove useless transforms; refactoring (close #5) 2012-10-20 14:13:40 +03:00
3da381e229 plugins/convertPathData: refactoring 2012-10-20 14:12:23 +03:00
82975e4980 lib/coa: fix a typo 2012-10-20 12:57:10 +03:00
c432f6dcf6 lib/tools: missing semicolon 2012-10-20 12:54:21 +03:00
2f23170076 new plugin convertTransform 2012-10-20 12:49:41 +03:00
332b024275 plugins/convertPathData: refactoring 2012-10-20 12:48:55 +03:00
734be4f02f lib/svg2js: JSHint correction 2012-10-17 21:21:57 +03:00
906613779a plugins/removeUnusedNS: correct jsdoc 2012-10-17 21:21:30 +03:00
4a37ff4a4a update README with absolute urls and new TODOs 2012-10-16 21:44:53 +03:00