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