source:
branches/HeuristicLab.Problems.GrammaticalOptimization/SharpVectorCore/Svg/DocumentStructure/ISvgSymbolElement.cs
@
13825
Last change on this file since 13825 was 12762, checked in by aballeit, 9 years ago | |
---|---|
File size: 230 bytes |
Line | |
---|---|
1 | using SharpVectors.Dom.Events; |
2 | |
3 | namespace SharpVectors.Dom.Svg |
4 | { |
5 | public interface ISvgSymbolElement : ISvgElement, ISvgLangSpace, ISvgStylable, |
6 | ISvgExternalResourcesRequired, ISvgFitToViewBox, IEventTarget |
7 | { |
8 | } |
9 | } |
Note: See TracBrowser
for help on using the repository browser.