Last change
on this file since 13401 was
12762,
checked in by aballeit, 9 years ago
|
#2283 GUI updates, Tree-chart, MCTS Version 2 (prune leaves)
|
File size:
279 bytes
|
Line | |
---|
1 | using System;
|
---|
2 |
|
---|
3 | namespace SharpVectors.Dom.Svg
|
---|
4 | {
|
---|
5 | public sealed class SvgMetadataElement : SvgElement, ISvgMetadataElement
|
---|
6 | {
|
---|
7 | internal SvgMetadataElement(string prefix, string localname, string ns, SvgDocument doc)
|
---|
8 | : base(prefix, localname, ns, doc)
|
---|
9 | {
|
---|
10 | }
|
---|
11 | }
|
---|
12 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.