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
After some manipulations I reached the state at which every saved file started with
<svg width="507.99999999999994" height="507.99999999999994" xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" stroke="null">
which caused loading errors with some svg loaders, notably avalonia ui's Svg control.
Manipulations involved adding text layer and trying to convert it to path, then deleting it.
Resetting the image did not help.
Manually removing the stroke="null" fixed the issue of course, but still, as I think this info might help somebody else, I'm posting this issue here.
stroke="null"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After some manipulations I reached the state at which every saved file started with
which caused loading errors with some svg loaders, notably avalonia ui's Svg control.
Manipulations involved adding text layer and trying to convert it to path, then deleting it.
Resetting the image did not help.
Manually removing the
stroke="null"
fixed the issue of course, but still, as I think this info might help somebody else, I'm posting this issue here.The text was updated successfully, but these errors were encountered: