alpha
Login
or
Join now
gwen.works
/
shapemaker
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
🎨 Format code
author
gwennlbh
committer
github-actions[bot]
date
7 months ago
(Nov 21, 2025, 3:34 PM UTC)
commit
3c3d89a2
3c3d89a23c928944b163bad0e1eb47cba72ec47d
parent
43a59e3b
43a59e3b93f33fd3f2b43c572d6a5d380c2bef2d
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
rendering
objects.rs
+1
-1
src/rendering/objects.rs
Reviewed
···
18
18
debug_time!("render_to_svg/colored_object");
19
19
20
20
let plain_obj = match &self.shape {
21
21
-
Shape::RawSVG {..} => self.render_raw_svg(&colormap),
21
21
+
Shape::RawSVG { .. } => self.render_raw_svg(&colormap),
22
22
_ => self.shape.render_to_svg(
23
23
colormap.clone(),
24
24
cell_size,