> Aras Pranckevicius <aras_at_unity3d.com> 7 Oct 2008 11:29:13 +0300 wrote:
> The attached patch changes log statistics stacked line graph to use
> filled polygons instead of lines.
>
> Here it is in pictures:
> * old: http://aras-p.info/img/misc/stackedline-old.png
> * new: http://aras-p.info/img/misc/stackedline-new.png
>
> I split drawing code into a new function for the stacked line case, so
> now there is CMyGraph::DrawSeriesLine and
> CMyGraph::DrawSeriesLineStacked; this felt cleaner and more efficient
> than doing checks inside one function.
Thanks for the patch.
Applied in combination with the icon update as revision 14212.
-- Stefan^2.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: dev-help_at_tortoisesvn.tigris.org
Received on 2008-10-07 15:34:47 CEST