MCPcopy Create free account
hub / github.com/Logicalshift/flo_draw / fill

Method fill

canvas/src/context.rs:54–54  ·  view source on GitHub ↗

Fills the currently defined path

(&mut self)

Source from the content-addressed store, hash-verified

52
53 /// Fills the currently defined path
54 fn fill(&mut self) { self.draw(Draw::Fill); }
55
56 /// Draws a line around the currently defined path
57 fn stroke(&mut self) { self.draw(Draw::Stroke); }

Implementers 3

font_line_layout.rscanvas/src/font_line_layout.rs
context.rscanvas/src/context.rs
canvas.rscanvas/src/canvas.rs

Calls 1

drawMethod · 0.45