Skip to content

Fix svgPath issue for paths with spacing#54

Open
fpunny wants to merge 1 commit intoevenchange4:masterfrom
fpunny:patch-1
Open

Fix svgPath issue for paths with spacing#54
fpunny wants to merge 1 commit intoevenchange4:masterfrom
fpunny:patch-1

Conversation

@fpunny
Copy link
Copy Markdown

@fpunny fpunny commented Mar 6, 2021

Currently when a svgPath has a space (for example, C://owo/John Doe). The command is executed as svgr C://owo/John Doe ..., resulting in the file not being found since it believes the location is C://owo/John. Hence, having double quotes around the svgPath would preserve the spaces

Currently when a svgPath has a space (for example, `C://owo/John Doe`). The command is executed as `svgr C://owo/John Doe ...`, resulting in the file not being found since it believes the location is "C://owo/John". Hence, having double quotes to preserve the spaces in the path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant