This commit is contained in:
Kathy Ruffing 2010-09-21 18:38:57 +00:00
parent 22831cc08d
commit 40077aa4e9

View File

@ -387,13 +387,6 @@ namespace Volian.Svg.Library
return m.Value;
case 'b': // Bold
return m.Value;
//case 's': // sub or super....
// if (m.Value == @"\sub") return m.Value;
// if (m.Value == @"\super") return m.Value;
// break;
//case 'n': // nosubsuper...
// if (m.Value == @"\nosupersub") return m.Value;
// break;
case 'i': // Italics
return m.Value;
case 'v': // save link hidden info