I have a problem with svg image's path.
<svg xmlns="http://www.w3.org/2000/svg" width="225.65" height="46.59" >
<defs></defs>
<desc>ESSENTIALS</desc>
<path fill="#477294" d="M52.6 25.36h8⋯2.33-2.33z" />
</svg>
currently I'm working on Gastby.js with a tutorial book and try to build a simple website. the tutorial shows that above code for svg images and I wrote exactly the same, but it did not work at all on browsers. What I tried was 1) not three dots(⋯), I wrote space between 8 and 2, 2) just ... three dots.
I would appreciate that if you could help me or any suggesion.
Thank you in advance!! :)