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

Method render

src/objects/Path.js:54–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 }
53
54 render() {
55 let {object} = this.props;
56 let fill = (object.closed ? object.fill
57 : "transparent");
58 return (
59 <path style={this.getStyle(object)}
60 {...this.getObjectAttributes()}
61 d={this.buildPath(object)}
62 fill={fill} />
63 );
64 }
65}

Callers

nothing calls this directly

Calls 2

getObjectAttributesMethod · 0.80
buildPathMethod · 0.80

Tested by

no test coverage detected