graphics-shape 0.0.1

The representation of a circle
Documentation
1
2
3
4
5
6
7
use super::*;

impl Pixel {
    pub fn is_empty(&self, _: &StyleResolver) -> bool {
        self.c.is_empty()
    }
}