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

type Circle = GenericCircle<LengthOrPercentage, LengthOrPercentage, LengthOrPercentage>;

A computed circle.

Trait Implementations

impl ToCss for Circle
[src]

[src]

Serialize self in CSS syntax, writing to dest.

[src]

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