0
Got puzzled!!! Anyone who can help me??👇👇
It's kinda weird! The width and the height of SVG are defined as 2000 & 2000, but the width and height of rectangle are defined as 300 and 100!! Now I'm experiencing some difficulties😓😓😓😓
5 ответов
+ 1
The answer is obvious now...
The size of svg should be bigger than anything being contained by it...
0
please post the code so that we can see what you are talking about
0
Here bro👇👇
<svg width="2000" height="2000">
<rect width="300" height="100"
x="20" y="20" fill="green" />
</svg>
0
The address of the code👉👉HTML, HTML5 section,lesson12
0
And thank you for answering😒😒😒😒