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

Method render

src/objects/Image.js:19–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 };
18
19 render() {
20 let {object, index} = this.props;
21 return (
22 <image
23 xlinkHref={object.xlinkHref}
24 {...this.getObjectAttributes()}
25 width={object.width}
26 height={object.height} />
27 );
28 }
29}

Callers

nothing calls this directly

Calls 1

getObjectAttributesMethod · 0.80

Tested by

no test coverage detected