Skip to content

Commit

Permalink
Implement get_size
Browse files Browse the repository at this point in the history
  • Loading branch information
Eijebong committed Aug 21, 2019
1 parent fda815b commit 97364dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/canvas/raqote_backend.rs
Expand Up @@ -305,7 +305,7 @@ impl GenericDrawTarget for raqote::DrawTarget {
unimplemented!();
}
fn get_size(&self) -> Size2D<i32> {
unimplemented!();
Size2D::new(self.width(), self.height())
}
fn get_transform(&self) -> Transform2D<f32> {
*self.get_transform()
Expand Down

0 comments on commit 97364dc

Please sign in to comment.