21 lines
383 B
HTML
21 lines
383 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>
|
|
SVG set Background Color
|
|
</title>
|
|
</head>
|
|
|
|
<body>
|
|
<center>
|
|
|
|
<img src="diagram.svg" />
|
|
<!-- <svg height="100" width="100"> -->
|
|
<!-- <circle cx="50" cy="50" r="40" stroke="black" -->
|
|
<!-- stroke-width="3" fill="red" /> -->
|
|
<!-- </svg> -->
|
|
</center>
|
|
</body>
|
|
|
|
</html>
|