Last change
on this file since 13757 was
12762,
checked in by aballeit, 9 years ago
|
#2283 GUI updates, Tree-chart, MCTS Version 2 (prune leaves)
|
File size:
307 bytes
|
Line | |
---|
1 | // <developer>niklas@protocol7.com</developer>
|
---|
2 | // <completed>100</completed>
|
---|
3 |
|
---|
4 | namespace SharpVectors.Dom.Svg
|
---|
5 | {
|
---|
6 | /// <summary>
|
---|
7 | /// The SvgDescElement interface corresponds to the 'desc' element.
|
---|
8 | /// </summary>
|
---|
9 | public interface ISvgDescElement : ISvgElement, ISvgLangSpace, ISvgStylable
|
---|
10 | {
|
---|
11 | }
|
---|
12 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.