-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsvgevens.html
34 lines (30 loc) · 1.24 KB
/
svgevens.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<body>
<h1> **--**--**--** </h1>
<svg width="1000" height="1000">
<circle cx="50" cy="50" r="40" stroke = "purple" stroke-width="4" fill="lightblue" />
<rect x="50" y="20" width="150" height="150"
style="fill:blue;stroke:red;stroke-width:5;fill-opacity:0.1;stroke-opacity:0.9" />
<ellipse cx="300" cy="150" rx="200" ry="75"
style="fill:DarkCyan;stroke:DarkGoldenRod;stroke-width:2; fill-opacity:0.2; stroke-opacity:0.8" />
<rect x="400" y="175" width="50" height="300"
style="fill:MidnightBlue;stroke:red;stroke-MistyRose:5;fill-opacity:0.4;stroke-opacity:0.9" />
</svg>
<body>
</html>
<!DOCTYPE html>
<html>
<body>
<h1> **--**--**--** </h1>
<svg width="1000" height="1000">
<circle cx="50" cy="50" r="40" stroke = "purple" stroke-width="4" fill="lightblue" />
<rect x="50" y="20" width="150" height="150"
style="fill:blue;stroke:red;stroke-width:5;fill-opacity:0.1;stroke-opacity:0.9" />
<ellipse cx="300" cy="150" rx="200" ry="75"
style="fill:DarkCyan;stroke:DarkGoldenRod;stroke-width:2; fill-opacity:0.2; stroke-opacity:0.8" />
<rect x="400" y="175" width="50" height="300"
style="fill:MidnightBlue;stroke:red;stroke-MistyRose:5;fill-opacity:0.4;stroke-opacity:0.9" />
</svg>
<body>
</html>