fn stroke_bitmap()

in src/wit.rs [115:118]


    fn stroke_bitmap(&self) -> Option<(Vec<u8>, u32)> {
        let (bitmap, w) = self.stroke_bitmap()?;
        Some((bitmap.clone(), w))
    }