<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>extension &#8211; Oh my blog! Whee!</title>
	<atom:link href="https://whee.dk/tag/extension/feed/" rel="self" type="application/rss+xml" />
	<link>https://whee.dk</link>
	<description>Wrong by design</description>
	<lastBuildDate>Mon, 28 Sep 2009 05:27:59 +0000</lastBuildDate>
	<language>da-DK</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.1</generator>
	<item>
		<title>InkScape fun</title>
		<link>https://whee.dk/2009/09/inkscape-fun/</link>
					<comments>https://whee.dk/2009/09/inkscape-fun/#respond</comments>
		
		<dc:creator><![CDATA[Arne Sostack]]></dc:creator>
		<pubDate>Mon, 28 Sep 2009 05:27:59 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[WordBuilder]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[InkScape]]></category>
		<category><![CDATA[python]]></category>
		<guid isPermaLink="false">http://whee.dk/?p=122</guid>

					<description><![CDATA[Well, I&#8217;ve been working on making an InkScape effect extension to allow me to generate place names directly into the map using WordBuilder rules. I can report some success, but also some woes. As of yesternight, I can select a textbox and run the effect, and a name appears, albeit not quite in the right [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Well, I&#8217;ve been working on making an InkScape effect extension to allow me to generate place names directly into the map using WordBuilder rules.</p>
<p>I can report some success, but also some woes. As of yesternight, I can select a textbox and run the effect, and a name appears, albeit not quite in the right place. I think I&#8217;m just putting the text in the wrong tag, so that should be easily fixable.</p>
<p>The interesting thing is that I can&#8217;t get InkScape to accept the output from my .net console application. I&#8217;m writing to stdout, and running it from the command prompt allows me to stream the output to a file, so I&#8217;m pretty sure it&#8217;s going the right way. I ended up using a python script that executes the .net application, reads the output (from what it considers stdout), and then outputs that on its own stdout. Why that works better, I&#8217;ve no idea.</p>
<p>Other than that, I&#8217;ve implemented the loop command:</p>
<pre>loop &lt;list of numeric tokens&gt; {
  &lt;commands&gt;
}</pre>
<p>Which will pick a number from the list and repeat the commands that number of times. Since it takes a token list, 4[5] 6 will make 5 loops four times as likely as 6.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://whee.dk/2009/09/inkscape-fun/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Object Caching 23/54 objects using Disk
Page Caching using Disk: Enhanced 

Served from: whee.dk @ 2026-07-13 23:58:01 by W3 Total Cache
-->