jacqueszhg
jacqueszhg
> sharp uses librsvg to render SVG images but I'm unsure it currently provides support for nested `clip-path`. Are you able to reproduce this using `rsvg-convert` at the command line?...
> That command line looks correct. Did you replace the `${base64}` bit with the real content? yea, I replaced with the basae64 format. ``` ```
> That command line looks correct. Did you replace the `${base64}` bit with the real content? Do you have an idea to solve this problem ?
> If I add the required `height` attributes to the `` elements: > > ``` > > > > > > > > > > > > > > >...
So no one responded to my issue on "rsvg-convert". I have find another solution by using "convertFile" provided by the lib "convert-svg-to-png" and use sharp to : ` import {...