Bugs item #1569617, was opened at 2006-10-03 00:50 Message generated for change (Comment added) made by dooglus You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=757416&aid=1569617&group_id=144022
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Render Artifact Group: Latest release (0.61.06) Status: Open Resolution: Accepted Priority: 5 Private: No Submitted By: dooglus (dooglus) Assigned to: Nobody/Anonymous (nobody) Summary: rotating text 180 degrees fails Initial Comment: If I rotate text by 179.99 degrees or 180.01 degrees, the text turns upside down, as I would expect. If I rotate by 180.00 degrees, the text isn't rotated at all. Example .sif file: http://dooglus.rincevent.net/rotatebug.sif Screenshot of how it looks in synfigstudio: http://dooglus.rincevent.net/rotatebug.png ---------------------------------------------------------------------- >Comment By: dooglus (dooglus) Date: 2007-09-24 12:54 Message: Logged In: YES user_id=1546005 Originator: YES synfig-core/trunk/src/modules/lyr_std/rotate.cpp has specific code to short-cut the rotation if it's 180 degrees: if(amount.dist(Angle::deg(180))==Angle::deg(0)) I expect that's what triggers this bug. ---------------------------------------------------------------------- Comment By: Paul Wise (pabs3) Date: 2007-02-01 05:12 Message: Logged In: YES user_id=35028 Originator: NO Just leaving a note for myself that this bug is in the synfig renderer, not synfigstudio. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=757416&aid=1569617&group_id=144022 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
