Project Summary: Infinite-precision document formats David Gow (20513694) Supervisor: A/Prof. Tim French Project Group: David Gow (Software Engineering), Sam Moore (Mechatronics Engineering) Vector document formats like PDF and Postscript can only store documents up to a certain precision due to the "floating point" data type they use to store numbers. In this work, we explore ways to avoid this limitation to allow documents which have no limit on how far one can "zoom in." In particular, we will be investigating techniques such as the use of local coordinate systems in a quadtree and moving object rasterization to the Graphics Processing Unit (GPU) in order to minimise the performance impact of the extra precision offered.