Bugs item #2119764, was opened at 2008-09-19 22:33
Message generated for change (Comment added) made by dooglus
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=757416&aid=2119764&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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: dooglus (dooglus)
Assigned to: Nobody/Anonymous (nobody)
Summary: eyedropper doesn't work with straight blends
Initial Comment:
draw two overlapping circles
set the top one to be 'straight' blended, with an amount of 0.5
the overlapping region will be opaque, but the other parts of the 2 circles
will be semi-transparent.
point to them, and look at the 'A' field in the 'Info' panel. it shows 100% in
one of the two semi-transparent areas.
This patch fixes it (for non-inverted circles):
Index: circle.cpp
===================================================================
--- circle.cpp (revision 2059)
+++ circle.cpp (working copy)
@@ -344,7 +344,7 @@
return
Color::blend(color,context.get_color(point),get_amount(),get_blend_method());
}
else
- return context.get_color(point);
+ return
Color::blend(Color::alpha(),context.get_color(point),get_amount(),get_blend_method());
}
//inside the circle's solid area (with feathering)
but the same problem exists for many other layer types too.
----------------------------------------------------------------------
>Comment By: dooglus (dooglus)
Date: 2008-09-20 12:49
Message:
SVN r2061 fixes this for circles.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=757416&aid=2119764&group_id=144022
-------------------------------------------------------------------------
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