Working with SVG files, exporting from Illustrator CS6 Extended.
https://jsfiddle.net/ustn9zp4/
The SVG is ok but the main thing is that I want to change the "d" value, to be more like this:
d="M0 0L0 18.8 141.8 4.1 283.5 18.8 283.5 0z"
Trying to optimize it as much as possible, not sure how to do it. Will be thankful if someone will point me how to do that.