<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: : Jasema :</title>
	<atom:link href="http://marlongrech.wordpress.com/jasema/feed/" rel="self" type="application/rss+xml" />
	<link>http://marlongrech.wordpress.com</link>
	<description>my life in Avalon ....</description>
	<lastBuildDate>Thu, 05 Nov 2009 19:16:57 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kshitij Mehta</title>
		<link>http://marlongrech.wordpress.com/jasema/#comment-2876</link>
		<dc:creator>Kshitij Mehta</dc:creator>
		<pubDate>Tue, 19 May 2009 05:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://marlongrech.wordpress.com/jasema/#comment-2876</guid>
		<description>First of all, amazing app!
I saw someone requested a snap feature. So I came up with a quick tool which would take Jasema output as input, and round all numbers to a user specified precision. It can be downloaded using the following link (note you need .NET v3.5 to run this):
http://thmida.bay.livefilestore.com/y1pzxEvojgu1jcEHtDAGWvyjKtFW7qE9pUqUNey1bXpez2_aLEd11TGfWuM40LnWW2fI-fOrgJdobqymCO5vbdpPt5JfpliyyrF/KshitijWPFToolkit.exe</description>
		<content:encoded><![CDATA[<p>First of all, amazing app!<br />
I saw someone requested a snap feature. So I came up with a quick tool which would take Jasema output as input, and round all numbers to a user specified precision. It can be downloaded using the following link (note you need .NET v3.5 to run this):<br />
<a href="http://thmida.bay.livefilestore.com/y1pzxEvojgu1jcEHtDAGWvyjKtFW7qE9pUqUNey1bXpez2_aLEd11TGfWuM40LnWW2fI-fOrgJdobqymCO5vbdpPt5JfpliyyrF/KshitijWPFToolkit.exe" rel="nofollow">http://thmida.bay.livefilestore.com/y1pzxEvojgu1jcEHtDAGWvyjKtFW7qE9pUqUNey1bXpez2_aLEd11TGfWuM40LnWW2fI-fOrgJdobqymCO5vbdpPt5JfpliyyrF/KshitijWPFToolkit.exe</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marlongrech</title>
		<link>http://marlongrech.wordpress.com/jasema/#comment-2624</link>
		<dc:creator>marlongrech</dc:creator>
		<pubDate>Mon, 26 Jan 2009 07:30:24 +0000</pubDate>
		<guid isPermaLink="false">http://marlongrech.wordpress.com/jasema/#comment-2624</guid>
		<description>cool idea.... hey you speak maltese... you from Malta?</description>
		<content:encoded><![CDATA[<p>cool idea&#8230;. hey you speak maltese&#8230; you from Malta?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Kock</title>
		<link>http://marlongrech.wordpress.com/jasema/#comment-2621</link>
		<dc:creator>Tim Kock</dc:creator>
		<pubDate>Sun, 25 Jan 2009 20:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://marlongrech.wordpress.com/jasema/#comment-2621</guid>
		<description>You are on to something here, I really like it, one obvious suggestion and perhaps something that would really make this very powerfull, is to paste an existing path into an editor so that you could learn how modifying certain parameters in this abbreviated notation impacts the path.

Maybe that way I will finally understand this stuff.

Grazi Hafna!</description>
		<content:encoded><![CDATA[<p>You are on to something here, I really like it, one obvious suggestion and perhaps something that would really make this very powerfull, is to paste an existing path into an editor so that you could learn how modifying certain parameters in this abbreviated notation impacts the path.</p>
<p>Maybe that way I will finally understand this stuff.</p>
<p>Grazi Hafna!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg</title>
		<link>http://marlongrech.wordpress.com/jasema/#comment-2426</link>
		<dc:creator>Oleg</dc:creator>
		<pubDate>Thu, 04 Sep 2008 16:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://marlongrech.wordpress.com/jasema/#comment-2426</guid>
		<description>Hi,

Thanks A LOT for this tool!!! I recently had to create many paths in my project and this lightweight tool saved my day (I tried to do it in Blend, but that was much difficult and involved additional overhead).

I have two suggestions for features. 

First, when you implement layered path, could you also add ability to set picture in the background (to enable drawing over the picture).   

Second, the Resize, or Scale button. Sometimes it is needed to fit the output path to some predefined range of width/height. Right now it&#039;s not quite convinient because the tool does not show max/min of coordinates from one hand, and from the other hand I would prefer to scale original path instead of applying ScaleTransform later in the code (for performance and &quot;fine tuning&quot; reasons).     

Of course, the second feature is not that critical, because it is quite easy to make outside the tool.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks A LOT for this tool!!! I recently had to create many paths in my project and this lightweight tool saved my day (I tried to do it in Blend, but that was much difficult and involved additional overhead).</p>
<p>I have two suggestions for features. </p>
<p>First, when you implement layered path, could you also add ability to set picture in the background (to enable drawing over the picture).   </p>
<p>Second, the Resize, or Scale button. Sometimes it is needed to fit the output path to some predefined range of width/height. Right now it&#8217;s not quite convinient because the tool does not show max/min of coordinates from one hand, and from the other hand I would prefer to scale original path instead of applying ScaleTransform later in the code (for performance and &#8220;fine tuning&#8221; reasons).     </p>
<p>Of course, the second feature is not that critical, because it is quite easy to make outside the tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marlongrech</title>
		<link>http://marlongrech.wordpress.com/jasema/#comment-2357</link>
		<dc:creator>marlongrech</dc:creator>
		<pubDate>Wed, 06 Aug 2008 07:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://marlongrech.wordpress.com/jasema/#comment-2357</guid>
		<description>The license is: Do what you want yet at your own risk...</description>
		<content:encoded><![CDATA[<p>The license is: Do what you want yet at your own risk&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curufinwe</title>
		<link>http://marlongrech.wordpress.com/jasema/#comment-2353</link>
		<dc:creator>Curufinwe</dc:creator>
		<pubDate>Tue, 05 Aug 2008 12:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://marlongrech.wordpress.com/jasema/#comment-2353</guid>
		<description>Hi,

It&#039;s a very nice tool :)

What is the license for it? Is it possible to use and modify JasemaDesigner control from the application?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>It&#8217;s a very nice tool <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>What is the license for it? Is it possible to use and modify JasemaDesigner control from the application?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DAM-I</title>
		<link>http://marlongrech.wordpress.com/jasema/#comment-2326</link>
		<dc:creator>DAM-I</dc:creator>
		<pubDate>Fri, 18 Jul 2008 06:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://marlongrech.wordpress.com/jasema/#comment-2326</guid>
		<description>Marlon, Excellent work.

Thanks.</description>
		<content:encoded><![CDATA[<p>Marlon, Excellent work.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marlongrech</title>
		<link>http://marlongrech.wordpress.com/jasema/#comment-1996</link>
		<dc:creator>marlongrech</dc:creator>
		<pubDate>Mon, 18 Feb 2008 16:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://marlongrech.wordpress.com/jasema/#comment-1996</guid>
		<description>Hi

Thanks for the comments... I am working on the multiple paths already.... the other suggestions that you submitted are quite interesting ... I will look into them! Thanks a lot</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Thanks for the comments&#8230; I am working on the multiple paths already&#8230;. the other suggestions that you submitted are quite interesting &#8230; I will look into them! Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bragi</title>
		<link>http://marlongrech.wordpress.com/jasema/#comment-1995</link>
		<dc:creator>Bragi</dc:creator>
		<pubDate>Mon, 18 Feb 2008 13:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://marlongrech.wordpress.com/jasema/#comment-1995</guid>
		<description>Oh, oh and a snap feature.</description>
		<content:encoded><![CDATA[<p>Oh, oh and a snap feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bragi</title>
		<link>http://marlongrech.wordpress.com/jasema/#comment-1994</link>
		<dc:creator>Bragi</dc:creator>
		<pubDate>Mon, 18 Feb 2008 13:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://marlongrech.wordpress.com/jasema/#comment-1994</guid>
		<description>Nice progress since the first version.  This can actually become something very usefull, Thanks a lot for this. There are 2 features that would make it A LOT more usefull, I believe:
1. Copy an already existing Path string into the little editor.
2. If it were possible to somehow view different paths stacked on top of each other (so you can look at an image made up of multiple paths), but I guess you&#039;r already on that one.</description>
		<content:encoded><![CDATA[<p>Nice progress since the first version.  This can actually become something very usefull, Thanks a lot for this. There are 2 features that would make it A LOT more usefull, I believe:<br />
1. Copy an already existing Path string into the little editor.<br />
2. If it were possible to somehow view different paths stacked on top of each other (so you can look at an image made up of multiple paths), but I guess you&#8217;r already on that one.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
