Skip to content

Commit

Permalink
fix(drawing): fix drawing annotation blur clipping on bounding box (#666
Browse files Browse the repository at this point in the history
)

* fix(drawing): fix drawing annotation blur clipping on bounding box
  • Loading branch information
ChenCodes authored Jan 13, 2021
1 parent 9223f2f commit 06feeb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drawing/DrawingSVG.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function DrawingSVG({ className, children, ...rest }: Props, ref: React.R
{...rest}
>
<defs>
<filter id="ba-DrawingSVG-shadow">
<filter filterUnits="userSpaceOnUse" height="100vh" id="ba-DrawingSVG-shadow" width="100vw">
<feGaussianBlur in="SourceGraphic" stdDeviation="1" />
</filter>
</defs>
Expand Down

0 comments on commit 06feeb4

Please sign in to comment.