From cbaefd8dcbb8b940ab373c4c1e29f55f01682541 Mon Sep 17 00:00:00 2001 From: Dave Houlbrooke Date: Fri, 22 Sep 2017 19:22:46 +0100 Subject: [PATCH] Update removeDesc.js (#798) Expand default config to remove tags that start with "Created using" (in addition to "Created with"). Change is due to Figma using "Created using Figma" as their default SVG description. Sketch and others use "Created with Sketch.". --- plugins/removeDesc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/removeDesc.js b/plugins/removeDesc.js index e2848c6c..e230adcf 100644 --- a/plugins/removeDesc.js +++ b/plugins/removeDesc.js @@ -10,7 +10,7 @@ exports.params = { exports.description = 'removes (only non-meaningful by default)'; -var standardDescs = /^Created with/; +var standardDescs = /^(Created with|Created using)/; /** * Removes .