5 Oct
2004
5 Oct
'04
11:58 p.m.
What I would like people to try for me, is L10N stuff, and whether it works better now with non-ASCII filenames.
Preview is still broken for non-ASCII filenames. The preview pane does not update, and there's a warning:
** (inkscape:27335): WARNING **: Invalid UTF8 string passed to pango_layout_set_text()
Also, Bob, two problems I found with your tracing code:
- It ignores the transform= on the <image> it takes. It must remember it and reapply it to the path so that it exactly overlaps.
- It should clear previous selection and select the newly created shape (see make_bitmap_copy in selection-chemistry for how to do this).