vml.js 130 B

12345
  1. import './graphic';
  2. import {registerPainter} from '../zrender';
  3. import Painter from './Painter';
  4. registerPainter('vml', Painter);