From 954f869e61609058aa2370c604ba0b10b71acb8b Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:34:17 -0400 Subject: [PATCH] [v11.0.x] Canvas: Fix SVG items background glitch (#86366) --- 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 */} - +