Enum usvg_tree::PaintOrder
source · pub enum PaintOrder {
FillAndStroke,
StrokeAndFill,
}
Expand description
Representation of the paint-order
property.
usvg
will handle markers
automatically,
therefore we provide only fill
and stroke
variants.
Variants§
Trait Implementations§
source§impl Clone for PaintOrder
impl Clone for PaintOrder
source§fn clone(&self) -> PaintOrder
fn clone(&self) -> PaintOrder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PaintOrder
impl Debug for PaintOrder
source§impl Default for PaintOrder
impl Default for PaintOrder
source§impl PartialEq<PaintOrder> for PaintOrder
impl PartialEq<PaintOrder> for PaintOrder
source§fn eq(&self, other: &PaintOrder) -> bool
fn eq(&self, other: &PaintOrder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.