mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 12:41:30 +11:00
format :(
This commit is contained in:
parent
7fe022228a
commit
8ee317a922
|
@ -363,7 +363,6 @@ pub fn render_brush_transform(sb: &mut SceneBuilder, i: usize) {
|
||||||
Some(Affine::rotate(th).around_center(200.0, 100.0)),
|
Some(Affine::rotate(th).around_center(200.0, 100.0)),
|
||||||
Rect::from_origin_size(Point::default(), 400.0, 200.0).elements(),
|
Rect::from_origin_size(Point::default(), 400.0, 200.0).elements(),
|
||||||
);
|
);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fn convert_bez_path<'a>(path: &'a BezPath) -> impl Iterator<Item = PathElement> + 'a + Clone {
|
fn convert_bez_path<'a>(path: &'a BezPath) -> impl Iterator<Item = PathElement> + 'a + Clone {
|
||||||
|
|
Loading…
Reference in a new issue