Last change
on this file since 13599 was
12762,
checked in by aballeit, 9 years ago
|
#2283 GUI updates, Tree-chart, MCTS Version 2 (prune leaves)
|
File size:
395 bytes
|
Rev | Line | |
---|
[12762] | 1 | using System;
|
---|
| 2 | using System.Xml;
|
---|
| 3 |
|
---|
| 4 | namespace SharpVectors.Dom.Svg
|
---|
| 5 | {
|
---|
| 6 | /// <summary>
|
---|
| 7 | /// Summary description for SvgTextElement.
|
---|
| 8 | /// </summary>
|
---|
| 9 | public sealed class SvgTextElement : SvgTextPositioningElement, ISvgTextElement
|
---|
| 10 | {
|
---|
| 11 | public SvgTextElement(string prefix, string localname, string ns, SvgDocument doc)
|
---|
| 12 | : base(prefix, localname, ns, doc)
|
---|
| 13 | {
|
---|
| 14 | }
|
---|
| 15 | }
|
---|
| 16 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.