Re: [svg-developers] Filter replacing colors selectively

2010-08-16 Thread Stanimir Stamenkov
Mon, 16 August, 2010 1:40:39, /ddailey/: I don't know about using filters as a part of CSS like that (nor in which browsers it would work), I'm using Mozilla Firefox (4.0 betas). I place the CSS rules specifying the 'filter' property [1] in my userContent.css [2]. I may use the

[svg-developers] Filter replacing colors selectively

2010-08-15 Thread Stanimir Stamenkov
I have very basic knowledge of SVG and I've been able to apply SVG filters to images as part of my browser user style sheet like: img { filter: url(my-svg-filters.xml#filter-a); } Is there a way, what would be the filter definition to replace just certain colors in an image, e.g. I want to

Re: [svg-developers] Filter replacing colors selectively

2010-08-15 Thread ddailey
, August 14, 2010 6:03 PM Subject: [svg-developers] Filter replacing colors selectively I have very basic knowledge of SVG and I've been able to apply SVG filters to images as part of my browser user style sheet like: img { filter: url(my-svg-filters.xml#filter