MCPcopy Create free account
hub / github.com/Kethku/Pando / stroked_fill

Method stroked_fill

aspen/src/context_stack/draw_context.rs:99–102  ·  view source on GitHub ↗
(&mut self, shape: &impl Shape)

Source from the content-addressed store, hash-verified

97 }
98
99 pub fn stroked_fill(&mut self, shape: &impl Shape) {
100 self.fill(shape);
101 self.stroke(shape);
102 }
103
104 pub fn blurred(&mut self, rounded_rect: RoundedRect, std_dev: f64) {
105 if let Brush::Solid(color) = self.fill_brush {

Callers 1

drawMethod · 0.80

Calls 2

fillMethod · 0.80
strokeMethod · 0.80

Tested by

no test coverage detected