On 16/9/11 09:24, Tavmjong Bah wrote:
On Fri, 2011-09-16 at 00:37 +0200, ~suv wrote:
On 16/9/11 00:15, ~suv wrote:
Revision 10629, compiling with GCC 4.2.1 on Mac OS X 10.5.8 (i386):
(...)
- runtime error on launch (with new preferences file):
(...)
-> I have reverted 'src/xml/repr-css.cpp' to r10628 for now.
Sorry about that, that was in a debugging line I overlooked. It's been removed.
As reported on IRC for current trunk, changing the fill color of a text object which uses a font with spaces in its name, causes parts of the font name (after the first space) to be dropped, resulting in the text either rendered with the fallback font (Sans), or with a similar font if the first part of the name matches an existing different font.
Steps to reproduce: 1) create a new text object 2) select a font with one or more spaces in the name (e.g. "Arial Narrow") 3) change the fill color of the text object
Expected result: only the fill color changes
Actual result: the fill color changes, and the font reverts to 'Arial' (" Narrow" dropped)
Not reproduced with 0.48.2, 0.48+devel r10589, r10627 Reproduced with r10630 and later revisions
Could this possibly be triggered by your commit in r10629? http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/10629
~suv