From 30f3b1d4ae4ab90b9647064f2fedf0b4f8e7cc03 Mon Sep 17 00:00:00 2001 From: Michael Fogleman Date: Wed, 3 May 2017 21:09:02 -0400 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index fa3a3fb..dc3b33c 100644 --- a/README.md +++ b/README.md @@ -155,8 +155,6 @@ It is often desired to rotate or scale about a point that is not the origin. The `InvertY` is provided in case Y should increase from bottom to top vs. the default top to bottom. -Note: transforms do not currently affect `DrawImage` or `DrawString`. - ## Stack Functions Save and restore the state of the context. These can be nested.