版博士V2.0程序
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

4 řádky
125 B

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