Open dan-reznik opened 4 years ago
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
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 notifications@github.com 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 https://github.com/metrumresearchgroup/slickR/issues/39?email_source=notifications&email_token=AD32VFSZPRA4UZITPYU5FJTRFDXFNA5CNFSM4K44XRRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENIF3WQ#issuecomment-592469466, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD32VFR7TLIICQZ5OMRKMU3RFDXFNANCNFSM4K44XRRA .
I didn't get an email.
can you cat(readLines(PATH_TO_FILE))
and paste in the output
thanks
you can use this commit (https://github.com/metrumresearchgroup/slickR/commit/e8d3e0e7d2278eebe56ff528e5b6204d6d957da5) to test your file. it solves the problem a different way that is more robust
remotes::install_github('metrumresearchgroup/slickR@e8d3e0e')
ht @dmi3kno
Hi. I'm having this problem, and the commit you referenced fixes it.
Can this be added into the master branch?
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?