Search found 4 matches
- Fri Mar 18, 2011 4:26 am
- Forum: Help with using Inkscape
- Topic: Transparent whites equivalent for svg/inkscape?
- Replies: 6
- Views: 1499
Re: Transparent whites equivalent for svg/inkscape?
For the future searchers of the world, here is the solution in flash: Flash has a ColorMatrixFilter and I was able to plug Ivan's values directly into it and *poof* transparency. Actionscript code: var matrix:Array = new Array(); matrix = matrix.concat([1, 0, 0, 0, 0]); // red matrix = matrix.concat...
- Fri Mar 18, 2011 3:50 am
- Forum: Help with using Inkscape
- Topic: Transparent whites equivalent for svg/inkscape?
- Replies: 6
- Views: 1499
Re: Transparent whites equivalent for svg/inkscape?
Ivan, your way seems to work flawlessly, but it doesn't work for my situation since I need to ultimately convert to swf. And the version of svg2swf I'm using (from 2001) doesn't seem to support filters such as this. Though I haven't tried newer versions. There is a newer version from 2009, so I migh...
- Thu Mar 17, 2011 8:19 am
- Forum: Help with using Inkscape
- Topic: Transparent whites equivalent for svg/inkscape?
- Replies: 6
- Views: 1499
Re: Transparent whites equivalent for svg/inkscape?
I'll answer my own question for #1. I found one it doesn't work with. So it seems this is not the way to go. Anyone have any ideas? http://content.screencast.com/users/C-Bizzy/folders/Jing/media/56f65408-8553-43b3-903b-de50948a26a6/00000012.png http://content.screencast.com/users/C-Bizzy/folders/Jin...
- Thu Mar 17, 2011 7:18 am
- Forum: Help with using Inkscape
- Topic: Transparent whites equivalent for svg/inkscape?
- Replies: 6
- Views: 1499
Transparent whites equivalent for svg/inkscape?
I'm trying to find a way to basically do a transparent whites. I've figured out that I can Ungroup the object, and then select all the elements, and then go to exclusion. But I don't know if this will work in all situations. Here is an example to show what I mean Ungrouped Object (Red background for...