>It can be optimized, but don't expect to make it double faster without heavy work. > Yup! The only way you are going to get that level of performance is to move from a "parse & direct render" model to a "parse to intermediate format and then render" model. That way you avoid the parse each time you pan/zoom. Leonard