namespace SharpVectors.Dom.Svg{
/// <summary>
/// The SvgDefsElement interface corresponds to the 'defs' element.
/// </summary>
/// <developer>niklas@protocol7.com</developer>
/// <completed>99</completed>
public interface ISvgDefsElement : ISvgElement,
ISvgTests,
ISvgLangSpace,
ISvgExternalResourcesRequired,
ISvgStylable,
ISvgTransformable/*,
org.w3c.dom.events.IEventTarget*/
{
}
}
|