SVG question
Hi, I am a bit confused by the marking notes for q5.
<rect
x=‘0’
y=‘0’
width=‘100’
height=‘100’
style=‘
fill:rgb(0,0,255);
stroke:rgb(0,0,0);’/>
Surely there are 6 valid attributes for this rect object? I cannot see how both width and height are invalid.
I have adjusted my marking for this, but am interested in everyone else’s view.