修改
This commit is contained in:
parent
15c1463f5a
commit
7e66128000
@ -1,4 +1,4 @@
|
|||||||
import AbstractShape from './shape';
|
import AbstractShape from './Shape';
|
||||||
import Group from 'zrender/src/container/Group';
|
import Group from 'zrender/src/container/Group';
|
||||||
|
|
||||||
class Compose extends AbstractShape {
|
class Compose extends AbstractShape {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import AbstractShape from './shape';
|
import AbstractShape from './Shape';
|
||||||
import * as graphic from '../utils/graphic';
|
import * as graphic from '../utils/graphic';
|
||||||
class Element extends AbstractShape {
|
class Element extends AbstractShape {
|
||||||
constructor(args) {
|
constructor(args) {
|
||||||
|
Loading…
Reference in New Issue
Block a user