diff --git a/src/elements/Shape.tsx b/src/elements/Shape.tsx index eeec5ca8..50582c08 100644 --- a/src/elements/Shape.tsx +++ b/src/elements/Shape.tsx @@ -264,6 +264,11 @@ export default class Shape
extends Component
{ ) => { this.root && this.root.setNativeProps(props); }; + /* + * The following native methods are experimental and likely broken in some + * ways. If you have a use case for these, please open an issue with a + * representative example / reproduction. + * */ getBBox = (options?: SVGBoundingBoxOptions): SVGRect => { const { fill = true, stroke = true, markers = true, clipped = true } = options || {};