// niklas@protocol7.com // 99 using SharpVectors.Dom.Events; namespace SharpVectors.Dom.Svg { /// /// The SvgGElement interface corresponds to the 'g' element. /// public interface ISvgGElement : ISvgElement, ISvgTests, ISvgLangSpace, ISvgExternalResourcesRequired, ISvgStylable, ISvgTransformable, IEventTarget { } }