We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63561d5 commit 8ce3a22Copy full SHA for 8ce3a22
packages/scratch-svg-renderer/src/load-svg-string.js
@@ -1,7 +1,7 @@
1
const SvgElement = require('./svg-element');
2
const convertFonts = require('./font-converter');
3
const transformStrokeWidths = require('./transform-applier');
4
-const { sanitizeSvgText } = require('./sanitize-svg');
+const {sanitizeSvgText} = require('./sanitize-svg');
5
6
/**
7
* @param {SVGElement} svgTag the tag to search within
0 commit comments