Type Definition style::values::computed::basic_shape::Ellipse [] [src]

type Ellipse = GenericEllipse<LengthOrPercentage, LengthOrPercentage, LengthOrPercentage>;

A computed ellipse.

Trait Implementations

impl ToCss for Ellipse
[src]

[src]

Serialize self in CSS syntax, writing to dest.

[src]

Serialize self in CSS syntax and return a string. Read more