[RectCollection] add a RectCollection shape
This commit is contained in:
parent
07e569520c
commit
bdb9b03892
5 changed files with 343 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ from .shape import (
|
|||
|
||||
from .polygon import Polygon as Polygon
|
||||
from .poly_collection import PolyCollection as PolyCollection
|
||||
from .rect_collection import RectCollection as RectCollection
|
||||
from .circle import Circle as Circle
|
||||
from .ellipse import Ellipse as Ellipse
|
||||
from .arc import Arc as Arc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue