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

SVG To PNG: Pasting functionality not checking that the file is of .svg format #79

Open
SotoFidel opened this issue Nov 13, 2024 · 2 comments · May be fixed by #80
Open

SVG To PNG: Pasting functionality not checking that the file is of .svg format #79

SotoFidel opened this issue Nov 13, 2024 · 2 comments · May be fixed by #80

Comments

@SotoFidel
Copy link

Pasting any file format other than .svg is possible, but it shouldn't. This leads to a raw string of text instead of
the expected converted .png image.

Steps to reproduce:

  1. Copy an image in a format other than .svg (.png, .jpeg, etc)
  2. Paste into file drop zone

Result:
image

@SotoFidel
Copy link
Author

I'll be taking a crack at this issue I made. Also just noticed that it's missing the "Allows pasting images from clipboard" subtitle. I can make that a part of the PR.

@SotoFidel
Copy link
Author

#80 Created PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant