<?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/"
		>
<channel>
	<title>Comments on: Embed an SVG Editor in Your Web Page</title>
	<atom:link href="http://www.codedread.com/blog/archives/2009/06/19/embed-an-svg-editor-on-your-web-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codedread.com/blog/archives/2009/06/19/embed-an-svg-editor-on-your-web-page/</link>
	<description></description>
	<lastBuildDate>Sun, 14 Mar 2010 11:49:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Harvie</title>
		<link>http://www.codedread.com/blog/archives/2009/06/19/embed-an-svg-editor-on-your-web-page/comment-page-1/#comment-2903</link>
		<dc:creator>Harvie</dc:creator>
		<pubDate>Sun, 21 Feb 2010 05:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/archives/2009/06/19/embed-an-svg-editor-on-your-web-page/#comment-2903</guid>
		<description>Thanks for your help
I have created PoC SVG-Edit DokuWiki plugin:
http://www.dokuwiki.org/plugin:svg_edit
http://www.youtube.com/watch?v=M-QW6a1ZFHA</description>
		<content:encoded><![CDATA[<p>Thanks for your help<br />
I have created PoC SVG-Edit DokuWiki plugin:<br />
<a href="http://www.dokuwiki.org/plugin:svg_edit" rel="nofollow">http://www.dokuwiki.org/plugin:svg_edit</a><br />
<a href="http://www.youtube.com/watch?v=M-QW6a1ZFHA" rel="nofollow">http://www.youtube.com/watch?v=M-QW6a1ZFHA</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harvie</title>
		<link>http://www.codedread.com/blog/archives/2009/06/19/embed-an-svg-editor-on-your-web-page/comment-page-1/#comment-2890</link>
		<dc:creator>Harvie</dc:creator>
		<pubDate>Sat, 20 Feb 2010 20:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/archives/2009/06/19/embed-an-svg-editor-on-your-web-page/#comment-2890</guid>
		<description>Jeff: I&#039;ve been sneaking around a while and i&#039;ve found that possible problem is in embedapi.js and btw it&#039;s possible to get data from/to iframe or popup using messages...

the bug is described here (last comment):
http://code.google.com/p/svg-edit/issues/detail?id=494</description>
		<content:encoded><![CDATA[<p>Jeff: I&#8217;ve been sneaking around a while and i&#8217;ve found that possible problem is in embedapi.js and btw it&#8217;s possible to get data from/to iframe or popup using messages&#8230;</p>
<p>the bug is described here (last comment):<br />
<a href="http://code.google.com/p/svg-edit/issues/detail?id=494" rel="nofollow">http://code.google.com/p/svg-edit/issues/detail?id=494</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harvie</title>
		<link>http://www.codedread.com/blog/archives/2009/06/19/embed-an-svg-editor-on-your-web-page/comment-page-1/#comment-2888</link>
		<dc:creator>Harvie</dc:creator>
		<pubDate>Sat, 20 Feb 2010 19:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/archives/2009/06/19/embed-an-svg-editor-on-your-web-page/#comment-2888</guid>
		<description>Jeff: thanks for the tip!
i&#039;ve also found this:
http://svg-edit.googlecode.com/svn/tags/stable/editor/embedapi.js
this should do the thing, but i can&#039;t get it to work...
maybe i will really need to embed whole editor :-(

there should be some more simple way...</description>
		<content:encoded><![CDATA[<p>Jeff: thanks for the tip!<br />
i&#8217;ve also found this:<br />
<a href="http://svg-edit.googlecode.com/svn/tags/stable/editor/embedapi.js" rel="nofollow">http://svg-edit.googlecode.com/svn/tags/stable/editor/embedapi.js</a><br />
this should do the thing, but i can&#8217;t get it to work&#8230;<br />
maybe i will really need to embed whole editor <img src='http://www.codedread.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>there should be some more simple way&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.codedread.com/blog/archives/2009/06/19/embed-an-svg-editor-on-your-web-page/comment-page-1/#comment-2882</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sat, 20 Feb 2010 14:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/archives/2009/06/19/embed-an-svg-editor-on-your-web-page/#comment-2882</guid>
		<description>Harvie: There are a variety of options.

You can initialize the SVG document by supplying it in the URL as an argument, but wouldn&#039;t be able to get it out of the iframe.

I think you probably need to use an approach similar to what other wiki/cms folk are doing with SVG-edit:  Embed the editor directly in the page in a div and then use SvgCanvas.setSvgString() and provide your own save handler.  &lt;a href=&quot;http://demo.yanel-contribution.3k3.org/svg/test.svg.svg-edit.html&quot; rel=&quot;nofollow&quot;&gt;Here&#039;s a good example&lt;/a&gt;.

Please join the mailing list and we can give you further details.</description>
		<content:encoded><![CDATA[<p>Harvie: There are a variety of options.</p>
<p>You can initialize the SVG document by supplying it in the URL as an argument, but wouldn&#8217;t be able to get it out of the iframe.</p>
<p>I think you probably need to use an approach similar to what other wiki/cms folk are doing with SVG-edit:  Embed the editor directly in the page in a div and then use SvgCanvas.setSvgString() and provide your own save handler.  <a href="http://demo.yanel-contribution.3k3.org/svg/test.svg.svg-edit.html" rel="nofollow">Here&#8217;s a good example</a>.</p>
<p>Please join the mailing list and we can give you further details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harvie</title>
		<link>http://www.codedread.com/blog/archives/2009/06/19/embed-an-svg-editor-on-your-web-page/comment-page-1/#comment-2877</link>
		<dc:creator>Harvie</dc:creator>
		<pubDate>Sat, 20 Feb 2010 07:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/archives/2009/06/19/embed-an-svg-editor-on-your-web-page/#comment-2877</guid>
		<description>Hello. Cool software!
I have small question... once i have svg-edit embedded in iframe, can i send svg code to this iframe using javascript from parent site? can i obtain edited svg code back when i will need it?

thanks ;o)</description>
		<content:encoded><![CDATA[<p>Hello. Cool software!<br />
I have small question&#8230; once i have svg-edit embedded in iframe, can i send svg code to this iframe using javascript from parent site? can i obtain edited svg code back when i will need it?</p>
<p>thanks ;o)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Jones</title>
		<link>http://www.codedread.com/blog/archives/2009/06/19/embed-an-svg-editor-on-your-web-page/comment-page-1/#comment-2213</link>
		<dc:creator>Adrian Jones</dc:creator>
		<pubDate>Mon, 08 Feb 2010 21:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/archives/2009/06/19/embed-an-svg-editor-on-your-web-page/#comment-2213</guid>
		<description>Sorry Jeff, I didn&#039;t refresh this window before making my last post. I am going to read those issue posts and leave some thoughts there.</description>
		<content:encoded><![CDATA[<p>Sorry Jeff, I didn&#8217;t refresh this window before making my last post. I am going to read those issue posts and leave some thoughts there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.codedread.com/blog/archives/2009/06/19/embed-an-svg-editor-on-your-web-page/comment-page-1/#comment-2212</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 08 Feb 2010 20:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/archives/2009/06/19/embed-an-svg-editor-on-your-web-page/#comment-2212</guid>
		<description>@Adrian: Yes, importing an arbitrary number of SVG images into your current existing drawing is what I&#039;m talking about.  Please follow:
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://code.google.com/p/svg-edit/issues/detail?id=72&quot; rel=&quot;nofollow&quot;&gt;Issue 72 - Import SVG&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://code.google.com/p/svg-edit/issues/detail?id=71&quot; rel=&quot;nofollow&quot;&gt;Issue 71 - Clip Art&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
		<content:encoded><![CDATA[<p>@Adrian: Yes, importing an arbitrary number of SVG images into your current existing drawing is what I&#8217;m talking about.  Please follow:</p>
<ul>
<li><a href="http://code.google.com/p/svg-edit/issues/detail?id=72" rel="nofollow">Issue 72 &#8211; Import SVG</a></li>
<li><a href="http://code.google.com/p/svg-edit/issues/detail?id=71" rel="nofollow">Issue 71 &#8211; Clip Art</a></li>
</ul>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Jones</title>
		<link>http://www.codedread.com/blog/archives/2009/06/19/embed-an-svg-editor-on-your-web-page/comment-page-1/#comment-2211</link>
		<dc:creator>Adrian Jones</dc:creator>
		<pubDate>Mon, 08 Feb 2010 20:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/archives/2009/06/19/embed-an-svg-editor-on-your-web-page/#comment-2211</guid>
		<description>I just found your 2.5 pre-alpha. This looks great, although I am wondering if you are considering adding the ability to &quot;import&quot; more than one image onto the canvas, rather than &quot;opening&quot;, which starts a new canvas?  If you could incorporate that, then perhaps I could interact with the import feature and load my illustrations via a series of palettes containing my illustrations.</description>
		<content:encoded><![CDATA[<p>I just found your 2.5 pre-alpha. This looks great, although I am wondering if you are considering adding the ability to &#8220;import&#8221; more than one image onto the canvas, rather than &#8220;opening&#8221;, which starts a new canvas?  If you could incorporate that, then perhaps I could interact with the import feature and load my illustrations via a series of palettes containing my illustrations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.codedread.com/blog/archives/2009/06/19/embed-an-svg-editor-on-your-web-page/comment-page-1/#comment-2205</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 08 Feb 2010 18:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/archives/2009/06/19/embed-an-svg-editor-on-your-web-page/#comment-2205</guid>
		<description>@Adrian:  We are actually working on importing SVG for the next version of SVG-edit (codenamed Bicorn).  A first release of this functionality will probably just be &#039;select the file you want to import&#039;, but that will over time be improved.</description>
		<content:encoded><![CDATA[<p>@Adrian:  We are actually working on importing SVG for the next version of SVG-edit (codenamed Bicorn).  A first release of this functionality will probably just be &#8217;select the file you want to import&#8217;, but that will over time be improved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Jones</title>
		<link>http://www.codedread.com/blog/archives/2009/06/19/embed-an-svg-editor-on-your-web-page/comment-page-1/#comment-2203</link>
		<dc:creator>Adrian Jones</dc:creator>
		<pubDate>Mon, 08 Feb 2010 18:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/archives/2009/06/19/embed-an-svg-editor-on-your-web-page/#comment-2203</guid>
		<description>This is fantastic. What I am wondering is whether you have considered allowing importing of SVGs from file - like the embed link functionality.

We have an online image library which currently contains about 1000 SVG illustrations (and we currently have about 1500 more to upload) and I am looking for a way to allow users to combine these illustrations in their browser. Ideally I love to be able to provide something resembling the Adobe Illustrator symbol palette functionality with your editor by linking to the SVGs in our image library.</description>
		<content:encoded><![CDATA[<p>This is fantastic. What I am wondering is whether you have considered allowing importing of SVGs from file &#8211; like the embed link functionality.</p>
<p>We have an online image library which currently contains about 1000 SVG illustrations (and we currently have about 1500 more to upload) and I am looking for a way to allow users to combine these illustrations in their browser. Ideally I love to be able to provide something resembling the Adobe Illustrator symbol palette functionality with your editor by linking to the SVGs in our image library.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
