Skip to content

Commit aacc00b

Browse files
committed
Revert FontTransform::RotateAngle commit
This reverts commit 1b3414a. That commits purpose was to provide coverage of a new FontTransform enum element that was added to the plotters lib, but the element was subsequently removed in plotters commit 6bd3004
1 parent f7bea41 commit aacc00b

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
@@ -252,7 +252,6 @@ 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,
256255
} / 180.0
257256
* std::f64::consts::PI;
258257

0 commit comments

Comments
 (0)