Skip to content

Commit

Permalink
Update for glifrenderer and glifparser changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlcctrlv committed Jun 2, 2023
1 parent 23b0e61 commit edfa889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pub fn render_frame(v: &mut Editor, i: &mut Interface, canvas: &mut Canvas) {
}
}

glifrenderer::glyph::draw(canvas, v.preview.as_ref().unwrap(), &i.viewport);
glifrenderer::glyph::draw(canvas, v.preview.as_ref().unwrap(), &i.viewport, None);

v.with_glyph(|glyph| {
// Cache component rects and flattened outline on MFEKGlif
Expand Down

0 comments on commit edfa889

Please sign in to comment.