Skip to content

Commit 1b3414a

Browse files
committed
Close #6
1 parent aff9b07 commit 1b3414a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/canvas.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ impl DrawingBackend for CanvasBackend {
252252
FontTransform::Rotate90 => 90.0,
253253
FontTransform::Rotate180 => 180.0,
254254
FontTransform::Rotate270 => 270.0,
255+
FontTransform::RotateAngle(angle) => angle as f64,
255256
} / 180.0
256257
* std::f64::consts::PI;
257258

0 commit comments

Comments
 (0)