diff --git a/src/containers/stage.jsx b/src/containers/stage.jsx index bbc942634d693dd76879b8298f9ab9b8cf6c709c..caa3de483ddb9ae6624575b0dd1b6164dfb092e7 100644 --- a/src/containers/stage.jsx +++ b/src/containers/stage.jsx @@ -8,7 +8,7 @@ import {connect} from 'react-redux'; import {STAGE_DISPLAY_SIZES} from '../lib/layout-constants'; import {getEventXY} from '../lib/touch-utils'; import VideoProvider from '../lib/video/video-provider'; -import {SVGRenderer as V2SVGAdapter, BitmapAdapter as V2BitmapAdapter} from 'scratch-svg-renderer'; +import {BitmapAdapter as V2BitmapAdapter} from 'scratch-svg-renderer'; import StageComponent from '../components/stage/stage.jsx'; @@ -68,7 +68,6 @@ class Stage extends React.Component { // default color this.props.vm.renderer.draw(); } - this.props.vm.attachV2SVGAdapter(new V2SVGAdapter()); this.props.vm.attachV2BitmapAdapter(new V2BitmapAdapter()); } componentDidMount () {