<?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>stick&#039;s corner &#187; svg</title>
	<atom:link href="http://stick.gk2.sk/blog/tag/svg/feed/" rel="self" type="application/rss+xml" />
	<link>http://stick.gk2.sk</link>
	<description>Look at you, hacker. A pathetic creature of meat and bone. How can you challenge a perfect, immortal machine?</description>
	<lastBuildDate>Mon, 26 Jul 2010 16:31:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Prezi Offline in Linux</title>
		<link>http://stick.gk2.sk/blog/2010/05/prezi-offline-in-linux/</link>
		<comments>http://stick.gk2.sk/blog/2010/05/prezi-offline-in-linux/#comments</comments>
		<pubDate>Fri, 07 May 2010 11:46:50 +0000</pubDate>
		<dc:creator>Pavol Rusnak</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[gamestore]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[offline]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[prezi]]></category>
		<category><![CDATA[svg]]></category>

		<guid isPermaLink="false">http://stick.gk2.sk/?p=1296</guid>
		<description><![CDATA[For creating my GameStore talk at LinuxWochen Wien I decided to use new and hip tool called Prezi. I&#8217;m not going to write about its features, you have to try and see for yourself. What I can say is that I really like the tool, but it has one big disadvantage &#8211; it&#8217;s written in [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">For creating my <a href="http://prezi.com/aoojwi_3tlzn/">GameStore</a> talk at <a href="http://linuxwochen.at">LinuxWochen Wien</a> I decided to use new and hip tool called <a href="http://prezi.com">Prezi</a>.  I&#8217;m not going to write about its features, you have to try and see for yourself. <img src='http://stick.gk2.sk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  What I can say is that I really like the tool, but it has one big disadvantage &#8211; it&#8217;s written in Flash.</p>
<p style="text-align: justify;">During the event we had a wireless connection available, but it was rather unreliable, so it was no option for me to present the talk online. I started to investigate the offline options. Either you can download the full blown Prezi Desktop, which is available if you subscribe the service, or you just download the Prezi &#8220;Player&#8221;. But wait, the page claims it is compatible only with Windows and Mac OS X. Let&#8217;s see. I downloaded the ZIP archive and indeed &#8211; it contains data folder with your presentation, Windows application (<code>prezi.exe</code>) and Mac OS X application (<code>prezi.app</code>).</p>
<p style="text-align: justify;">Let&#8217;s get hacking! Mac OS X application is in fact just a directory structure. I copied the file <code>prezi.app/Contents/Resources/movie.swf</code> to the same location as my <code>data</code> directory and tried to run <code>flashplayer movie.swf</code>. Wow! The presentation started to load, but unfortunately it stopped after few seconds and I ended with this:</p>
<p><a href="http://stick.gk2.sk/blog/wp-content/uploads/2010/05/prezi1.png"  rel="lightbox[1296]"><img class="aligncenter size-medium wp-image-1297" title="Prezi 1" src="http://stick.gk2.sk/blog/wp-content/uploads/2010/05/prezi1-300x264.png" alt="" width="300" height="264" /></a></p>
<p style="text-align: justify;">I tried <code>strace</code>ing the process, but found nothing unusual (like failed <code>open</code> calls). Then I downloaded the debug version of Flash Player, run the command again and got this exception:</p>
<pre>An ActionScript error has occurred:
Error #2044: Unhandled SecurityErrorEvent:. text=Error #2140: Security sandbox violation:
file:///.../movie.swf/[[DYNAMIC]]/1 cannot load file:///.../data/fonts/LiberationSerif-Regular.swf.
Local-with-filesystem and local-with-networking SWF files cannot load each other.</pre>
<p style="text-align: justify;">Aha! Locally stored SWF files cannot load other SWF files, neither local ones, nor remote ones. That&#8217;s the problem.  Ok, let&#8217;s change the standalone player settings. But how?! I tried various command line switch with no success. After couple minutes of searching I found that standalone Flash Player settings could be changed via Flash plugin that loads Settings manager from the Internet? WTF?! <img src='http://stick.gk2.sk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p style="text-align: justify;">I will make it easier for you: let&#8217;s google for &#8220;flash global security settings content creators&#8221;. The first result at the time of writing this article was <a href="http://macromedia.com/support/documentation/en/flashplayer/help/settings_manager04a.html">this one</a>. Go to this URL, wait until the Settings manager is loaded and then click on the &#8220;Edit locations &#8230;&#8221; button.</p>
<p><a href="http://stick.gk2.sk/blog/wp-content/uploads/2010/05/prezi2.png"  rel="lightbox[1296]"><img class="aligncenter size-medium wp-image-1298" title="Prezi 2" src="http://stick.gk2.sk/blog/wp-content/uploads/2010/05/prezi2-300x218.png" alt="" width="300" height="218" /></a></p>
<p style="text-align: justify;">After that select &#8220;Add directory&#8221; and choose local directory where you store your presentations. From now on you enabled standalone Flash player to run your Prezis. Congratulations!</p>
<p style="text-align: justify;">Even though I like Prezi, I would be ecstatic if they dropped Flash and used SVG instead as its presentation and interchange format, probably using the uber-cool <a href="http://svg-edit.googlecode.com/">SVG-edit</a> as the core. <img src='http://stick.gk2.sk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  It would also enable iPad users to use the tool. And yes, I know about <a href="http://jessyink.googlecode.com/">JessyInk</a>, but that&#8217;s not exactly what I have on mind &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://stick.gk2.sk/blog/2010/05/prezi-offline-in-linux/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>SVG-edit 2.3 is out!</title>
		<link>http://stick.gk2.sk/blog/2009/09/svg-edit-2-3-is-out/</link>
		<comments>http://stick.gk2.sk/blog/2009/09/svg-edit-2-3-is-out/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 11:43:29 +0000</pubDate>
		<dc:creator>Pavol Rusnak</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[svg]]></category>
		<category><![CDATA[svg-edit]]></category>
		<category><![CDATA[tryme]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://stick.gk2.sk/?p=741</guid>
		<description><![CDATA[During the last weekend we released version 2.3 of our in-browser SVG editor called SVG-edit. If I was a DnB producer I would call this a &#8220;massive&#8221; release, because it includes lots of new features. To name some of them: Rotate tool Polygon/Polyline Editing Linear Gradient Picking View and Edit Source Clone tool Align tool [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">During the last weekend we released version 2.3 of our in-browser SVG editor called <a href="http://code.google.com/p/svg-edit/">SVG-edit</a>. If I was a <a href="http://www.hospitalrecords.com/artists/">DnB producer</a> I would call this a &#8220;massive&#8221; release, because it includes lots of new features. <img src='http://stick.gk2.sk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  To name some of them:</p>
<ul>
<li>Rotate tool</li>
<li>Polygon/Polyline Editing</li>
<li>Linear Gradient Picking</li>
<li>View and Edit Source</li>
<li>Clone tool</li>
<li>Align tool</li>
<li>Firefox extension</li>
<li>Opera widget</li>
</ul>
<p style="text-align: justify;"><a href="http://www.codedread.com/">Jeff Schiller</a> also prepared two screencasts. The older one is an introduction to SVG-edit, where he uses 2.2 version. And the newer one, which presents some of the new features included in 2.3 release.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/ZJKmEI06YiY&amp;hl=en&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/ZJKmEI06YiY&amp;hl=en&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/RVIcIy5fXOc&amp;hl=en&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/RVIcIy5fXOc&amp;hl=en&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Head <a href="http://svg-edit.googlecode.com/svn/tags/stable/editor/svg-editor.html">here</a> if you&#8217;d like to try SVG-edit yourself!</p>
]]></content:encoded>
			<wfw:commentRss>http://stick.gk2.sk/blog/2009/09/svg-edit-2-3-is-out/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SVG-edit 2.1 released</title>
		<link>http://stick.gk2.sk/blog/2009/06/svg-edit-2-1-released/</link>
		<comments>http://stick.gk2.sk/blog/2009/06/svg-edit-2-1-released/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 09:13:23 +0000</pubDate>
		<dc:creator>Pavol Rusnak</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[googlewave]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[svg]]></category>
		<category><![CDATA[svg-edit]]></category>
		<category><![CDATA[tryme]]></category>
		<category><![CDATA[wave]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://stick.gk2.sk/?p=480</guid>
		<description><![CDATA[Thanks to hard work of Jeff, Narendra, Vidar and me, we managed to create today a 2.1 release of SVG-edit. Interesting changes include: tooltips for all UI elements editing of fill, stroke and group opacity selecting and moving elements saving SVG file adding end editing of text elements context panel for tools change rectangle radius [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Thanks to hard work of Jeff, Narendra, Vidar and me, we managed to create today a 2.1 release of <a href="http://svg-edit.googlecode.com/">SVG-edit</a>. Interesting changes include:</p>
<ul>
<li>tooltips for all UI elements</li>
<li>editing of fill, stroke and group opacity</li>
<li>selecting and moving elements</li>
<li>saving SVG file</li>
<li>adding end editing of text elements</li>
<li>context panel for tools</li>
<li>change rectangle radius</li>
<li>controlling of the editor with keyboard shortcuts</li>
</ul>
<p style="text-align: justify;">You can try the 2.1 branch here:</p>
<p><a href="http://svg-edit.googlecode.com/svn/branches/2.1/editor/svg-editor.html"><img class="alignleft size-full wp-image-482" title="SVG-edit 2.1" src="http://stick.gk2.sk/blog/wp-content/uploads/2009/06/svg-edit-2.1.png"  alt="SVG-edit 2.1" width="518" height="421" style="margin: 8px;"/ rel="lightbox[480]"></a></p>
<p style="text-align: justify;">Unfortunately the editor still has some problems when embedded into <a href="http://wave.google.com/">Google Wave</a>, but now that Vidar received his invitation, I hope we&#8217;ll be able to fix it sooner. <img src='http://stick.gk2.sk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  We are also already cooking new features for 2.2 so stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://stick.gk2.sk/blog/2009/06/svg-edit-2-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVG-edit gains momentum</title>
		<link>http://stick.gk2.sk/blog/2009/06/svg-edit-gains-momentum/</link>
		<comments>http://stick.gk2.sk/blog/2009/06/svg-edit-gains-momentum/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 12:32:06 +0000</pubDate>
		<dc:creator>Pavol Rusnak</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[googlewave]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[svg]]></category>
		<category><![CDATA[svg-edit]]></category>
		<category><![CDATA[wave]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://stick.gk2.sk/blog/?p=380</guid>
		<description><![CDATA[Last week I announced cooperation with Narendra Sisodiya on a SVG-edit project. The inscrutable ways of twitter allowed Jeff Schiller, a co-chair of the W3C SVG Interest Group, to spot our efforts and later he contributed with various patches and implemented some new features like selecting and moving objects. I was very surprised when I [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-384" title="svg" src="http://stick.gk2.sk/blog/wp-content/uploads/2009/06/svg.png" alt="svg" width="128" height="128" /></p>
<p style="text-align: justify;">Last week I announced cooperation with <a href="http://narendra.techfandu.org/">Narendra Sisodiya</a> on a <a href="http://svg-edit.googlecode.com/">SVG-edit</a> project. The inscrutable ways of twitter allowed <a href="http://blog.codedread.com/">Jeff Schiller</a>, a co-chair of the W3C SVG Interest Group, to spot our efforts and later he contributed with various patches and implemented some new features like selecting and moving objects.</p>
<p style="text-align: justify;">I was very surprised when I found out that <a href="http://www.hokstad.com/">Vidar Hokstad</a> took trunk of SVG-edit (only two days after my blogpost!) and created a <a href="http://www.hokstad.com/svg-editor-gadget-for-google-wave.html">proof-of-concept gadget</a> for <a href="http://wave.google.com/">Google Wave</a>, the exactly same thing I would try to accomplish once the editor was more mature <img src='http://stick.gk2.sk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  . I asked Vidar if he&#8217;s not interested in moving his source into our SVN, he agreed and is adjusting the gadget to work with the latest version of the editor right now.</p>
<p style="text-align: justify;">I&#8217;m very happy that both guys jumped on our development train and the project gained momentum and visibility. We&#8217;ve also decided to change the license from GPLv2 to Apache License 2.0 to allow even broader adoption. A <a href="http://groups.google.com/group/svg-edit">discussion group</a> and an IRC channel #svg-edit on irc.freenode.net have been created for the ones who are interested in this project as well.</p>
<p style="text-align: justify;">PS: The gadget is probably not yet usable inside Google Wave, but we are working on it and we&#8217;ll keep you posted about our progress &#8230; The work would go definitively faster if we all had Wave Sandbox access <font size="-2">(people at Google: <strong>hint</strong>, <strong>hint</strong> <img src='http://stick.gk2.sk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  )</font> and didn&#8217;t have to try everything only in Vidar&#8217;s <a href="http://www.hokstad.com/static/wave/gadgets.html">Gadget API emulator</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://stick.gk2.sk/blog/2009/06/svg-edit-gains-momentum/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SVG-edit, a web based SVG editor</title>
		<link>http://stick.gk2.sk/blog/2009/06/svg-edit-a-web-based-svg-editor/</link>
		<comments>http://stick.gk2.sk/blog/2009/06/svg-edit-a-web-based-svg-editor/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 15:43:48 +0000</pubDate>
		<dc:creator>Pavol Rusnak</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[svg]]></category>
		<category><![CDATA[svg-edit]]></category>
		<category><![CDATA[tryme]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://stick.gk2.sk/blog/?p=370</guid>
		<description><![CDATA[Last weekend I was looking for a nice in-browser SVG editor. I found some alternatives, but no one was close to my ideals. Most feature complete was SVG editor by Chris Peto, but it has complicated interface based on CGUI and is also pretty heavy. Then I stumbled upon svg-edit by Narendra Sisodiya. It was [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Last weekend I was looking for a nice in-browser SVG editor. I found some alternatives, but no one was close to my ideals. <img src='http://stick.gk2.sk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Most feature complete was <a href="http://www.resource-solutions.de/svgeditor/">SVG editor</a> by Chris Peto, but it has complicated interface based on CGUI and is also pretty heavy.</p>
<p style="text-align: justify;">Then I stumbled upon <a href="http://code.google.com/p/svg-edit/">svg-edit</a> by Narendra Sisodiya. It was rather raw and lots of features were missing, but then I sat down, started hacking and after few hours I created quite a long list of changes. When I sent them to Narendra, he was so kind that he made me an administrator of the project, so I was able to push all my changes into SVN trunk and to continue the work there.</p>
<p style="text-align: justify;">Today I finished all changes I wanted to fix before the relase, so I can present you the 2.0 release of SVG-edit! You can try for yourself by clicking on the next picture (this is pointer to trunk development version, so it might get messy in time <img src='http://stick.gk2.sk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ):</p>
<p><a href="http://svg-edit.googlecode.com/svn/trunk/editor/svg-editor.html"><img src="http://stick.gk2.sk/blog/wp-content/uploads/2009/06/svg-edit.png"  alt="SVG-edit" title="SVG-edit" width="518" height="386" class="aligncenter size-full wp-image-372" / rel="lightbox[370]"></a></p>
<p style="text-align: justify;">During the development I was testing it in Firefox and Opera and I&#8217;m sure there will be some problems in other browsers. If you hit any, do not hesitate and write me an e-mail or even better use the issue tracker on the <a href="http://svg-edit.googlecode.com/">project site</a>.</p>
<p style="text-align: justify;">Also there are some features that are still missing, but they are planned (like adding text, more complicated shapes or selecting, moving, scaling, rotating objects) and I hope they will be added in the near future.</p>
]]></content:encoded>
			<wfw:commentRss>http://stick.gk2.sk/blog/2009/06/svg-edit-a-web-based-svg-editor/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
