Re: [Synfig-devl] Hi Synfig devs

2012-05-28 Thread Zelgadis
Hi! 2012/5/27 Carlos Lopez Gonzalez carloslopezgonza...@yahoo.es: My reasons: ... BLinePointSpline 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

Re: [Synfig-devl] Cairo implementation roadmap

2012-05-28 Thread Carlos Lopez Gonzalez
Hi! That's great you have came up with this solution. It is far better than the complication I was building around using templates. Please let me rephrase your sentences to allow me to fix the idea and ask if I didn't get it right: 1) Implement virtual value_type *get_data() and virtual

Re: [Synfig-devl] Rv: Cairo implementation roadmap

2012-05-28 Thread Carlos López González
Just a few notes of things that I'm seeing when reading the code: 1) generic_pen_row_iterator stores data_ and pitch_as the two only member variables. Both are public. 2) generic_pen defines as public the begin_x(), end_x(), begin_y and end_y() members that returns iterators (pointers) to the