svg.ts 110 Bytes
import {registerPainter} from '../zrender';
import Painter from './Painter';

registerPainter('svg', Painter);