|
|
The HTML SVG has several methods for drawing paths, boxes, circles, text, and graphic images. Browser SupportThe numbers in the table specify the first browser version that fully supports the
|
<!DOCTYPE html>
<html>
<body>
<svg width="100" height="100">
<circle cx="50" cy="50" r="40" stroke="green" stroke-width="4" fill="yellow" />
</svg>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<svg width="100" height="100">
<circle cx="50" cy="50" r="40"
stroke="green" stroke-width="4" fill="yellow" />
Sorry, your browser does not support inline SVG.
</svg>
</body>
</html>
Category: | Web Tutorial |
Sub Category: | HTML SVG Graphics |
Uploaded by: | Admin |
Read Articlehttps://develop.horje.com/learn/1434/reference