From f901f2087077884e47ddc7283a3153a719b33a01 Mon Sep 17 00:00:00 2001 From: Jack Chen Date: Tue, 12 Jan 2021 16:22:17 -0800 Subject: [PATCH 1/2] fix(drawing): adjust filter attributes --- src/drawing/DrawingSVG.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/drawing/DrawingSVG.tsx b/src/drawing/DrawingSVG.tsx index fcb73884f..d702e1786 100644 --- a/src/drawing/DrawingSVG.tsx +++ b/src/drawing/DrawingSVG.tsx @@ -18,10 +18,10 @@ export function DrawingSVG({ className, children, ...rest }: Props, ref: React.R {...rest} > - - + + - + From 51e8bad8269c490d306d4588c4961d31711513c8 Mon Sep 17 00:00:00 2001 From: Jack Chen Date: Tue, 12 Jan 2021 16:59:44 -0800 Subject: [PATCH 2/2] fix(drawing): remove feComponentTransfer element --- src/drawing/DrawingSVG.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/drawing/DrawingSVG.tsx b/src/drawing/DrawingSVG.tsx index d702e1786..5f725d0ce 100644 --- a/src/drawing/DrawingSVG.tsx +++ b/src/drawing/DrawingSVG.tsx @@ -20,9 +20,6 @@ export function DrawingSVG({ className, children, ...rest }: Props, ref: React.R - - - {children}