We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In a370b05, inlineSVG we changed to use svgstring instead of svglite. However, the path argument still exists even though it is no longer used.
inlineSVG
svgstring
svglite
path
Also, editSVG will no longer work since it requires a saved file. Add the expected-to-be-removed-from-inlineSVG path argument to editSVG.
editSVG
The text was updated successfully, but these errors were encountered:
Use svgstring() for inlineSVG().
a370b05
cc @timelyportfolio
I will submit a pull shortly.
Sorry, something went wrong.
address r-lib#56 by removing path argument from inlineSVG and add…
3b5ddfb
…ing `path` argument to `editSVG`
8bc1980
Successfully merging a pull request may close this issue.
In a370b05,
inlineSVG
we changed to usesvgstring
instead ofsvglite
. However, thepath
argument still exists even though it is no longer used.Also,
editSVG
will no longer work since it requires a saved file. Add the expected-to-be-removed-from-inlineSVG
path
argument toeditSVG
.The text was updated successfully, but these errors were encountered: