fix clipping svg for pdf graphic on chrome (#14892)
related to #14691 fix pdf graphic svg clipping on chrome **before:**  **after:**  - [x] Manual QA for all new/changed functionality
This commit is contained in:
@@ -3,7 +3,7 @@ import React from "react";
|
||||
const FilePdf = () => {
|
||||
return (
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="34" height="40" fill="none">
|
||||
<g clipPath="url(#a)">
|
||||
<g>
|
||||
<path
|
||||
fill="#fff"
|
||||
stroke="#192147"
|
||||
|
||||
Reference in New Issue
Block a user