ellipse

<ellipse>

ellipse元素是一个SVG基本形状,用于根据中心坐标创建椭圆,以及它们的x和y半径。

椭圆无法指定椭圆的精确方向(例如,如果要绘制以45度角倾斜的椭圆),但可以使用transform属性来旋转椭圆。

用法上下文

分类基本形状元素,图形元素,形状元素
允许的内容任意数量的以下元素,以任何顺序排列:动画元素描述性元素

属性

全局属性

  • Conditional processing attributes »

  • Core attributes »

  • Graphical event attributes »

  • Presentation attributes »

  • class

  • style

  • externalResourcesRequired

  • transform

具体属性

  • cx

  • cy

  • rx

  • ry

DOM接口

这个元素实现了SVGEllipseElement接口。

SVG

<svg width="120" height="120" viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg"> <ellipse cx="60" cy="60" rx="50" ry="25"/> </svg>

结果

产品规格

SpecificationStatusComment
Scalable Vector Graphics (SVG) 2The definition of '<ellipse>' in that specification.Candidate RecommendationAdded auto value for rx and ry
Scalable Vector Graphics (SVG) 1.1 (Second Edition)The definition of '<ellipse>' in that specification.RecommendationInitial definition

浏览器兼容性

FeatureChromeEdgeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support1.0(Yes)1.5 (1.8)9.08.03.0.4

FeatureAndroidEdgeFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Basic support3.0(Yes)1.0 (1.8)No support(Yes)3.0.4