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.
2 parents b514a79 + 898fc26 commit ecf3f6eCopy full SHA for ecf3f6e
src/containers/paint-editor-wrapper.jsx
@@ -3,6 +3,7 @@ import React from 'react';
3
import bindAll from 'lodash.bindall';
4
import VM from 'scratch-vm';
5
import PaintEditor from 'scratch-paint';
6
+import {inlineSvgFonts} from 'scratch-svg-renderer';
7
8
import {connect} from 'react-redux';
9
@@ -52,6 +53,7 @@ class PaintEditorWrapper extends React.Component {
52
53
image={vm.getCostume(selectedCostumeIndex)}
54
onUpdateImage={this.handleUpdateImage}
55
onUpdateName={this.handleUpdateName}
56
+ fontInlineFn={inlineSvgFonts}
57
/>
58
);
59
}
0 commit comments