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
34e4122b33 lib/svg2js: catch and output xml parser errors (fix #4) 2012-10-16 21:33:17 +03:00
0fd0b30105 plugins/convertPathData: round numbers before conditions because of exponential notation (fix #3) 2012-10-15 23:45:33 +03:00
3204a06ca5 new plugin removeUnusedNS 2012-10-15 19:29:26 +03:00
9e5c96b2f5 0.0.7-1 hotfix 2012-10-15 18:41:16 +03:00
7f2e75322b lib/coa: open file for writing only when we are ready (fix #2) 2012-10-15 18:39:55 +03:00
8caa75ba92 update .editorconfig 2012-10-15 12:18:47 +03:00
ba2eedcad0 update .editorconfig 2012-10-15 12:16:07 +03:00
7283309c65 lib/tools: node.extend module 2012-10-15 09:16:47 +03:00
50d661bad3 config.json: hotfix broken tests 2012-10-15 09:04:08 +03:00
a0c3118257 lib/plugins: refactoring 2012-10-15 08:58:21 +03:00
f2b708422d lib/js2svg: refactoring 2012-10-15 08:58:07 +03:00
291631509f lib/jsAPI: simplification and refactoring 2012-10-15 08:28:25 +03:00
4579f7cbfc .travis.yml: nodejs 0.9 2012-10-14 21:59:00 +03:00
ece58c9d59 0.0.7 v0.0.7 2012-10-14 13:44:10 +03:00
fc2b091378 plugins/convertPathData: remove unused var 2012-10-14 13:22:14 +03:00
03ad5f6446 plugins/convertPathData: filter h0 or v0 2012-10-14 13:19:42 +03:00
7ff1680513 plugins/convertPathData: collapse repeated instructions 2012-10-14 13:12:48 +03:00
53719daa26 plugins/convertPathData: convert Lineto segments to 'h' or 'v' shorthands 2012-10-13 21:54:16 +03:00
bd5f581241 lib/coa.js: DataURI base64 for --input (auto) and --output (with --datauri flag); refactoring 2012-10-13 16:53:01 +03:00
83e6dd79e5 update README with travis icon 2012-10-12 23:04:29 +03:00
35ed37e13c .travis.yml 2012-10-12 23:00:04 +03:00
9a4c776ff6 Travis CI 2012-10-12 22:47:16 +03:00
6d62e8b826 JSHint :-| 2012-10-12 22:40:30 +03:00
43d716296a JSHint :-| 2012-10-12 22:36:12 +03:00
b83238acf1 plugins/convertPathData: +code comments 2012-10-12 22:30:04 +03:00
a284478882 new 'convertPathData' plugin. that was hard... 2012-10-12 21:42:45 +03:00
e02271d12b update .jshintrc 2012-10-12 21:41:40 +03:00
72d9ad74ad JSHint :-| 2012-10-12 00:24:13 +03:00
bb54f35e6b add .editorconfig dotfile 2012-10-11 23:02:59 +03:00
410ced1978 display time spent on optimization 2012-10-11 18:30:31 +03:00
0383353f20 lib/phantom_wrapper.js -> lib/phantom.js 2012-10-10 12:41:39 +03:00
027a88957c .svgo -> config.json 2012-10-10 12:34:06 +03:00
ca1ce56a6b lib/phantom_wrapper: rename variable 2012-10-04 23:05:29 +03:00
c878ffc3bc 0.0.6 v0.0.6 2012-10-04 22:59:02 +03:00
bcda786fd3 --test & PhantomJS: more complete error handling 2012-10-04 22:48:18 +03:00
bbb6edb3b5 tests fix 2012-10-04 22:38:54 +03:00
7bb7e7806e add --test option to make a visual comparison of two files (PhantomJS pre-required) 2012-10-04 22:36:43 +03:00
3138773c89 moving to the new account 2012-10-03 21:42:35 +03:00
ab029d2dad 0.0.5 v0.0.5 2012-10-03 18:25:44 +03:00
f0f4a48b33 test/ completely revised; every plugin now has at least one test 2012-10-03 18:15:05 +03:00
a35f74affd plugins/removeViewBox: fix global scope leak 2012-10-02 15:48:59 +04:00
ce15a78abe plugins/removeViewBox: more strict logic 2012-10-02 15:47:27 +04:00
8dd8be26b8 plugins/cleanupEnableBackground: important fixes 2012-10-02 15:36:14 +04:00
a5eb7989e1 lib/svg2js: forgotten comments 2012-10-02 15:24:08 +04:00
5b83991f12 plugins/removeEditorsNSData: fix removing ns'ed element w/o attrs 2012-10-02 14:47:57 +04:00
2b64291b77 plugins/_collections: cleanup 2012-10-02 14:31:43 +04:00
cec99ac1b3 plugins/removeHiddenElems: undo 'check for an empty values too' 2012-10-02 14:25:19 +04:00
9ac9c191d4 plugins/convertStyleToAttrs: cleanup style attr 2012-10-02 13:46:54 +04:00
ba1adb757c plugins/removeHiddenElems: check for an empty values too 2012-10-02 13:46:24 +04:00
668b7544a5 test/config.js: forgotten debug comment 2012-10-02 13:10:24 +04:00