svg.js 130 Bytes RawBlameHistoryPermalink 1 2 3 4 5 import './graphic'; import {registerPainter} from '../zrender'; import Painter from './Painter'; registerPainter('svg', Painter);