Dear EO Team,
We are test SVG in EO.PDF , It is working ,but we still found a little problem ,
It seem the Gradient Color is not support ?
the original SVG in browser
the PDF we rendered
the HTML we used
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div>
<svg height="814" version="1.1" width="1053" xmlns="http://www.w3.org/2000/svg" style="overflow: hidden; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; cursor: default; position: relative; background-color: rgb(255, 255, 255);">
<defs>
<radialGradient id="cc" gradientUnits="userSpaceOnUse" r="353" cx="526.5" cy="407" fx="526.5" fy="407">
<stop offset="0%" stop-color="#ff0000" stop-opacity="0.9"></stop>
<stop offset="100%" stop-color="#0000ff" stop-opacity="0.9"></stop>
</radialGradient>
</defs>
<g>
<path fill="url('#cc')" stroke="#d0e4f4" d="M870.0228597347916,488.2468143352753A353,353,0,1,1,879.4915143930284,404.55239575985007L526.5,407Z" stroke-width="1" stroke-linejoin="round" stroke-opacity="0.8" opacity="1" fill-opacity="1" style="stroke-linejoin: round; opacity: 1; fill-opacity: 1; cursor: pointer;"></path>
</g>
</svg>
</div>
</body>
</html>
can you help us to make <radialGradient> tag work in PDF?
it really is a big problem for us.
Thank you