Prev Demo
Ecllipse With Opacity
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <h2 style="color:lightsalmon"><i>Ellipse with the Opacity</i></h2> <svg width="300" height="200" style="border:2px dotted green"> <ellipse cx="100" cy="100" rx="90" ry="50" style="fill:rgb(121,0,121);stroke-width:10; stroke:rgb(255, 216, 0);stroke-opacity:0.5;opacity:0.9"></ellipse> </svg> </body> </html>
Note: We DO NOT save your trial code in our database.
Output