On 8-4-2011 22:30, Krzysztof KosiĆski wrote:
2011/4/8 Johan Engelen<jbc.engelen@...2592...>:
Can you give specific people (like me :P) commit access, so I can help with the build problems?
Looks like there is now way in Launchpad to do this.
I'm not surprised...
I'm now uploading it with ~inkscape.dev as the owner.
Thanks. I've (temporarily) fixed the Windows build. I get a crash on startup and have to work around an assert. src/libnrtype/FontInstance.cpp, line 560: //g_assert(polyCurve->cpfx % 2 == 0); if (polyCurve->cpfx % 2 != 0) return;
One thing I noticed is funny: the diamond-shaped knots are not symmetric any more. The topleft edge is shorter than the others :) Not sure whether I like the "better looking" knots now. They look more part of the figure instead of part of the UI (the old ones are more pixelated, and 1 pixel stroked).
Ciao, Johan