Last change
on this file since 14040 was
12762,
checked in by aballeit, 9 years ago
|
#2283 GUI updates, Tree-chart, MCTS Version 2 (prune leaves)
|
File size:
392 bytes
|
Line | |
---|
1 | using System;
|
---|
2 |
|
---|
3 | namespace SharpVectors.Dom.Svg
|
---|
4 | {
|
---|
5 | /// <summary>
|
---|
6 | /// The SvgDescElement interface corresponds to the 'desc' element.
|
---|
7 | /// </summary>
|
---|
8 | public sealed class SvgDescElement : SvgStyleableElement, ISvgDescElement
|
---|
9 | {
|
---|
10 | public SvgDescElement(string prefix, string localname, string ns, SvgDocument doc)
|
---|
11 | : base(prefix, localname, ns, doc)
|
---|
12 | {
|
---|
13 | }
|
---|
14 | }
|
---|
15 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.