svg.js 130 Bytes
import './graphic';
import {registerPainter} from '../zrender';
import Painter from './Painter';

registerPainter('svg', Painter);