Saturday, May 10, 2014

Swiffy Transparent Background

If anyone is using swiffy and wondering how to get a transparent background, here's what you do. Just make the rectangle that swiffy inserts into the background not display.

#containerdivid svg > g > g > rect {
    display: none;
}

2 comments:

Unknown said...

Where is this #containerdivid? show example

Donn Ha said...

That's just the id of the containing div, name it whatever you please.