Re: [Synfig-devl] Hi Synfig devs

2012-05-27 Thread Zelgadis
Hi! 2012/5/27 Carlos Lopez Gonzalez : > My reasons: ... > BLinePoint>Spline item > Why this change? for coherence with future suggested Width item and existing > Dash item. All them belong to a list like value node so compose it by > "items" is the right way to me to call them. > > Vertex>Vertex >

Re: [Synfig-devl] Cairo implementation roadmap

2012-05-27 Thread Nikita Kitaev
I think the distinction between SynfigColor and CairoColor may be a red herring, because the real major distinction between the two rendering systems is that the surface currently stores pixels as an array of Color objects, but cairo expects a pure array of bytes. Even if the array of Color objects

[Synfig-devl] [ synfig-Bugs-3530158 ] indexed png image w/16-256 colors does not render correctly

2012-05-27 Thread SourceForge . net
Bugs item #3530158, was opened at 2012-05-27 16:40 Message generated for change (Tracker Item Submitted) made by bions You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=757416&aid=3530158&group_id=144022 Please note that this message will contain a full copy of the co

Re: [Synfig-devl] Cairo implementation roadmap

2012-05-27 Thread Carlos Lopez Gonzalez
Hi! yesterday I had the first coding session. My first step was to try to create a ColorBase template (the type name used is the color channel value) and inherit from it the current Color class and future CairoColor class.  I realized two things: 1) Create a template for that kind of classes is u