Changes between Version 2 and Version 3 of QuestionsAnswers
- Timestamp:
- Jan 5, 2008, 10:43:58 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QuestionsAnswers
v2 v3 10 10 11 11 == Icon Engine == 12 13 === What are the coordinates of the drawing surface corners? === 14 15 * Upper left: 0.0 0.0 16 * Upper right: 1.0 0.0 17 * Lower left: 0.0 1.0 18 * Lower right: 1.0 1.0 19 20 Note that you may scale a surface and then the values may be greater or less depending on your scaling factor. Note also that it's possible to position an image at negative coordinates, too. The image may be cut then because parts are outside of the current drawing surface. 12 21 13 22 === My WPS seems to be slower when using the PNG icons ===