henoc / svgeditor

VSCode extension for svg editor 🤗
MIT License
88 stars 7 forks source link

Backspace and delete stop working after opening inkscape files in svg editor #45

Open mesa123123 opened 6 years ago

mesa123123 commented 6 years ago

System Details: VsCode Version:

Version: 1.28.2 (user setup) Commit: 7f3ce96ff4729c91352ae6def877e59c561f4850 Date: 2018-10-17T00:23:51.859Z Electron: 2.0.9 Chrome: 61.0.3163.100 Node.js: 8.9.3 V8: 6.1.534.41 Architecture: x64

System Information:

Intel i5-6200U - 64bit 8G Ram Windows 10 Home Edition Inkscape

Steps to reproduce:

Open VsCode; Load a project that already contain inkscape .svg files Open svg editor on an Inkscape .svg file; try to erase code by using BackSpace or DELETE; Code should not delete even when the editor has been closed

henoc commented 6 years ago

Could you paste the svg code of inkscape?

mesa123123 commented 6 years ago

Heres the code from the file that I used:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>

image/svg+xml
mesa123123 commented 6 years ago

<?xml version="1.0" encoding="UTF-8" standalone="no"?>

image/svg+xml
mesa123123 commented 6 years ago

Sorry, how do you get the svg markup to show in this dialog box? I can't attach the file here somehow...

mesa123123 commented 6 years ago

Better yet I've linked the repository/folder where I've saved the file 👍 https://github.com/mesa123123/7211Ass1Prototype/tree/master/prototype%20assets

henoc commented 6 years ago

Thank you, I surely reproduced the problem when editing the file. I'm now investigating the reason 🤔

kwoot commented 6 years ago

Same here. :-). Good luck with the search.