I use the spicec.exe on WIN32 PC ,after connect the server,I use the software named "PC LOGO"to draw a oval by the command"stampoval 50 50",but I can't see the oval showing.However,I use "stamprect 50 50" to draw a rect,I can see a rect showing.So can you help me?
Hi, What is that PC LOGO software you're mentioning? Is it free/opensource, where can I get it? -Fedor
oh~ I have solved it,in spice-common\common\gdi_canvas.c,at row 322,the SpicePathSeg* seg = s->segments[0]; should be changed by SpicePathSeg* seg = s->segments[i]; --by the way,how can I compile the gtk-spice on windows. (In reply to comment #1) > Hi, > > What is that PC LOGO software you're mentioning? Is it free/opensource, > where can I get it? > > -Fedor
thanks, sent patch upstream: http://lists.freedesktop.org/archives/spice-devel/2014-November/017804.html
commit a74209a9c37c12535c04fa27b300620aebbf0a46 Author: 天外银龙 <877821264@qq.com> Date: Mon Nov 3 01:25:40 2014 +0100 gdi: fix path segments drawing
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.