-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<image> tags not rendered #980
Comments
Same issue |
Any Solution ?? |
Also experiencing this issue, I ended up stacking my PNGs behind my SVG |
A solution for me was to download the img as a pdf and then convert to svg @AristideVB @tsrCodes @minseok-jeong-gn @billyjuliux |
Thank you very much, bro! |
Not now for me |
This is a problem, svg which contains images inside are working fine on browser but images are getting distorted in flutter/react-native both |
I've had issues with this as well, but unfortunately can't really do the conversion to a PDF and then back to an SVG since the issues with these images happen with dynamic content managed by CMS. |
if you get asset from figma , download it as png , and then convert to svg with tools that you can find on internet. It works ! |
any updates? |
who will fix this |
for me i converted the svg to json with package xml2json then i mapped it |
how
…On Tue, Feb 13, 2024 at 4:34 PM ABDELHAMID EL KEMMAL < ***@***.***> wrote:
for me i converted the svg to json with package xml2json then i mapped it
—
Reply to this email directly, view it on GitHub
<#980 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIRXJSFNQZFCFJURKAYH3PDYTNFT3AVCNFSM6AAAAAA34VXG3OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBRGI4TENZXGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
For the saving time, I'm just export image as png or jpeg format if svg file doesn't work. |
That worked! but this should be fixed...by someone..
…On Wed, Feb 14, 2024 at 6:08 AM minseok-jeong-gn ***@***.***> wrote:
For the saving time,
If svg file doesn't render correctly,
just use png or jpeg format.
I'm just export image as png or jpeg format if svg file doesn't work.
That saved my time a lot
—
Reply to this email directly, view it on GitHub
<#980 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIRXJSB5FZTGTMOGZOLGV6DYTQFBTAVCNFSM6AAAAAA34VXG3OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBSHEZTGMRRGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
This is really pissing me ! Why can't they find a solution ! |
I agree with you.
…On Mon, Feb 19, 2024 at 10:02 PM Francis Numbi ***@***.***> wrote:
This is really pissing me ! Why can't they find a solution !
—
Reply to this email directly, view it on GitHub
<#980 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIRXJSEBH6IV4PKHGT3QNBLYUOAUFAVCNFSM6AAAAAA34VXG3OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJSHA4DQNBYHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
same for me |
Kindly give us an update |
Hi,
I tried to render svg image which contains
<image>
tags in<defs>
(png image inside svg), but those images were not successfully rendered. Yet other elements of the svg were rendered successfully.I can't show you the real image, but here is the rough structure of the svg file:
I have tried to move the
<defs>
order to the front and use online tools of svg cleaner but still didn't work.Any help would be very appreciated. Thanks!
The text was updated successfully, but these errors were encountered: