Bryce Harrington wrote:
Hi, sounds easy enough to fix - do you have a Launchpad bug ID we could
reference for this issue?

  
The bug ID is 185522.

I've created a patch.

Bryce

On Wed, Jan 23, 2008 at 10:08:46PM +0800, Lingtao Pan wrote:
  
Hi, all:

Inkview in front revision can't show text blur correctly.

I traced the problem and find that in main()
  sp_document_ensure_up_to_date (ss.doc);
should be put before
  ss.view = sp_svg_view_widget_new (ss.doc);
not after.

Otherwise the 'layout' member of SPText will have wrong value.
And consequently, the 'item_bbox' will not be set correctly.

By the way, I'm from China, and have been using Inkscape for more than one
year. Usually, I use inkscape to design slides, and use inkview to show 
them.