svg.js 112 B

123
  1. import { registerPainter } from '../zrender';
  2. import Painter from './Painter';
  3. registerPainter('svg', Painter);