vml.js 130 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 import './graphic'; import {registerPainter} from '../zrender'; import Painter from './Painter'; registerPainter('vml', Painter);