From 726a6660599f4fb605de1946d9ac5dbc0fa79d2e Mon Sep 17 00:00:00 2001 From: Ihor Yeromin Date: Fri, 29 Mar 2024 00:26:59 +0200 Subject: [PATCH] Canvas: Fix SVG items background glitch (#85078) --- public/app/features/canvas/elements/cloud.tsx | 9 ++++++++- public/app/features/canvas/elements/ellipse.tsx | 9 ++++++++- public/app/features/canvas/elements/parallelogram.tsx | 9 ++++++++- public/app/features/canvas/elements/triangle.tsx | 9 ++++++++- 4 files changed, 32 insertions(+), 4 deletions(-) diff --git a/public/app/features/canvas/elements/cloud.tsx b/public/app/features/canvas/elements/cloud.tsx index 735bcfc94ff..1b9117d3409 100644 --- a/public/app/features/canvas/elements/cloud.tsx +++ b/public/app/features/canvas/elements/cloud.tsx @@ -43,7 +43,14 @@ const Cloud = (props: CanvasElementProps {/* Apply background image within the clipping area */} - + {/* Apply background image within the clipping area */} - + {/* Apply background image within the clipping area */} - + {/* Apply background image within the clipping area */} - +