Removed SvgRtf

This commit is contained in:
Rich
2010-05-19 14:55:31 +00:00
parent 4e85f82557
commit 21f32e3434
3 changed files with 170 additions and 170 deletions

View File

@@ -32,7 +32,7 @@ namespace Volian.Svg.Library
#region Parts
// SVG Parts
SvgParts _SvgParts = new SvgParts();
[XmlElement("foreignObject", typeof(SvgRtf))]
//[XmlElement("foreignObject", typeof(SvgRtf))]
[XmlElement("use", typeof(SvgUse))]
[XmlElement("image", typeof(SvgImage))]
[XmlElement("text", typeof(SvgText))]