Sublime Forum

Problem found in the svg tag of HTML

#1

In my project, I need to draw a line inside the svg tag. The codes are given in the screenshot below.


My Sublime normally works when I put those three ‘stroke’ tags in a single line, but when I try to rewrite it in three lines (just like the style above), something strange appears. Whenever I press the ‘Tab’ key, my Sublime will crash, while nothing will happen if I simply press ‘space’ key for 4 times.
A Sublime user once told me to change the HTML tag (in the bottom right corner) into another one. I tried this, but it only worked when I changed it into the ‘Plain Text’ tag. He also told me to remove all my HTML plugins, but this method didn’t work either.
Guess this is a bug eh? Or anyone could, please, help me with this problem? Many thanks!

0 Likes

#2
0 Likes

#3

Oh wow! Never thought that Emmet would be the point. I’ve got it removed and it’s okay now. Many thanks for your help!

0 Likes