I'm trying to learn SVG for the first time but the code seems to have an issue with my block comments. I'm using:
/* This is my
* block comment
*/
And when I run my code, I get the following error:
'return' statement outside of function
line: 116, column: 4
That so happens to be immediately before my block comment.