+ 11
SVG Problem
Hi Everyone, I am having trouble with SVG path element. I have put the path, stroke and fill but the code doesn't give the output. Please point out my mistake and solution/correction. https://code.sololearn.com/WVSvRN2Fh963/#html
4 Antworten
+ 5
Is this what you want. I changed from path lowercase letter to uppercase letter.
https://code.sololearn.com/W0n119WqpcXv/?ref=app
+ 6
thanks, @Warith for your help.
+ 4
When capital letters are used, it indicates absolute position; lower case indicates relative position.