+ 3
Why the svg isn't showing up?
What's the problem? https://code.sololearn.com/WOH5Lbf6Jqud/?ref=app
10 odpowiedzi
+ 6
The thing is, copy and pasting
<svg height="210" width="500">
to replace the original line fixes the code, the SVG displays well, but editing the height and width in the original code does not work. There are probably invisible or invalid characters in the original code.
I totally did not waste an hour looking at two similar codes producing different results. >.>
+ 4
As it is now, replacing the svg tag with:
<svg height="210" width="500">
Fixes the issue.
+ 3
It works just fine.
+ 2
Meet Mehta wait
+ 2
Meet Mehta see now
+ 2
Hatsy Rei it doesn't show up for me
+ 2
Meet Mehta earlier i added other code
+ 2
Hatsy Rei :) works
+ 1
Code is running fine.
+ 1
It was working before.
But after you updated , svg is not being shown.