From 680e143daf622bc3ace9e0b82f626507caad0530 Mon Sep 17 00:00:00 2001 From: Bogdan Chadkin Date: Fri, 27 Aug 2021 23:39:51 +0300 Subject: [PATCH] Add transform-origin to presentation attributes Ref https://github.com/svg/svgo/issues/1475 --- plugins/_collections.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/_collections.js b/plugins/_collections.js index 2c85b1761..cdb58ed17 100644 --- a/plugins/_collections.js +++ b/plugins/_collections.js @@ -195,6 +195,7 @@ exports.attrsGroups = { 'text-overflow', 'text-rendering', 'transform', + 'transform-origin', 'unicode-bidi', 'vector-effect', 'visibility',