<!docType html>
<html>
<head>
<title>svg demo</title>
<style>
.ellipse {
fill: rgb(0, 255, 0);
fill-opacity: 0.7;
stroke-width: 2px;
stroke: rgb(100, 100, 100)
}
</style>
</head>
<body>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<!--
椭圆形
cx,cy:椭圆中心坐标
rx:水平半径
ry:垂直半径
-->
<ellipse cx="100" cy="80" rx="100" ry="50" class="ellipse">
</svg>
</body>
</html>
相关文章
- 10-08vue自定义指令v-focus失效之解决办法!
- 10-08python之type
- 10-08mlflow启动之gunicorn启动失败
- 10-08Python GUI之tkinter
- 10-08冰蝎改造之适配基于tomcat Filter的无文件webshell
- 10-08Flask 系列之 部署发布
- 10-08大数据ETL之Kettle基本理论与安装部署
- 10-08性能测试之稳定性测试
- 10-08数据仓库系列之ETL中常见的增量抽取方式
- 10-08大数据之什么是 ETL