- object.svg
- style.css
SVG
<svg>
<rect width="50%" height="100" fill="orange" />
</svg>
CSS
svg {
border: 1px solid #dddddd;
}
You’ve gone to a different page
Goalscompleted
0
- Set the attribute
x
to25%
, and set the attributey
to25
pixels.
You’ve gone to a different page
x
to 25%
, and set the attribute y
to 25
pixels.
Comments