Skip to content

Commit 3d73695

Browse files
committed
More transform stuff for bump_estimate
1 parent 5148adf commit 3d73695

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vello/src/scene.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ impl Scene {
244244
{
245245
use peniko::kurbo::PathEl;
246246
let path = [PathEl::MoveTo(Point::ZERO), PathEl::LineTo(Point::ZERO)];
247-
self.estimator.count_path(path.into_iter(), &t, None);
247+
self.estimator
248+
.count_path(path.into_iter(), &Transform::IDENTITY, None);
248249
}
249250
}
250251
self.encoding.encode_begin_clip(parameters);

0 commit comments

Comments
 (0)