Skip to content
New issue

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

Corrupt svg when saved #146

Open
hacklex opened this issue Aug 23, 2022 · 0 comments
Open

Corrupt svg when saved #146

hacklex opened this issue Aug 23, 2022 · 0 comments

Comments

@hacklex
Copy link

hacklex commented Aug 23, 2022

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.

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

No branches or pull requests

1 participant