- From: Erik Dahlstrvm via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 07 Jan 2011 13:10:50 +0000
- To: public-fx-editors@w3.org
Update of /sources/public/Graphics-FX/modules/filters/publish/rng
In directory hutz:/tmp/cvs-serv19060
Added Files:
feUnsharpMask
Log Message:
Moved filters spec from dev.w3.org/SVG/modules/filters.
--- NEW FILE: feUnsharpMask ---
<define name='svg.feUnsharpMask.content'>
<zeroOrMore>
<choice>
<ref name='animate'/>
<ref name='set'/>
</choice>
</zeroOrMore>
</define>
<define name='feUnsharpMask'>
<element name='feUnsharpMask'>
<ref name='attlist.feUnsharpMask'/>
<ref name='svg.feUnsharpMask.content'/>
</element>
</define>
<define name='attlist.feUnsharpMask' combine='interleave'>
<ref name='svg.Core.attrib'/>
<ref name='svg.FilterColor.attrib'/>
<ref name='svg.FilterPrimitiveWithIn.attrib'/>
<optional>
<attribute name='amount'>
<ref name='Number.datatype'/>
</attribute>
<attribute name='radius'>
<ref name='NumberOptionalNumber.datatype'/>
</attribute>
<attribute name='threshold'>
<ref name='Number.datatype'/>
</attribute>
</optional>
</define>
Received on Friday, 7 January 2011 13:10:51 UTC