MCPcopy
hub / github.com/react-designer/react-designer / render

Method render

src/objects/Rect.js:22–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 };
21
22 render() {
23 let {object, index} = this.props;
24 return (
25 <rect style={this.getStyle()}
26 {...this.getObjectAttributes()}
27 rx={object.radius}
28 width={object.width}
29 height={object.height} />
30 );
31 }
32}

Callers

nothing calls this directly

Calls 1

getObjectAttributesMethod · 0.80

Tested by

no test coverage detected