aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/rects.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/rects.cpp')
-rw-r--r--gm/rects.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/gm/rects.cpp b/gm/rects.cpp
index 2c972fb0cc..3816f9e700 100644
--- a/gm/rects.cpp
+++ b/gm/rects.cpp
@@ -159,6 +159,13 @@ protected:
m.setRotate(SkIntToScalar(30));
fMatrices.push_back(m);
}
+
+ {
+ // 90 degree rotation
+ SkMatrix m;
+ m.setRotate(SkIntToScalar(90));
+ fMatrices.push_back(m);
+ }
}
void makeRects() {