1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -04:00
This commit is contained in:
Emil Ernerfeldt
2023-11-14 18:54:46 +01:00
parent dc4e06a02e
commit bfaef3a497

View File

@@ -1635,7 +1635,7 @@ impl Context {
/// ///
/// `pixels_per_point` is used for feathering (anti-aliasing). /// `pixels_per_point` is used for feathering (anti-aliasing).
/// You can use [`Self::pixels_per_point`] for this, /// You can use [`Self::pixels_per_point`] for this,
/// or whatever is appropiate for your viewport. /// or whatever is appropriate for your viewport.
pub fn tessellate( pub fn tessellate(
&self, &self,
shapes: Vec<ClippedShape>, shapes: Vec<ClippedShape>,