forked from ard/ruoyi-api

‘liusuyi’
2024-01-13 43f46c3801b0aa8544a1703e4f1a27ecc8db22b8
1
2
3
4
import {registerPainter} from '../zrender';
import Painter from './Painter';
 
registerPainter('svg', Painter);