UNPKG
@antv/x6-next
Version:
beta (2.0.6-beta.6)
latest (2.0.1-beta.2)
2.0.6-beta.6
2.0.6-beta.3
2.0.6-beta.2
2.0.6-beta.0
2.0.4-beta.0
2.0.3-beta.0
2.0.2-beta.0
2.0.1-beta.5
2.0.1-beta.4
2.0.1-beta.2
JavaScript diagramming library that uses SVG and HTML for rendering.
github.com/antvis/x6
antvis/x6
@antv/x6-next
/
src
/
shape
/
rect.ts
11 lines
(9 loc)
•
167 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import { createShape }
from
'./util'
export
const
Rect
=
createShape
(
'rect'
, {
attrs
: {
body
: {
refWidth
:
'100%'
,
refHeight
:
'100%'
, }, }, })