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
I know that svglite is out of development cycle, but there are two bugs with the inlineSVG function.
svglite
inlineSVG
height
xmlSVG({plot(1:10)},width=10)
Error in inlineSVG(code, ..., standalone = standalone, height = 7, width = 7) : formal argument "width" matched by multiple actual arguments
editSVG
Should I submit a pull to fix, or wait until the next cycle?
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
e88810c
thanks!!!
No branches or pull requests
I know that
svglite
is out of development cycle, but there are two bugs with theinlineSVG
function.height
`width` conflicteditSVG
does not create file, so cannot open the string (see fix editSVG to work with new inlineSVG/svgstring #56)Should I submit a pull to fix, or wait until the next cycle?
The text was updated successfully, but these errors were encountered: