Document Revision History

This table describes the changes to Quartz2DBasics.

DateNotes
2006-09-11

Now avoids use of floats where unnecessary. Where floating point constants are necessary avoids explicit use (now uses 10.0 instead of 10.0f). These changes make the code more readable while preserving efficiency and make the code ready for conversion to 64 bit.