Revision: 869 Author: tim.bunce Date: Sun Oct 4 15:13:08 2009 Log: Switch to a rectangular style gradient effect (it's not quite right yet but I think it's better than the radial gradient)
http://code.google.com/p/perl-devel-nytprof/source/detail?r=869 Added: /trunk/lib/Devel/NYTProf/js/jit/gradient-cushion1.png Modified: /trunk/bin/nytprofhtml ======================================= --- /dev/null +++ /trunk/lib/Devel/NYTProf/js/jit/gradient-cushion1.png Sun Oct 4 15:13:08 2009 Binary file, no diff available. ======================================= --- /trunk/bin/nytprofhtml Thu Aug 6 19:20:50 2009 +++ /trunk/bin/nytprofhtml Sun Oct 4 15:13:08 2009 @@ -652,7 +652,7 @@ return; } leaf.innerHTML = tree.name + - "<img src=\\"js/jit/gradient20.png\\" " + + "<img src=\\"js/jit/gradient-cushion1.png\\" " + " style=\\"position:absolute;top:0;left:0;width:" + width+"px;height:" + height+"px;\\" />"; style.width = width + "px"; --~--~---------~--~----~------------~-------~--~----~ You've received this message because you are subscribed to the Devel::NYTProf Development User group. Group hosted at: http://groups.google.com/group/develnytprof-dev Project hosted at: http://perl-devel-nytprof.googlecode.com CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf To post, email: [email protected] To unsubscribe, email: [email protected] -~----------~----~----~----~------~----~------~--~---
