Struct DrawState
jp
pub struct DrawState { /* fields omitted */ }
impl DrawState
fn fill(self, color: Color) -> Self
fn stroke(self, color: Color) -> Self
fn translate(self, x: f64, y: f64) -> Self
fn rotate(self, angle: f64) -> Self