Start from this month, I was not able to import any svg file though Vector Asset in my laptop, I always get the msg \'Internal error parsing abc.svg\'
I tried to imp
In my case, I had a decimal value indicating the height, rounded it to an integer solved the issue
Changing the 135.4 to a 136 did the job
Update
After that, In the IDE Fatal errors section I constated the following exception:
The vector assert parser fails when you have a decimal dimension, I reported the issue. I hope it will be fixed soon.