From 8783de497dfd8ac8701c7a892517173f0da9feed Mon Sep 17 00:00:00 2001 From: Siklos Date: Sun, 31 Jul 2022 11:44:28 +0200 Subject: [PATCH] Container: Better support of position --- src/SVG/Elements/Container.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SVG/Elements/Container.tsx b/src/SVG/Elements/Container.tsx index 435c11c..71dfa35 100644 --- a/src/SVG/Elements/Container.tsx +++ b/src/SVG/Elements/Container.tsx @@ -15,10 +15,10 @@ export class Container extends React.Component { const containersElements = this.props.children.map(child => child.render()); return ( - +