Skip to content

Commit 6ae424a

Browse files
authored
Merge pull request #8 from AE1020/revert-rotateangle
Revert FontTransform::RotateAngle commit
2 parents bb2f4fd + aacc00b commit 6ae424a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/canvas.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ impl DrawingBackend for CanvasBackend {
253253
FontTransform::Rotate90 => 90.0,
254254
FontTransform::Rotate180 => 180.0,
255255
FontTransform::Rotate270 => 270.0,
256-
FontTransform::RotateAngle(angle) => angle as f64,
257256
} / 180.0
258257
* std::f64::consts::PI;
259258

0 commit comments

Comments
 (0)