-
Notifications
You must be signed in to change notification settings - Fork 14
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
problems with SVG images #39
Comments
you are welcome to PR an update. I do not know if i will get to a patch today |
Can you please attach an example of a svg you are using so I can test on it? Thanks |
Try this patch. 43a6a4e |
I tried it but GitHub didn't let me. Here it is in this email
…On Fri, Feb 28, 2020 at 8:17 AM yonicd ***@***.***> wrote:
Can you please attach an example of a svg you are using so I can test on
it?
Thanks
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#39>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD32VFR7TLIICQZ5OMRKMU3RFDXFNANCNFSM4K44XRRA>
.
|
I didn't get an email. can you thanks |
Hi. I'm having this problem, and the commit you referenced fixes it. Can this be added into the master branch? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to create a simple caroussel with slickR and a few SVG images but I get this error after the call to slickR::slickR(...)
Error in checkStandalone(fL) : SVG not standalone
The thing is my SVG is perfectly "standalone". Indeed, its first few lines are:
Checkin on your code under readImage.R, the above error seems to be produced by a line which attempts to locate the string "xmlns" on the first line of the SVG. notice above this is found on the SECOND LINE. Should this function be relaxed to find "xmlns" on any few first lines of the .svg?
The text was updated successfully, but these errors were encountered: