Revision: 2146
          http://synfig.svn.sourceforge.net/synfig/?rev=2146&view=rev
Author:   dooglus
Date:     2008-11-04 14:44:38 +0000 (Tue, 04 Nov 2008)

Log Message:
-----------
Build rectanglular blines in the same handedness as all the other shapes.

Modified Paths:
--------------
    synfig-studio/trunk/src/gtkmm/state_rectangle.cpp

Modified: synfig-studio/trunk/src/gtkmm/state_rectangle.cpp
===================================================================
--- synfig-studio/trunk/src/gtkmm/state_rectangle.cpp   2008-11-04 07:26:49 UTC 
(rev 2145)
+++ synfig-studio/trunk/src/gtkmm/state_rectangle.cpp   2008-11-04 14:44:38 UTC 
(rev 2146)
@@ -490,8 +490,8 @@
        {
                new_list.push_back(*(new BLinePoint));
                new_list[i].set_width(1);
-               new_list[i].set_vertex(Point((i==0||i==1)?x_min:x_max,
-                                                                        
(i==0||i==3)?y_min:y_max));
+               new_list[i].set_vertex(Point((i==0||i==3)?x_min:x_max,
+                                                                        
(i==0||i==1)?y_min:y_max));
                new_list[i].set_tangent(Point(0,0));
        }
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to