Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Logicalshift/flo_draw
/ draw
Method
draw
canvas/src/context.rs:346–348 ·
view source on GitHub ↗
(&mut self, d: Draw)
Source
from the content-addressed store, hash-verified
344
impl GraphicsContext for Vec<Draw> {
345
#[inline]
346
fn draw(&mut self, d: Draw) {
347
self.push(d);
348
}
349
}
Callers
15
start_frame
Method · 0.45
show_frame
Method · 0.45
reset_frame
Method · 0.45
new_path
Method · 0.45
move_to
Method · 0.45
line_to
Method · 0.45
bezier_curve_to
Method · 0.45
close_path
Method · 0.45
fill
Method · 0.45
stroke
Method · 0.45
line_width
Method · 0.45
line_width_pixels
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected