Using Multiple Filters

	Hi,

	Excuse my inexperience here, but is there any way
	to apply more than one filter to an SVG tag,
	other than wrapping the SVG tag with one <g> tag
	for each filter?  IE:

	<g filter="url(#filter1)">
 	<g filter="url(#filter2)">
	   <text >blah blah</text>
	</g>
	</g>

	I suspect, maybe the <use> tag is relevant, but
	I can't figure out how to make it work other than
	As shown above.

	Thanks,
	Joe

Received on Monday, 18 March 2002 15:28:23 UTC