⚙️ Node.js tool for optimizing SVG files
3 matches across 2 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | plugins/removeHiddenElems.js | 104 | function canRemoveNonRenderingNode(node) { |
| LOW | plugins/removeDeprecatedAttrs.js | 17 | function extractAttributesInStylesheet(stylesheet) { |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | plugins/_transforms.js | 301 | // We have translate(tx,ty) rotate(a). This is equivalent to [cos(a) sin(a) -sin(a) cos(a) tx ty]. |