This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

🎨 Format code

+1 -1
+1 -1
src/rendering/objects.rs
··· 18 18 debug_time!("render_to_svg/colored_object"); 19 19 20 20 let plain_obj = match &self.shape { 21 - Shape::RawSVG {..} => self.render_raw_svg(&colormap), 21 + Shape::RawSVG { .. } => self.render_raw_svg(&colormap), 22 22 _ => self.shape.render_to_svg( 23 23 colormap.clone(), 24 24 cell_size,