skia_safe::svg

Type Alias TransformableNode

Source
pub type TransformableNode = RCHandle<SkSVGTransformableNode>;

Aliased Type§

struct TransformableNode(/* private fields */);

Implementations§

Source§

impl TransformableNode

Source

pub fn set_transform(&mut self, transform: &Matrix)

Source

pub fn transform(&self) -> &Matrix

Trait Implementations§

Source§

impl DebugAttributes for TransformableNode

Source§

const NAME: &'static str = "TransformableNode"

Source§

fn _dbg(&self, builder: &mut DebugStruct<'_, '_>)