Enum svg::path::Positioning [] [src]

pub enum Positioning {
    Absolute,
    Relative,
}

An attribute of a command indicating whether the coordinates of the command are absolute or relative to the current position.

Variants

AbsoluteRelative

Trait Implementations

impl Debug for Positioning
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.