<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>StringToPathGeometry Forum Rss Feed</title><link>http://www.codeplex.com/StringToPathGeometry/Thread/List.aspx</link><description>StringToPathGeometry Forum Rss Description</description><item><title>New Post: helps a lot</title><link>http://stringtopathgeometry.codeplex.com/discussions/390593</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Nice idea and implementation, for sure I will use this...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanx :)&lt;/p&gt;
&lt;/div&gt;</description><author>marko999</author><pubDate>Tue, 07 Aug 2012 15:00:56 GMT</pubDate><guid isPermaLink="false">New Post: helps a lot 20120807030056P</guid></item><item><title>New Post: In SL3.0, can you not just use XamlReader.Load ?</title><link>http://stringtopathgeometry.codeplex.com/discussions/66283</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Yes this seems to work. &amp;nbsp;You don't need the 'xmlns:x' namespace either, so you can make the string a bit shorter.&lt;/p&gt;&lt;/div&gt;</description><author>drewnoakes</author><pubDate>Thu, 15 Sep 2011 13:04:19 GMT</pubDate><guid isPermaLink="false">New Post: In SL3.0, can you not just use XamlReader.Load ? 20110915010419P</guid></item><item><title>New Post: Overriding Base PathGeometry Converter</title><link>http://stringtopathgeometry.codeplex.com/Thread/View.aspx?ThreadId=81096</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;My apologies in advance for what is probably a very simple/stupid question.&amp;nbsp; I'm new to XAML and just trying to figure out a few things.&lt;/p&gt;
&lt;p&gt;I have a XAML file imported from XPS which contains several of the following elements:&lt;/p&gt;
&lt;p&gt;&amp;lt;Path Fill=&amp;quot;#FF000000&amp;quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Path.Data&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;GeometryGroup&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;GeometryGroup FillRule=&amp;quot;Nonzero&amp;quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;GeometryGroup FillRule=&amp;quot;Nonzero&amp;quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;PathGeometry FillRule=&amp;quot;Nonzero&amp;quot; Data=&amp;quot;M4.62890386581421,479.886810302734L5.3867130279541,479.886810302734 5.3867130279541,483.191467285156C5.3867130279541,483.688873291016 5.43293714523315,484.055419921875 5.52538442611694,484.291076660156 5.61783218383789,484.526763916016 5.77668571472168,484.708404541016 6.00194501876831,484.835998535156 6.22720432281494,484.963592529297 6.50259399414063,485.027404785156 6.8281135559082,485.027404785156 7....&lt;/p&gt;
&lt;p&gt;When attempting to compile in MS Expression, the XAML editor complains that the TypeCoverter for the PathFigureCollection does not support a string.&lt;/p&gt;
&lt;p&gt;It appears that you've cracked this issue, but what I don't understand is how to specify that the XAML editor/compiler should your your Converter instead of the base converter defined for the PathGeometry class.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks in advance,&lt;br&gt;Todd&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>toddering</author><pubDate>Sun, 17 Jan 2010 17:41:58 GMT</pubDate><guid isPermaLink="false">New Post: Overriding Base PathGeometry Converter 20100117054158P</guid></item><item><title>New Post: In SL3.0, can you not just use XamlReader.Load ?</title><link>http://stringtopathgeometry.codeplex.com/Thread/View.aspx?ThreadId=66283</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;For example, this creates a light blue triangle:&lt;/p&gt;
&lt;div style="color:Black;background-color:White"&gt;
&lt;pre&gt;&lt;span style="color:Blue"&gt;string&lt;/span&gt; xamlTriangle = &lt;span style="color:#A31515"&gt;&amp;quot;&amp;lt;Path xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation' &amp;quot;&lt;/span&gt; +
                      &lt;span style="color:#A31515"&gt;&amp;quot;xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml' &amp;quot;&lt;/span&gt; +
                      &lt;span style="color:#A31515"&gt;&amp;quot;Data='M0,0 L 100 50 0 100 Z' Fill='LightBlue' Stretch='Fill'/&amp;gt;&amp;quot;&lt;/span&gt;;

Path path = (Path)System.Windows.Markup.XamlReader.Load(xamlTriangle);

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description><author>Cheeso</author><pubDate>Tue, 18 Aug 2009 21:10:54 GMT</pubDate><guid isPermaLink="false">New Post: In SL3.0, can you not just use XamlReader.Load ? 20090818091054P</guid></item><item><title>New Post: This is great</title><link>http://stringtopathgeometry.codeplex.com/Thread/View.aspx?ThreadId=55990</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Does it mean that I can use the returned PathGeometry object to create a meshed text? So I can use the geometry points to create a 3D text?&lt;/p&gt;
&lt;p&gt;Anyway, this is a great tool, thank you so much.&lt;/p&gt;&lt;/div&gt;</description><author>yhua045</author><pubDate>Tue, 12 May 2009 00:34:24 GMT</pubDate><guid isPermaLink="false">New Post: This is great 20090512123424A</guid></item><item><title>New Post: Thanks</title><link>http://www.codeplex.com/StringToPathGeometry/Thread/View.aspx?ThreadId=36152</link><description>&lt;div style="line-height: normal;"&gt;You welcome :)
&lt;/div&gt;</description><author>DevCorner</author><pubDate>Thu, 25 Sep 2008 16:56:35 GMT</pubDate><guid isPermaLink="false">New Post: Thanks 20080925045635P</guid></item><item><title>New Post: Thanks</title><link>http://www.codeplex.com/StringToPathGeometry/Thread/View.aspx?ThreadId=36152</link><description>&lt;div style="line-height: normal;"&gt;Perfect, just what I was looking for.&amp;nbsp; Thanks for the great work.&lt;br&gt;
&lt;/div&gt;</description><author>strtdusty</author><pubDate>Mon, 22 Sep 2008 03:28:03 GMT</pubDate><guid isPermaLink="false">New Post: Thanks 20080922032803A</guid></item></channel></rss>