1
0
mirror of https://github.com/svg/svgo.git synced 2025-07-29 20:21:14 +03:00
Files
svgo/test/plugins
Bogdan Chadkin bb3f1a99ef [new plugin] reimplement inlineDefs
The code is taken from https://github.com/svg/svgo/pull/976, refactored
with new api, covered types and simplified.

Plugin has no dependencies so can be used without changing.

```
const inlineDefs = require('./inlineDefs.js');

module.exports = {
  plugins: [
    'preset-default',
    inlineDefs
  ]
};
```
2022-02-21 19:12:53 +03:00
..
2021-09-13 16:16:38 +03:00
2016-08-25 22:18:04 +03:00
2017-02-05 22:59:19 +03:00
2017-06-14 12:16:31 +02:00
2015-04-02 16:48:49 +03:00
2017-10-23 22:14:43 +03:00
2017-10-23 22:14:43 +03:00
2017-10-23 22:14:43 +03:00
2019-11-08 18:40:25 +03:00
2021-09-13 16:16:38 +03:00
2017-03-25 22:06:15 +03:00