inkview can't show text blur and the cause of it
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.
Hi, sounds easy enough to fix - do you have a Launchpad bug ID we could reference for this issue?
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.
participants (2)
-
Bryce Harrington
-
Lingtao Pan