On Fri, 2008-11-07 at 23:03 +0100, Julien Cochennec wrote:
> Hi every body, very simple problem here, I'm trying to get a transparent 
> SVG background, which is easy to make with a real SVG file, you just 
> have to erase the background color definition.
> Of course I've tried :
> 
> $graph->background->background = '';
> 

Try this:

        $graph->background->color = 'FFFFFF';

I don't know if this is exactly what you need, though!

joao


> 
> But it didn't work, any ideas?
> 

-- 
Components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/components

Reply via email to