<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.inkscape.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Airhogs777</id>
	<title>Inkscape Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.inkscape.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Airhogs777"/>
	<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/Special:Contributions/Airhogs777"/>
	<updated>2026-04-29T01:34:56Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=User_talk:Johanengelen&amp;diff=68431</id>
		<title>User talk:Johanengelen</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=User_talk:Johanengelen&amp;diff=68431"/>
		<updated>2011-04-01T04:23:32Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: Created page with '==Body-shaping underwear?== You being an active administrator, I was wondering if you could answer a question for me. After looking through Special:RecentChanges, one can't h...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Body-shaping underwear?==&lt;br /&gt;
You being an active administrator, I was wondering if you could answer a question for me. After looking through [[Special:RecentChanges]], one can't help wondering why do users keep filling their talk pages with the same handful of paragraphs about body-shaping underwear or dog collars? Is it the same spammer? If so, why hasn't their IP been blocked from account creation?&amp;amp;nbsp;—[[User:Airhogs777|Airhogs777]] ([[User talk:Airhogs777|talk]] • [[Special:Contributions/Airhogs777|contribs]]) 04:23, 1 April 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=CSS&amp;diff=68425</id>
		<title>CSS</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=CSS&amp;diff=68425"/>
		<updated>2011-04-01T04:13:48Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CSS stands for Cascading Style Sheets. It can be used to style (x)html and other xml languages, including SVG. The current version of the standard (which can be found and is maintained at [http://www.w3.org/Style/CSS/ the W3 website]) is 2.1. 3 is currently in development.&lt;br /&gt;
&lt;br /&gt;
==Related and similar languages==&lt;br /&gt;
*[[XSLT]]&lt;br /&gt;
*[[SVG]]&lt;br /&gt;
*[[HTML]]&lt;br /&gt;
*[[XML]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Developer Documentation]]&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Connectors&amp;diff=68419</id>
		<title>Connectors</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Connectors&amp;diff=68419"/>
		<updated>2011-04-01T04:11:44Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Connector Tool Improvements'''&lt;br /&gt;
&lt;br /&gt;
In Inkscape, it is possible to connect two shapes from their centers. But if you want to make a schematic with represent a family (for example), it's not possible to add connectors from an edge of a shape.&lt;br /&gt;
&lt;br /&gt;
It will be great if connectors can be added to edge of shape, in a way that auto adaptation to &amp;quot;best path&amp;quot; is still possible.&lt;br /&gt;
&lt;br /&gt;
Another idea is to implement a tool that can *restrict* the connector to vertical and horizontal lines only. For now, Inkscape is tracing straight lines or broken line if there is an shape in the path, but lines go in any direction.&lt;br /&gt;
&lt;br /&gt;
It will be great if connectors can be configured in a way that they must avoid others shapes, AND pass through some specific points, AND stay even horizontal even vertical.&lt;br /&gt;
&lt;br /&gt;
I do not speak yet about the functionality of making a little &amp;quot;bridge&amp;quot; when two lines cross each others and are not connected. This is a functionality that exists in M$ Visio but does not work very well :-/&lt;br /&gt;
&lt;br /&gt;
Thanks for reading !&lt;br /&gt;
&lt;br /&gt;
'''Printscreens'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Comments'''&lt;br /&gt;
&lt;br /&gt;
I'd like to formalise aspects of this project proposal. I'm the author of libavoid (the library used for routing in Inkscape) and the person who added the existing connector tool. I'd also probably be the most appropriate person to mentor this project if it were undertaken as a Google Summer of Code (GSoC) project. Below are some connector improvement tasks, along with some comments.&lt;br /&gt;
&lt;br /&gt;
1) Drawing to shape edge, rather than bounding box:&lt;br /&gt;
Currently, the connector tool only draws connectors to the bounding box of shapes. It should (probably) instead draw them up to the first intersection point with the shape's stroke. This is probably quite easy to achieve now that lib2geom is included in Inkscape -- 2geom can find intersection points between lines or curves making up shapes. Otherwise, the old Boolean Ops code could be used instead.&lt;br /&gt;
&lt;br /&gt;
2) Connector ports (Connecting to a specific point on a shape):&lt;br /&gt;
libavoid is able to route connectors to specific points. This work would require adding a GUI for this feature to Inkscape so that users could define connector ports on shapes. These would need to be editable through the canvas and the information saved and loaded from files. I think this activity, along with the other minor items on this list, would form the basis of a good GSoC project.&lt;br /&gt;
&lt;br /&gt;
3) Orthogonal connector support (vertical and horizontal lines only):&lt;br /&gt;
This is something I am working on in libavoid right now. An initial version will be complete during the 2009 GSoC period, so this feature will shortly become fairly trivial to add to Inkscape.&lt;br /&gt;
&lt;br /&gt;
4) Routing connectors through specific points:&lt;br /&gt;
This is not currently a feature of libavoid, though it is a fundamentally easy thing to do. I would be able to add this feature to libavoid fairly easily, and then the work would be in creating an interface for creating such points and working with them in Inkscape.&lt;br /&gt;
&lt;br /&gt;
5) Visualising connector crossings:&lt;br /&gt;
libavoid can be queried to determine where connector crossings occur. Thus, Inkscape could be updated to use this information to modify the connector's path to visualise the crossings distinctly (such as by drawing a little &amp;quot;bridge&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
6) Curved poly-line and orthogonal connectors:&lt;br /&gt;
Inkscape can return versions of poly-line or orthogonal connector paths with curved corners. This is purely an aesthetic improvement. Inkscape could be fairly easily modified to add an option for this and to use this feature of libavoid.&lt;br /&gt;
&lt;br /&gt;
7) Routing preferences and penalties:&lt;br /&gt;
libavoid can provide routes that have less segments, or that have less large bends. It does this by penalising these features when determining the routes. These options could be exposed within Inkscape to give users more control over the quality of the generated paths for connectors.&lt;br /&gt;
&lt;br /&gt;
I'm willing to mentor and assist an interested student who is willing to work on one or more of these tasks. -- Michael Wybrow&lt;br /&gt;
&lt;br /&gt;
[[Category:Developer Documentation]]&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=User_talk:~suv&amp;diff=68077</id>
		<title>User talk:~suv</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=User_talk:~suv&amp;diff=68077"/>
		<updated>2011-03-17T00:24:06Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;open&lt;br /&gt;
&lt;br /&gt;
I didn't mean to mark anything inappropriate, it just seemed like a stub. Now that I know it's common in discussions, and that may be a problem in the future, I will try to remember to take a look at discussions before continuing to mark things as spam. What about the Abiword article? Was that okay to mark?&amp;amp;nbsp;—[[User:Airhogs777]] ([[User talk:Airhogs777|talk]] • [[Special:Contributions/Airhogs777|contribs]]) 00:24, 17 March 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Template:Stub&amp;diff=68047</id>
		<title>Template:Stub</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Template:Stub&amp;diff=68047"/>
		<updated>2011-03-16T03:56:21Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: Created page with '{{Box| This page is a stub. You can help Inkscape Wiki by [{{fullurl:{{FULLPAGENAME}}|action=edit}} expanding it] }}  &amp;lt;includeonly&amp;gt;Category:Stubs&amp;lt;/includeonly&amp;gt;'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Box|&lt;br /&gt;
This page is a stub. You can help Inkscape Wiki by [{{fullurl:{{FULLPAGENAME}}|action=edit}} expanding it]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:Stubs]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Template:Box&amp;diff=68041</id>
		<title>Template:Box</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Template:Box&amp;diff=68041"/>
		<updated>2011-03-16T03:53:02Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: Created page with '&amp;lt;noinclude&amp;gt;This is a simple framework template used to create other templates like Spam or Stub.&amp;lt;/noinclude&amp;gt; {| style=&amp;quot;width: 100%; padding: 1em; border: 1px solid #62C012;&amp;quot; |[[F...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;This is a simple framework template used to create other templates like Spam or Stub.&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{| style=&amp;quot;width: 100%; padding: 1em; border: 1px solid #62C012;&amp;quot;&lt;br /&gt;
|[[File:Warning_symbol.png|70px]]&lt;br /&gt;
| style=&amp;quot;font-weight: bold;&amp;quot;|{{{1}}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=I18N&amp;diff=68035</id>
		<title>I18N</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=I18N&amp;diff=68035"/>
		<updated>2011-03-16T03:50:38Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
I18N is shorthand for internationlisation, which takes ages to type. The '18' stands, naturally, for the number of removed letters.&lt;br /&gt;
&lt;br /&gt;
Know a non-English language? Inkscape needs your help to translate to other locales. See [[Translation_information|translation information]] for more details.&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=DotDotDot&amp;diff=67993</id>
		<title>DotDotDot</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=DotDotDot&amp;diff=67993"/>
		<updated>2011-03-15T02:13:07Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Dot Dot Dot''' is one of the last known graphic design-related magazines&lt;br /&gt;
&lt;br /&gt;
==Content==&lt;br /&gt;
From them:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;Dot dot dot is an independent, after-hours, graphic design magazine intended to fill a gap in current arts publishing. We are not interested in re-promoting established material or creating another ‘portfolio’ magazine. Instead, we offer inventive critical journalism on a variety of topics related both directly and indirectly to graphic design. We hope to achieve this by inviting people to both write and design pieces about aspects of visual culture that occupy their thoughts.&amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.dot-dot-dot.nl Official site]&lt;br /&gt;
*[http://en.wikipedia.org/wiki/Dot_Dot_Dot_(magazine) Wikipedia entry]&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=User:Airhogs777&amp;diff=67987</id>
		<title>User:Airhogs777</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=User:Airhogs777&amp;diff=67987"/>
		<updated>2011-03-15T02:07:33Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: fix UL indent/misc&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;width: 310px; float: right; border: 1px solid #62C012; padding: .5em;&amp;quot;&lt;br /&gt;
|+ '''Airhogs777'''&lt;br /&gt;
|-&lt;br /&gt;
!Interests&lt;br /&gt;
|&amp;lt;ul style=&amp;quot;padding: 0px; margin: 0px;&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;li&amp;gt;[http://community.wikia.com Wikia] ([http://community.wikia.com/wiki/User:Airhogs777 MyPage])&amp;lt;/li&amp;gt;&lt;br /&gt;
   &amp;lt;li&amp;gt;[http://en.wikipedia.org Wikipedia] ([http://en.wikipedia.org/wiki/User:Nicky_Nouse MyPage])&amp;lt;/li&amp;gt;&lt;br /&gt;
   &amp;lt;li&amp;gt;Inkscape&lt;br /&gt;
   &amp;lt;li&amp;gt;[http://gimp.org The GIMP]&amp;lt;/li&amp;gt;&lt;br /&gt;
   &amp;lt;li&amp;gt;[http://blender.org Blender]&amp;lt;/li&amp;gt;&lt;br /&gt;
   &amp;lt;li&amp;gt;[http://www.google.com/support/forum/p/Google+Docs?hl=en Google Help Forum] ([http://www.google.com/support/forum/p/Google+Docs/user?userid=12086921182482331784&amp;amp;hl=en MyPage])&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Join date&lt;br /&gt;
|6 March 2011&lt;br /&gt;
|-&lt;br /&gt;
!Edit Count&amp;lt;br/&amp;gt;(approx.)&lt;br /&gt;
|[[Special:Contributions/Airhogs777|30]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Hello. I am an active user on many wikis, but also like to use several 2D and 3D graphic designers, Inkscape included. I might be around here, but will probably only stay for short patches of time. I will (hopefully) respond to messages on my [[User talk:Airhogs777|talk page]] within a few weeks or a month, but provide no assurance.&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=User:Airhogs777&amp;diff=67981</id>
		<title>User:Airhogs777</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=User:Airhogs777&amp;diff=67981"/>
		<updated>2011-03-15T01:56:57Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: infobox&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;width: 310px; float: right; border: 1px solid #62C012; padding: .5em;&amp;quot;&lt;br /&gt;
|+ '''Airhogs777'''&lt;br /&gt;
|-&lt;br /&gt;
!Interests:&lt;br /&gt;
|&lt;br /&gt;
*[http://community.wikia.com Wikia] ([http://community.wikia.com/wiki/User:Airhogs777 MyPage])&lt;br /&gt;
*[http://en.wikipedia.org Wikipedia] ([http://en.wikipedia.org/wiki/User:Nicky_Nouse MyPage])&lt;br /&gt;
*Inkscape&lt;br /&gt;
*[http://gimp.org The GIMP]&lt;br /&gt;
*[http://blender.org Blender]&lt;br /&gt;
*[http://www.google.com/support/forum/p/Google+Docs?hl=en Google Help Forum] ([http://www.google.com/support/forum/p/Google+Docs/user?userid=12086921182482331784&amp;amp;hl=en MyPage])&lt;br /&gt;
|-&lt;br /&gt;
!Join date:&lt;br /&gt;
|6 March 2011&lt;br /&gt;
|-&lt;br /&gt;
!Edit Count (approx.):&lt;br /&gt;
|[[Special:Contributions/Airhogs777|30]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Hello. I am an active user on many wikis, but also like to use several 2D and 3D graphic designers, Inkscape included. I might be around here, but will probably only stay for short patches of time. I will (hopefully) respond to messages on my [[User talk:Airhogs777|talk page]] within a few weeks or a month, but provide no assurance.&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=User:Airhogs777&amp;diff=67975</id>
		<title>User:Airhogs777</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=User:Airhogs777&amp;diff=67975"/>
		<updated>2011-03-15T01:49:27Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: update colo[u]r scheme&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;width: 310px; float: right; border: 1px solid #62C012;&amp;quot;&lt;br /&gt;
|+ '''Airhogs777'''&lt;br /&gt;
|-&lt;br /&gt;
!Interests:&lt;br /&gt;
|&lt;br /&gt;
*[http://community.wikia.com Wikia] ([http://community.wikia.com/wiki/User:Airhogs777 MyPage])&lt;br /&gt;
*[http://en.wikipedia.org Wikipedia] ([http://en.wikipedia.org/wiki/User:Nicky_Nouse MyPage])&lt;br /&gt;
*Inkscape&lt;br /&gt;
*[http://gimp.org The GIMP]&lt;br /&gt;
*[http://blender.org Blender]&lt;br /&gt;
*[http://www.google.com/support/forum/p/Google+Docs?hl=en Google Help Forum] ([http://www.google.com/support/forum/p/Google+Docs/user?userid=12086921182482331784&amp;amp;hl=en MyPage])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Hello. I am an active user on many wikis, but also like to use several 2D and 3D graphic designers, Inkscape included. I might be around here, but will probably only stay for short patches of time. I will (hopefully) respond to messages on my [[User talk:Airhogs777|talk page]] within a few weeks or a month, but provide no assurance.&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=User:Airhogs777&amp;diff=67969</id>
		<title>User:Airhogs777</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=User:Airhogs777&amp;diff=67969"/>
		<updated>2011-03-15T01:47:48Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: fix broken kink&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;width: 230px; float: right; border: 1px solid gray; background: lightgray;&amp;quot;&lt;br /&gt;
|+ '''Airhogs777'''&lt;br /&gt;
|-&lt;br /&gt;
!Interests:&lt;br /&gt;
|&lt;br /&gt;
*[http://community.wikia.com Wikia] ([http://community.wikia.com/wiki/User:Airhogs777 MyPage])&lt;br /&gt;
*[http://en.wikipedia.org Wikipedia] ([http://en.wikipedia.org/wiki/User:Nicky_Nouse MyPage])&lt;br /&gt;
*Inkscape&lt;br /&gt;
*[http://gimp.org The GIMP]&lt;br /&gt;
*[http://blender.org Blender]&lt;br /&gt;
*[http://www.google.com/support/forum/p/Google+Docs?hl=en Google Help Forum] ([http://www.google.com/support/forum/p/Google+Docs/user?userid=12086921182482331784&amp;amp;hl=en MyPage])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Hello. I am an active user on many wikis, but also like to use several 2D and 3D graphic designers, Inkscape included. I might be around here, but will probably only stay for short patches of time. I will (hopefully) respond to messages on my [[User talk:Airhogs777|talk page]] within a few weeks or a month, but provide no assurance.&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=User:Airhogs777&amp;diff=67963</id>
		<title>User:Airhogs777</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=User:Airhogs777&amp;diff=67963"/>
		<updated>2011-03-15T01:47:25Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: update user page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;width: 230px; float: right; border: 1px solid gray; background: lightgray;&amp;quot;&lt;br /&gt;
|+ '''Airhogs777'''&lt;br /&gt;
|-&lt;br /&gt;
!Interests:&lt;br /&gt;
|&lt;br /&gt;
*[http://community.wikia.com Wikia] ([http://community.wikia.com/wiki/User:Airhogs777 MyPage])&lt;br /&gt;
*[http://en.wikipedia.org Wikipedia] ([en.wikipedia.org/wiki/User:Nicky_Nouse MyPage])&lt;br /&gt;
*Inkscape&lt;br /&gt;
*[http://gimp.org The GIMP]&lt;br /&gt;
*[http://blender.org Blender]&lt;br /&gt;
*[http://www.google.com/support/forum/p/Google+Docs?hl=en Google Help Forum] ([http://www.google.com/support/forum/p/Google+Docs/user?userid=12086921182482331784&amp;amp;hl=en MyPage])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Hello. I am an active user on many wikis, but also like to use several 2D and 3D graphic designers, Inkscape included. I might be around here, but will probably only stay for short patches of time. I will (hopefully) respond to messages on my [[User talk:Airhogs777|talk page]] within a few weeks or a month, but provide no assurance.&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=User:Airhogs777&amp;diff=67957</id>
		<title>User:Airhogs777</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=User:Airhogs777&amp;diff=67957"/>
		<updated>2011-03-15T01:43:49Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;width: 230px; float: right; border: 1px solid gray; background: lightgray;&amp;quot;&lt;br /&gt;
|+ '''Airhogs777'''&lt;br /&gt;
|-&lt;br /&gt;
!Interests:&lt;br /&gt;
|&lt;br /&gt;
*[http://community.wikia.com Wikia]&lt;br /&gt;
*[http://en.wikipedia.org Wikipedia]&lt;br /&gt;
*Inkscape&lt;br /&gt;
*[http://gimp.org The GIMP]&lt;br /&gt;
*[http://blender.org Blender]&lt;br /&gt;
*[http://www.google.com/support/forum/p/Google+Docs?hl=en Google Help Forum] ([http://www.google.com/support/forum/p/Google+Docs/user?userid=12086921182482331784&amp;amp;hl=en MyPage])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Hello. I am an active user on [http://community.wikia.com Wikia] and [http://en.wikipedia.org Wikipedia], but also like to use Inkscape, GIMP and Blender. I might be around here, but will probably only stay for short patches of time. I will (hopefully) respond to messages on my [[User talk:Airhogs777|talk page]] within a few weeks or a month, but provide no assurance.&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=SVGGeneralInformation&amp;diff=67711</id>
		<title>SVGGeneralInformation</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=SVGGeneralInformation&amp;diff=67711"/>
		<updated>2011-03-07T03:22:22Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: make list&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SVG General Information ==&lt;br /&gt;
&lt;br /&gt;
Note: 'General Information' is not a very useful way of working, and but I think that we do need a home for external links to highly quality information on SVG that we have referred to in the past when working on Inkscape and expect so to do in the future.&lt;br /&gt;
&lt;br /&gt;
This is a temporary home for some of the text from the [[OtherProjects]] page, which I feel is better on on its own page than there.&lt;br /&gt;
&lt;br /&gt;
* [http://www.csse.monash.edu.au/~clm/csvg/extension.html CSVG]&lt;br /&gt;
* [http://www.csse.monash.edu.au/research/OandCS/research/researchinterests/constraintbasedgraphics.html  Constraint Based Graphics]&lt;br /&gt;
* [http://www.csse.monash.edu.au/~lloyd/tildeProgLang/Java/PolyFit/ Polygonal Fit]&lt;br /&gt;
* [http://ccins.camosun.bc.ca/~jbritton/jbsymteslk.htm Symmetry and Tessellations]&lt;br /&gt;
* [http://developer.gnome.org/projects/gup/hig/1.0/ GNOME Human Interface Guidelines (HIG)]&lt;br /&gt;
* [http://www.w3.org/TR/SVG/ SVG Specification]&lt;br /&gt;
* [http://www.codeproject.com/books/learnsvgchapter07.asp SVG Tutorial]&lt;br /&gt;
* [http://www-106.ibm.com/developerworks/xml/library/x-svgxf2/ SVG and XForms]&lt;br /&gt;
* [http://www.svg.org svg.org community]&lt;br /&gt;
* [http://www.svg.org/wiki/ow.asp?SvgArticles SVG Articles]&lt;br /&gt;
* [http://scale-a-vector.de/home-e.htm scale-a-vector English], [http://scale-a-vector.de German]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[FAQ]]&lt;br /&gt;
*[[SVG_Tiny_Compliance]]&lt;br /&gt;
*[[TestingFramework]]&lt;br /&gt;
*[[SvgTestCases]]&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=User:Airhogs777/inkscape.css&amp;diff=67705</id>
		<title>User:Airhogs777/inkscape.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=User:Airhogs777/inkscape.css&amp;diff=67705"/>
		<updated>2011-03-07T00:14:48Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;.new {&lt;br /&gt;
   color: red;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=User:Airhogs777/inkscape.css&amp;diff=67699</id>
		<title>User:Airhogs777/inkscape.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=User:Airhogs777/inkscape.css&amp;diff=67699"/>
		<updated>2011-03-07T00:13:23Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: Created page with 'a.new {color: red;}'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;a.new {color: red;}&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=User:Airhogs777&amp;diff=67693</id>
		<title>User:Airhogs777</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=User:Airhogs777&amp;diff=67693"/>
		<updated>2011-03-07T00:09:06Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello. I am an active user on [http://community.wikia.com Wikia] and [http://en.wikipedia.org Wikipedia], but also like to use Inkscape, GIMP and Blender. I might be around here, but will probably only stay for short patches of time. I will (hopefully) respond to messages on my [[User talk:Airhogs777|talk page]] within a few weeks or a month, but provide no assurance.&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=BlueprintScriptingIDE&amp;diff=67687</id>
		<title>BlueprintScriptingIDE</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=BlueprintScriptingIDE&amp;diff=67687"/>
		<updated>2011-03-07T00:00:15Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: categorize&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Intro==&lt;br /&gt;
&lt;br /&gt;
This blueprint describes a really simple &amp;quot;IDE&amp;quot; for javascript coding within Inkscape. &lt;br /&gt;
&lt;br /&gt;
==Proposed workflow==&lt;br /&gt;
&lt;br /&gt;
* User selects an SVG element&lt;br /&gt;
* on the context menu there would be a &amp;quot;hook javascript event&amp;quot;&lt;br /&gt;
* This menu option would lead to a simple window where the user could select a javascript event type and write the code attached to that event.&lt;br /&gt;
* This would save the code within script tags in the SVG document&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We could also have a menu option leading to a scripting editor which would let the user edit all the javascript code that is inside the svg file.&lt;br /&gt;
&lt;br /&gt;
==Future Work==&lt;br /&gt;
&lt;br /&gt;
While we initially would not need to interpret code (just letting the user edit it would already be a first good step) in the future we could think about ways of running that code for debugging purposes within inkscape.&lt;br /&gt;
[[Category:Proposals]]&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=BlueprintRealUnit&amp;diff=67681</id>
		<title>BlueprintRealUnit</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=BlueprintRealUnit&amp;diff=67681"/>
		<updated>2011-03-06T23:59:54Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: categorize&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
This blueprint tries to collect all information about how to implement real world units (in, mm) in a standard compliant way.&lt;br /&gt;
&lt;br /&gt;
This blueprint is part of the [[CAD]] collections, please see it if you are interesting to an other CAD feature.&lt;br /&gt;
&lt;br /&gt;
== The problem ==&lt;br /&gt;
&lt;br /&gt;
=== Inaccuracy ===&lt;br /&gt;
&lt;br /&gt;
==== Inkscape side ====&lt;br /&gt;
&lt;br /&gt;
Even if the user switch everywhere the unit to mm, inkscape &lt;br /&gt;
converts it to px unit and writes it in the .svg file resulting inaccuracies.&lt;br /&gt;
&lt;br /&gt;
==== SVG side ====&lt;br /&gt;
&lt;br /&gt;
All the units in svg drawing needs to be in px unit.&lt;br /&gt;
The grammar in the SVG specification does not allow other units then pixel:&lt;br /&gt;
http://www.w3.org/TR/SVG/paths.html#PathDataBNF&lt;br /&gt;
&lt;br /&gt;
More information about coordinate system:&lt;br /&gt;
http://www.w3.org/TR/SVG/coords.html&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
This is '''invalid''' in SVG:&lt;br /&gt;
  &amp;lt;path d=&amp;quot;M 0,0 L 30mm,0 L 30mm,30mm L 45mm,30mm&amp;quot; id=&amp;quot;path7887&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The correct solution would be to specify it in pixel and after tranform it.&lt;br /&gt;
&lt;br /&gt;
=== Flipping the coordinate system ===&lt;br /&gt;
&lt;br /&gt;
Inkscape use the SVG standard coordinate system, where the origin is at the &lt;br /&gt;
top-left corner. For humans the svg file is more readable if the coordinate system were at the bottom-left corner.&lt;br /&gt;
&lt;br /&gt;
Would be nice, if it were an ability to specify the origin of the coordinate system (top-left vs. bottom-left).&lt;br /&gt;
&lt;br /&gt;
So all the svg object would be defined for human reading and the whole page is flipped using the transform attribute of the svg specification.&lt;br /&gt;
&lt;br /&gt;
== Document width and document height ==&lt;br /&gt;
&lt;br /&gt;
In inkscape it is possible to specify the document width and height as described in the [http://www.w3.org/TR/SVG/struct.html#SVGElement section 5.1.2].&lt;br /&gt;
Although it can be written that the document width is 210mm and height is 297mm, it has '''no effect''' to the units in the svg document. &lt;br /&gt;
It simply specify the page size around the drawing. (it is useful when exporting a page to pdf)&lt;br /&gt;
&lt;br /&gt;
A simple svg definition:&lt;br /&gt;
  &amp;lt;svg width=&amp;quot;210mm&amp;quot; height=&amp;quot;297mm&amp;quot; id=&amp;quot;svg3248&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Typical workflow ==&lt;br /&gt;
&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Use cases ==&lt;br /&gt;
&lt;br /&gt;
1. Bob wants everything in mm&lt;br /&gt;
&lt;br /&gt;
2. Bob wants everything in mm except fonts which he wants in points.&lt;br /&gt;
&lt;br /&gt;
3. Bob wants mix units in mm and inch. But always want to see the original unit.&lt;br /&gt;
&lt;br /&gt;
4. Bob does not care about units he wants just draw something to the web&lt;br /&gt;
&lt;br /&gt;
5. Bob wants to draw a house plan in feet and inches, but still print it on a letter-sized paper. (one idea: different layers can have different scales: e.g. border layer is actual size, house layer is 1 in. = 8 ft.)&lt;br /&gt;
&lt;br /&gt;
== More resource on the web ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.w3.org/TR/SVG/coords.html#TransformAttribute Transform in the SVG specification]&lt;br /&gt;
* [http://support.adobe.com/devsup/devsup.nsf/docs/50556.htm Possible solution to coordinate system by adobe]&lt;br /&gt;
&lt;br /&gt;
== Related bug reports ==&lt;br /&gt;
&lt;br /&gt;
  [http://bugs.launchpad.net/inkscape/+bug/168753 #168753]: SVG defaults to pixels (90dpi) despite default units&lt;br /&gt;
  Duplicates: &lt;br /&gt;
    [http://bugs.launchpad.net/inkscape/+bug/168516 #168516]: Inkscape doesn't save page size units in plain svg&lt;br /&gt;
    [http://bugs.launchpad.net/inkscape/+bug/170738 #170738]: preserve units&lt;br /&gt;
&lt;br /&gt;
  Viewbox related bug reports:&lt;br /&gt;
  [https://bugs.launchpad.net/inkscape/+bug/171203 #171203]: Use viewBox to explicitly define a coordinate system&lt;br /&gt;
&lt;br /&gt;
== Related discussions in the past ==&lt;br /&gt;
On the inkscape-dev mailing list: &lt;br /&gt;
&lt;br /&gt;
[http://www.nabble.com/Problem-with-real-units-%28mm%29-tt14966336.html#a14971033 Problem with real units (mm)]&lt;br /&gt;
&lt;br /&gt;
Although attaching parasite information to an svg element is not necessary, but maybe useful if additional information must be keeped about conversion inaccuracy.&lt;br /&gt;
Please see this thread for more information: [http://www.nabble.com/Attaching-parasite-information-to-an-object-%28or-group%29-tt14892304.html#a14892304 Attaching parasite information to an object (or group)]&lt;br /&gt;
[[Category:Proposals]]&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=BlueprintNewMethodForResizingAndPositioning&amp;diff=67675</id>
		<title>BlueprintNewMethodForResizingAndPositioning</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=BlueprintNewMethodForResizingAndPositioning&amp;diff=67675"/>
		<updated>2011-03-06T23:59:15Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: categorize&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
The blueprint suggests adding a new feature in Inkscape preferences and a shift in how the paths are edited.&lt;br /&gt;
The idea is that we know exactly what values are in the SVG code&lt;br /&gt;
== Positioning ==&lt;br /&gt;
My suggestion is that this feature can be changed in preferences as a model for positioning, and you can choose from two options: Normal (as are the coordinates in SVG) and Cartesian (model currently used in Inkscape). Below is a preview of how the models.&lt;br /&gt;
&lt;br /&gt;
[[File:Models.svg]]&lt;br /&gt;
&lt;br /&gt;
== Transform handles ==&lt;br /&gt;
Here is a problem in Inkscape: When resize an object, Inkscape considers half stroke on each side of the object, causing the object is actually a shifted a half stroke in X and Y and a edge smaller in height and width.&lt;br /&gt;
My idea is not to consider the thickness of the edge when move, rotate and resize the object, displaying the correct values and helping in the editing of small objects.&lt;br /&gt;
&lt;br /&gt;
[[File:ResizingModels.svg]]&lt;br /&gt;
[[Category:Proposals]]&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=BlueprintGeometricAndTechDrawing&amp;diff=67669</id>
		<title>BlueprintGeometricAndTechDrawing</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=BlueprintGeometricAndTechDrawing&amp;diff=67669"/>
		<updated>2011-03-06T23:58:11Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: categorize&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
This blueprint accompanies the GSoC'08 project &amp;quot;Geometric &amp;amp; Tech Drawing Abilities for Inkscape&amp;quot; by Maximilian Albert. It collects ideas from the community regarding desired features and their implementation (with no warranty that any of them will be included in the project :)). Feel free to add your thoughts here.&lt;br /&gt;
&lt;br /&gt;
The aim of the project is to create a new tool consisting of a number of &amp;quot;subtools&amp;quot;/&amp;quot;modules&amp;quot; which facilitate geometric constructions and technical drawings.&lt;br /&gt;
&lt;br /&gt;
== Typical Workflow ==&lt;br /&gt;
&lt;br /&gt;
To perform a geometric construction (e.g., create a circle through 3 points), the corresponding &amp;quot;module&amp;quot; is activated in the toolbar, either by clicking on its icon or via a shortcut. Then the items on which this construction relies (i.e., the three points) are clicked. This creates the desired geometric object (in this case a circle passing through the points).&lt;br /&gt;
&lt;br /&gt;
[[Image:td_typical_workflow.png|left]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Desired Constructions/Other Features ==&lt;br /&gt;
&lt;br /&gt;
=== Basic ===&lt;br /&gt;
&lt;br /&gt;
Some constructions that should be possible with the new tool:&lt;br /&gt;
&lt;br /&gt;
[[Image:td_constructions.png|left]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== More advanced or less important ===&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Preserve angles&amp;quot; mode for node editing of polygons (mockup courtesy of Johan Engelen) [[Image:td_preserve_angles_mode.png|left]]&lt;br /&gt;
&lt;br /&gt;
* Marker improvements:&lt;br /&gt;
** Apply the color of the current stroke to markers, too (long-standing bug: LP #165865)&lt;br /&gt;
** The left image shows how a marker currently looks like when applied to a curve with a sharp turn. Of course, it should look like the one on the right (also note the above-mentioned bug that the marker doesn't take the curve's stroke color). [[Image:td_marker.png|left]]&lt;br /&gt;
** Automatic path shortening when a marker is applied&lt;br /&gt;
** Smarter way of guessing a suitable marker size (not only based on stroke width but maybe also on the length of the path)&lt;br /&gt;
** Optional &amp;quot;bendy&amp;quot; markers that follow the curvature of the corresponding curve (see bug/wish [https://bugs.launchpad.net/inkscape/+bug/244279 #244279] for an example)&lt;br /&gt;
&lt;br /&gt;
* Tangent snapping: [[Image:td_tangent_snapping.png|left]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Geometric dimensioning and tolerancing abilities ===&lt;br /&gt;
&lt;br /&gt;
The tool will need all the dimensioning abilities a normal CAD software has in respect of the ISO Geometric dimensioning and tolerancing specifications.&lt;br /&gt;
&lt;br /&gt;
* Linear dimensions (with arrows pointing outwards &amp;lt;-----&amp;gt; for big dimensions and inwards -&amp;gt;--&amp;lt;----- for small dimensions &lt;br /&gt;
&lt;br /&gt;
* Radius/Diameter and Angle dimensions;&lt;br /&gt;
&lt;br /&gt;
* Horizontal/Vertical/Aligned dimensions;&lt;br /&gt;
&lt;br /&gt;
* On every dimension there should be the possibility of adding a text box and overriding the default dimension value,...&lt;br /&gt;
&lt;br /&gt;
* Possibility to modify the drawing by editing its dimensions, the same way is done in Parametric Sketching programs (e.g. Inventor, SolidWorks,...)&lt;br /&gt;
&lt;br /&gt;
Here is an example of part dimensioning:&lt;br /&gt;
&lt;br /&gt;
[[Image:Cotation_geometrique.png|left]]&lt;br /&gt;
&lt;br /&gt;
=== Parametric Hatching ===&lt;br /&gt;
Current pattern fill is by far to complicate for technical drawings. A parametric hatching like proposed here [http://bugs.launchpad.net/inkscape/+bug/210442] or here [http://bugs.launchpad.net/inkscape/+bug/171369] would be a great simplification.&lt;br /&gt;
&lt;br /&gt;
Most hatches are created from one, two or three sets of parallel lines that have individual distances, angles, widths and line styles. So a parametric hatch definition could create this by an arbitrary amount of hatch layers with each having one parallel set of lines. The number of layers does not have to be restricted in the user interface, but for simplification three layers are enough.&lt;br /&gt;
&lt;br /&gt;
A set of hatch parameters should be storable with a name to reuse it. Changing the parameters of a stored set should have a global effect and affect all objects using it.&lt;br /&gt;
&lt;br /&gt;
== Details &amp;amp; Internals ==&lt;br /&gt;
&lt;br /&gt;
=== User Interface ===&lt;br /&gt;
&lt;br /&gt;
All constructions should be accomplishable by mouse input only. E.g., points can be specified by mouse clicks, their position can be adapted by dragging, as can angles of lines, radii of circles, etc. But since for technical drawings the ability to use exact values is indispensable, each of these values can also be set by using numeric input fields (e.g., in the secondary toolbar). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Code ===&lt;br /&gt;
The tool will be implemented as a collection of &amp;quot;Live Path Effects&amp;quot; (LPEs). See [http://wiki.inkscape.org/wiki/index.php/MakingLivePathEffects here] for a technical description. The algorithms will be provided by the [http://lib2geom.sourceforge.net/ 2geom] library which is intended to become Inkscape's core library in the near future. There are separate GSoC proposals for 2geom integration into Inkscape.&lt;br /&gt;
&lt;br /&gt;
As part of the project, it is intended to integrate LPEs much more tightly into Inkscape's UI, e.g., by providing handles for parameter adaption or making their controls available in toolbars (not only in the LPE dialog).&lt;br /&gt;
[[Category:Proposals]]&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=BlueprintDesigningSVGfontsUsingStyles&amp;diff=67663</id>
		<title>BlueprintDesigningSVGfontsUsingStyles</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=BlueprintDesigningSVGfontsUsingStyles&amp;diff=67663"/>
		<updated>2011-03-06T23:57:48Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: categorize&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Designing SVG fonts using styles =&lt;br /&gt;
== The Why ==&lt;br /&gt;
&lt;br /&gt;
Just supporting SVG Fonts as per spec is not much fun. Designing fonts in Inkscape should be much more than just being able to make a particular shape marked as a glyph. This specification describes how to make Inkscape THE tool for font design.&lt;br /&gt;
&lt;br /&gt;
Most of the description comes from Yuri Gordon's LiveJournal blog (head of Letterhead font design studio) and some ideas are borrowed from Ricardo Lafuente who created http://tinkerhouse.net/shoebot/ and http://tinkerhouse.net/lettersoup.&lt;br /&gt;
&lt;br /&gt;
== Styles ==&lt;br /&gt;
&lt;br /&gt;
The current way of font design and production involves dealing with Bezier nodes, so it' a low-level way to work on a typeface. A high-level way would be dealing with definitions of a typeface like &amp;quot;venedian antiqua&amp;quot;, that is --- with styles.&lt;br /&gt;
&lt;br /&gt;
There is a pretty good understanding of typical features of various typefaces --- shape of drops and serifs, the look of arcs etc. However there is no ready to use database that would store such descriptions. Panose could be used as a starting point.&lt;br /&gt;
&lt;br /&gt;
== Templates ==&lt;br /&gt;
&lt;br /&gt;
A template is a set of definitions that together build a typical font of some kind -- a typical slab serif or a typical antiqua. Font designer creates a new font from this templates and tweaks it to personalize it.&lt;br /&gt;
&lt;br /&gt;
== Connection points ==&lt;br /&gt;
&lt;br /&gt;
In order to provide possibility to go from one type of e.g. serifs to another all stylable features should join at so called connection points. When a user chooses a different serif style, only this feature should be changed (some automatic adjustments should be available, though). Thus a user can turn a serif typeface into a sans-serif typeface by simply going from one definition to another.&lt;br /&gt;
&lt;br /&gt;
== Workflow and user interface ==&lt;br /&gt;
[[Category:Proposals]]&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=BlueprintCutterControl&amp;diff=67657</id>
		<title>BlueprintCutterControl</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=BlueprintCutterControl&amp;diff=67657"/>
		<updated>2011-03-06T23:57:21Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: categorize&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Synopsis =&lt;br /&gt;
&lt;br /&gt;
One of often requested features is ability to print to cutting plotters or create files for them.&lt;br /&gt;
&lt;br /&gt;
Right now this page is a collection of ideas to to solve the issue in a sane and crossplatform way.&lt;br /&gt;
&lt;br /&gt;
= How it usually works =&lt;br /&gt;
&lt;br /&gt;
# Client brings a EPS/AI file.&lt;br /&gt;
# Printing service imports it to an application like.&lt;br /&gt;
# Then the operator runs conversion and looks at preview.&lt;br /&gt;
# If it's OK, the file goes to cutter.&lt;br /&gt;
&lt;br /&gt;
''Example: JPEG --&amp;gt; Cutter (Linux platform):''&lt;br /&gt;
# ''GIMP: Clean and edit image. Converts JPEG --&amp;gt; PPM.''&lt;br /&gt;
# ''AUTOTRACE: Converts PPM --&amp;gt; SVG.''&lt;br /&gt;
# ''INKSCAPE: Clean and edit image. Print --&amp;gt; Vidar's GRAPHTECPRINT --&amp;gt; Cutter''&lt;br /&gt;
&lt;br /&gt;
= What available solutions exist =&lt;br /&gt;
&lt;br /&gt;
# There is a DXF exporter for CraftRobo bundled with Inkscape.&lt;br /&gt;
# There is a half-standalone project called [http://vidar.gimp.org/graphtecprint/ graphtecprint].&lt;br /&gt;
# There is a &amp;quot;scrapbook&amp;quot; project by Aaron Spike called [http://code.google.com/p/cuft/ cuft].&lt;br /&gt;
# There is a testing version of an HPGL exporter written by Aaron Spike.&lt;br /&gt;
# There is a script at http://pldaniels.com/hpgl-distiller using Linux.&lt;br /&gt;
# There is a &amp;quot;plot manager&amp;quot; script at http://www.securetech-ns.ca/camm-linux.html for linux.  Possibly not open-source.&lt;br /&gt;
&lt;br /&gt;
''I'm about to adapt the INX file from the HPGL exporter and commit the extension to SVN''--[[User:Prokoudine|Prokoudine]] 14:19, 4 June 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
''The cuft project aims to collect information about the GSD format. Currently there is no externally useful code.''--[[User:Acspike|Acspike]] 15:38, 4 June 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
= What should be done =&lt;br /&gt;
&lt;br /&gt;
== For direct cutting ==&lt;br /&gt;
&lt;br /&gt;
We probably do not want to distribute cutter drivers with Inkscape, but at the same time we want cutters to be available for users on all platforms.&lt;br /&gt;
&lt;br /&gt;
What we could do is:&lt;br /&gt;
&lt;br /&gt;
# Split functionality between Inkscape and actual printing backend.&lt;br /&gt;
# Find an upstream project like CUPS to ship the drivers with it.&lt;br /&gt;
# Make sure we can still use cutter driver on Windows where CUPS is not that widely used.&lt;br /&gt;
# Create a [http://wiki.inkscape.org/wiki/index.php/MakingLivePathEffects live path effect] (LPE) for creating polylines from Bezier curves (using [http://lib2geom.sourceforge.net/ lib2geom])&lt;br /&gt;
&lt;br /&gt;
Device dependent options (cutting speed, cutting force, knife position fine-tuning etc.) should go to Print dialog (Advanced tab or the like). It looks like Cairo backend would be the only correct way to pass polylines to a cutter.&lt;br /&gt;
&lt;br /&gt;
''A very useful option in commercial cutter management software is the creation of 'weed borders' (basically, a variable-distance bounding box) around objects'' --[[User:Cohort|Cohort]] 12:16, 22 March 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== For just exporting ==&lt;br /&gt;
&lt;br /&gt;
# Use available LPE for previewing&lt;br /&gt;
# Create as many exporters as required (see below)&lt;br /&gt;
&lt;br /&gt;
= File formats =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! File extension&lt;br /&gt;
! Full name&lt;br /&gt;
! Devices&lt;br /&gt;
! Exporter&lt;br /&gt;
|-&lt;br /&gt;
| DXF&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| Available in current stable version of Inkscape&lt;br /&gt;
|-&lt;br /&gt;
| [[GSD]]&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Available from [http://code.google.com/p/cuft/ cuft]'s SVN&lt;br /&gt;
|-&lt;br /&gt;
| HPGL&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Part of 0.47/SVN&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Cutters =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device&lt;br /&gt;
! Protocol&lt;br /&gt;
! Linux drivers&lt;br /&gt;
! Windows drivers&lt;br /&gt;
! Mac OS drivers&lt;br /&gt;
|-&lt;br /&gt;
| ANAgraph - ANA Express Elite Cutter AE60E = http://pldaniels.com/hpgl-distiller&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Graphtec FC7000Mk2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Graphtec CE5000&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
| Graphtec CC200-20&lt;br /&gt;
| &lt;br /&gt;
| [http://vidar.gimp.org/graphtecprint/ graphtecprint] (requires python &amp;amp; glade)&lt;br /&gt;
| *&lt;br /&gt;
| *&lt;br /&gt;
|-&lt;br /&gt;
| Graphtec CE5000-120AP&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
| Graphtec Craft ROBO&lt;br /&gt;
| based on Graphtec CC200-20 (?same as CC200-20?) (identifies it's self as:&amp;quot;Graphtec&amp;quot;)&lt;br /&gt;
|[http://vidar.gimp.org/graphtecprint/ graphtecprint] (requires python &amp;amp; glade)&lt;br /&gt;
| *&lt;br /&gt;
| *&lt;br /&gt;
|-&lt;br /&gt;
| Graphtec FC2250&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
| Graphtec FC4200&lt;br /&gt;
| &lt;br /&gt;
| [http://vidar.gimp.org/graphtecprint/ graphtecprint] (requires python &amp;amp; glade) + mods described by Ulisses on graphtecprint page.&lt;br /&gt;
| *&lt;br /&gt;
| *&lt;br /&gt;
|-&lt;br /&gt;
| Graphtec CE5000-120&lt;br /&gt;
| HPGL converted from .ps&lt;br /&gt;
|[http://pldaniels.com/hpgl-distiller/ hpgl-distiller]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| QuicKutz Silhouette&lt;br /&gt;
| based on Graphtec CC200-20&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| (Blue) Xyron Wishblade&lt;br /&gt;
| based on Graphtec CC200-20 (identifies it's self as:&amp;quot;Whisblade Inc.&amp;quot;)&lt;br /&gt;
| [http://vidar.gimp.org/graphtecprint/ graphtecprint] (requires python &amp;amp; glade) + mods described by Ulisses on graphtecprint page. &lt;br /&gt;
| *&lt;br /&gt;
| *&lt;br /&gt;
|-&lt;br /&gt;
| (Pink) Xyron Wishblade&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Roland CAMM1 PNC-1100 (Manufactured c.1992)&lt;br /&gt;
| HPGL converted from .ps&lt;br /&gt;
|[http://pldaniels.com/hpgl-distiller/ hpgl-distiller]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rolanddg.co.uk/public/portfolio/details.aspx?id=103&amp;amp;type=1 Roland CAMM-1 Pro GX-300 Cutter]&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rolanddg.co.uk/public/portfolio/details.aspx?id=106&amp;amp;type=1 Roland CAMM-1 Pro GX-500 Cutter]&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rolanddg.co.uk/public/portfolio/details.aspx?id=95&amp;amp;type=1 Roland STIKA SV-8 Cutter]&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rolanddg.co.uk/public/portfolio/details.aspx?id=96&amp;amp;type=1 Roland STIKA SV-12 Cutter]&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rolanddg.co.uk/public/portfolio/details.aspx?id=101&amp;amp;type=1 Roland STIKA SV-15 Cutter]&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rolanddg.co.uk/public/portfolio/details.aspx?id=17&amp;amp;type=1 Roland CAMM-1 GX-24 Cutter]&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rolanddg.co.uk/public/portfolio/details.aspx?id=20&amp;amp;type=1 Roland VersaCAMM SP-300 V Printer/Cutter]&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rolanddg.co.uk/public/portfolio/details.aspx?id=20&amp;amp;type=1 Roland VersaCAMM SP-300 V Printer/Cutter]&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rolanddg.co.uk/public/portfolio/details.aspx?id=21&amp;amp;type=1 Roland VersaCAMM SP-540 V Printer/Cutter]&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rolanddg.co.uk/public/portfolio/details.aspx?id=112&amp;amp;type=1 Roland VersaCAMM VP-300 V Printer/Cutter]&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rolanddg.co.uk/public/portfolio/details.aspx?id=113&amp;amp;type=1 Roland VersaCAMM VP-300 V Printer/Cutter]&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [http://www.rolanddg.co.uk/public/portfolio/details.aspx?id=83&amp;amp;type=1 Roland SolJet Pro III XC-540 Printer/Cutter]&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
(*) If python and glade are available on these platforms, a modified version of Vidar's graphtecprint scripts should work.  The main difference would probably be how to detect and access the USB connected cutters.&lt;br /&gt;
&lt;br /&gt;
= Vendors =&lt;br /&gt;
&lt;br /&gt;
* Graphtec - We have been in discussion with people from Graphtec, initially about [[CraftROBO | support for the Craft ROBO]].&lt;br /&gt;
[[Category:Proposals]]&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=BlueprintCropmarksPDFexport&amp;diff=67651</id>
		<title>BlueprintCropmarksPDFexport</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=BlueprintCropmarksPDFexport&amp;diff=67651"/>
		<updated>2011-03-06T23:56:54Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: categorize&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Summary =&lt;br /&gt;
The goal is to give parameters in the PDF export dialog in order to draw crop marks, bleed marks registration marks, page information and a color box.&lt;br /&gt;
Copying Scribus's PDF export dialog would be a good start.&lt;br /&gt;
See also Cropmarks extension and discussion for more details and possible features.&lt;br /&gt;
&lt;br /&gt;
= Needed features =&lt;br /&gt;
* Crop marks (default 7mm and offset)&lt;br /&gt;
* Bleed marks (top, bottom, left and right value)&lt;br /&gt;
* Registration marks&lt;br /&gt;
* Page information&lt;br /&gt;
* Colour bars&lt;br /&gt;
* Unit selector&lt;br /&gt;
&lt;br /&gt;
= Other features =&lt;br /&gt;
Gez: Another interesting feature would be using guides as placeholders for fold or die-punch marks.&lt;br /&gt;
Aurélio: Use selection bbox to draw markers&lt;br /&gt;
[[Category:Proposals]]&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=BlueprintUIGradientFill&amp;diff=67645</id>
		<title>BlueprintUIGradientFill</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=BlueprintUIGradientFill&amp;diff=67645"/>
		<updated>2011-03-06T23:56:34Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: categorize&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
A user interface which allows for simpler management of gradients, better gradient organization and simplification of the interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Rationale ==&lt;br /&gt;
1. Merging the Gradient editor window and the Fill and Stroke Gradient window into one window.&lt;br /&gt;
Advantages:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Reduces real estate and moves the gradient editor off the canvas.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The list allows the user to delete gradients whether they are being used or not.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Search now works, this allows quick selection of gradients when the gradient list becomes large.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Design ==&lt;br /&gt;
=== UI ===&lt;br /&gt;
[[File:Gradient_editor_3.png]]&lt;br /&gt;
&lt;br /&gt;
=== Workflow ===&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
=== SVG representation ===&lt;br /&gt;
== TODO ==&lt;br /&gt;
== Discussion ==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Inkscape Forum (Inkscape ideas)&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
http://www.inkscapeforum.com/viewtopic.php?f=28&amp;amp;t=8709&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Launchpad&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
https://bugs.launchpad.net/bugs/722017&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
[[Category:Proposals]]&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Bend_Path&amp;diff=67639</id>
		<title>Bend Path</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Bend_Path&amp;diff=67639"/>
		<updated>2011-03-06T23:54:01Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Bend Path=&lt;br /&gt;
&lt;br /&gt;
The following text was originally written by J.F. Barraud. It explains the mathematics behind the Bend Path effect.&lt;br /&gt;
&lt;br /&gt;
Let B be the skeleton path, and P the pattern (the path to be deformed).&lt;br /&gt;
&lt;br /&gt;
P is a map t --&amp;gt; P(t) = ( x(t), y(t) ) and B is a map t --&amp;gt; B(t) = ( a(t), b(t) )&lt;br /&gt;
&lt;br /&gt;
The first step is to re-parametrize B by its arc length: this is the parametrization in which a point p on B is located by its distance s from start. We obtain a new map s --&amp;gt; U(s) = (a'(s),b'(s)), that still describes the same path B, but where the distance along B from start to U(s) is s itself.&lt;br /&gt;
We also need a unit normal to the path. This can be obtained by computing a unit tangent vector, and rotate it by 90°. We call this normal vector N(s).&lt;br /&gt;
&lt;br /&gt;
The basic deformation associated to B is then given by:&lt;br /&gt;
&lt;br /&gt;
(x,y) --&amp;gt; U(x)+y*N(x)&lt;br /&gt;
&lt;br /&gt;
(i.e. we go for distance x along the path, and then for distance y along the normal)&lt;br /&gt;
[[Category:Developer Documentation]]&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=User:Airhogs777&amp;diff=67621</id>
		<title>User:Airhogs777</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=User:Airhogs777&amp;diff=67621"/>
		<updated>2011-03-06T23:33:40Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: created stublet.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello. I am an active user on Wikia and Wikipedia, but also like to use Inkscape, GIMP and Blender.&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Template:Spam&amp;diff=67615</id>
		<title>Template:Spam</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Template:Spam&amp;diff=67615"/>
		<updated>2011-03-06T23:29:06Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: finally found color&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;width: 100%; padding: 1em; border: 1px solid #62C012;&amp;quot;&lt;br /&gt;
|[[File:Warning_symbol.png|70px]]&lt;br /&gt;
| style=&amp;quot;font-weight: bold;&amp;quot;|This page has been marked as spam. Please review its history and delete it if necessary.&lt;br /&gt;
&lt;br /&gt;
The reason given was: ''{{{1|(no reason given)}}}''.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:For deletion]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Template:Spam&amp;diff=67609</id>
		<title>Template:Spam</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Template:Spam&amp;diff=67609"/>
		<updated>2011-03-06T23:26:51Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: fits in more with inkscape skin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;width: 100%; padding: 1em; border: 1px solid lime;&amp;quot;&lt;br /&gt;
|[[File:Warning_symbol.png|70px]]&lt;br /&gt;
| style=&amp;quot;font-weight: bold;&amp;quot;|This page has been marked as spam. Please review its history and delete it if necessary.&lt;br /&gt;
&lt;br /&gt;
The reason given was: ''{{{1|(no reason given)}}}''.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:For deletion]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Template:Spam&amp;diff=67603</id>
		<title>Template:Spam</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Template:Spam&amp;diff=67603"/>
		<updated>2011-03-06T23:23:18Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: improvements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;width: 100%; padding: 1em; border: 3px solid orange; background: yellow;&amp;quot;&lt;br /&gt;
|[[File:Warning_symbol.png|70px]]&lt;br /&gt;
| style=&amp;quot;font-weight: bold;&amp;quot;|This page has been marked as spam. Please review its history and delete it if necessary.&lt;br /&gt;
&lt;br /&gt;
The reason given was: ''{{{1|(no reason given)}}}''.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:For deletion]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Galleries&amp;diff=67591</id>
		<title>Galleries</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Galleries&amp;diff=67591"/>
		<updated>2011-03-06T23:13:59Z</updated>

		<summary type="html">&lt;p&gt;Airhogs777: Removed second listong of WMCommons cat&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Localized Versions ==&lt;br /&gt;
Localized versions of this gallery list:&lt;br /&gt;
* [[BenutzerGalerien|Benutzergalerien auf deutsch]]&lt;br /&gt;
&lt;br /&gt;
== Galleries ==&lt;br /&gt;
&lt;br /&gt;
=== Multiple-author galleries ===&lt;br /&gt;
&lt;br /&gt;
* [http://openclipart.org Open Clip Art Library]&lt;br /&gt;
* [http://www.flickr.com/groups/547272@N22/ Flickr@Inkscape]&lt;br /&gt;
* [http://InkscapeBrasil.org/Galeria Inkscape Brasil Galeria]&lt;br /&gt;
* [http://commons.wikimedia.org/wiki/Category:Created_with_Inkscape Category:Created with Inkscape] at Wikimedia Commons contains thousands of Inkscape SVG images of all kinds&lt;br /&gt;
* [http://inkscape.deviantart.com/favourites/ inkscape.deviantart.com] The Inkscape group on deviantART&lt;br /&gt;
* [http://gould.cx/ted/ink-about/ Museum of Sodipodi and Inkscape About Screens]&lt;br /&gt;
* [http://www.inkscapegallery.net Inkscape Gallery ]- a community gallery website with svg support and js slideshows&lt;br /&gt;
&lt;br /&gt;
=== Single-author galleries ===&lt;br /&gt;
* '''FOCA Free Open Clipart Archive:''' [http://www.focaclipart.tk Foca Clipart] - 200+ Vectorial Cliparts made using Inkscape from Chile to the the world (distributed under CC license)&lt;br /&gt;
* [http://inkscapefans.blogspot.com] inkscapefans.blogspot.com free step by step Inkscape tutorials&lt;br /&gt;
* [http://veryrobert.com/gallery veryrobert.com] Complex and humorous book Illustrations made with Inkscape&lt;br /&gt;
* '''VitalBodies.net:''' [http://www.vitalbodies.net/site/art-design/inkscape-gallery.html VitalBodies Inkscape Gallery] - Come see what's new.... &lt;br /&gt;
* '''VitalBodies Blog:''' [http://vitalbodies.com/blog/ Open Source Inkscape Scalable Vector Graphics SVG Software] - Inkscape License Plate, Article and how to install Inkscape in Ubuntu and more, just search Inkscape on the blog.&lt;br /&gt;
*  [http://www.nojhan.net/art/index.php?tag/inkscape nojhan/art] - illustrations made with inkscape, under the (free) CC-BY-SA license.&lt;br /&gt;
*&amp;lt;strike&amp;gt;[http://slightly.weirdly.net/illustrations_vector.php Slightly Weirdly] -  Artist with vector illustrations created with Inkscape. Also a featured Istock contributor.&amp;lt;/strike&amp;gt;&lt;br /&gt;
* [http://www.colvinart.net/index.php?list=4 Colvinart.net ] -  I also managed to use the wmf output feature to convert to swish-usable flash files. Yay!me.  All vector is inkscape only.&lt;br /&gt;
* [http://deathtokalia.com/content/death-kalia-webcomic-made-using-inkscape DeathToKalia] A new web comic using Inkscape. '''Some of these are NSFW'''&lt;br /&gt;
* [http://www.17deg.com/ www.17deg.com] Illustrations, button badges, t-shirts - made with Inkscape.&lt;br /&gt;
* [http://blog.keegan3d.com/?tag=inkscape Keegan3d] Art done with Inkscape!&lt;br /&gt;
* [http://watersoul.ca/comics/ WaterSoul's] Web comics! (xkcd style)&lt;br /&gt;
* [http://www.pixelpalaces.com/dk/ PixelPalaces pressents: ''Dragon Knights''] Super Hero/Science fiction comic mostly drawn in Inkscape and mostly in SVGZ with interactiy and animation&lt;br /&gt;
* [http://manowarrior.deviantart.com/ ManoWarrior] Inkscape vectors by Luchezar Petkov&lt;br /&gt;
* [http://ostan-collections.net/imeeji/index.php?cat=10570 C-chan @ OS-tan Collections] Anime-style artwork produced almost entirely in Inkscape (see the &amp;quot;Finished Works&amp;quot; Gallery for best examples).  Other User Galleries also contain works produced fully or partially in Inkscape.&lt;br /&gt;
* [http://conichiwua.wordpress.com/ Conichiwua] - Inkscape art&lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://www.ufowebfactory.net/download/free-svg_en.htm illustrations] and associated SVG files &amp;lt;/strike&amp;gt;&lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://www.revis.co.uk/site/?q=taxonomy/term/7 Inkscape animations] and CC licensed SVG source files, plus a gear making tutorial&amp;lt;/strike&amp;gt;&lt;br /&gt;
* A tiny selection of [http://marksinkscape.blogspot.com/ Mark H's] inkscape pics.&lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://www.jeromehouix.info/ Jiije] artworks by jiije&amp;lt;/strike&amp;gt;&lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://www.pictura4.1gb.at picturi,reproduceri,portrete]&amp;lt;/strike&amp;gt;&lt;br /&gt;
* [http://www.dushkin.org/ Dushkin] is an artist of the digital age. A graduate of iidabashi hoikuen. Please be sure to leave a comment in his blog. Check out his gallery for the latest Inkscape creations.&lt;br /&gt;
* &amp;lt;strike&amp;gt;[[Haypo]]&amp;lt;/strike&amp;gt;&lt;br /&gt;
* &amp;lt;strike&amp;gt;A few experimental Inkscape creations from [http://clik.to/cal Cal Russell-Thompson];&amp;lt;/strike&amp;gt; more on his [http://rubberkeith.deviantart.com DeviantART page].&lt;br /&gt;
* Dan Wells' beautiful gallery of Inkscape art is viewable [http://monkeydan1.deviantart.com here.]&lt;br /&gt;
* [http://lunar8.rydia.net/ Mental's Lunar 8 Comics]&lt;br /&gt;
* [[simarilius]]&lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://www.le-radar.com/?art/galerie Cedric Gemy]&amp;lt;/strike&amp;gt;&lt;br /&gt;
* [[Jofo]]&lt;br /&gt;
* [http://www.kde-look.org/usermanager/search.php?username=salahuddin66 Great Wallpapers!]&lt;br /&gt;
* &amp;lt;strike&amp;gt;[[Simondebelem]]&amp;lt;/strike&amp;gt;&lt;br /&gt;
* [http://david.bellot.free.fr/svg-cards/ SVG-cards]&lt;br /&gt;
* [http://art-zone.ro pictura,reproduceri,poezii,portrete,tablouri] paintings with inkscape aport&lt;br /&gt;
* [http://zubauza.deviantart.com/gallery zubauza's gallery @ deviantART]&lt;br /&gt;
* [[Gwyn]]&lt;br /&gt;
* [http://edeca.net/wp/graphics Free SVG nautical flags]&lt;br /&gt;
* [http://gatonegro.ceibes.org Gatonegro deseño - gatonegro.ceibes.org]. Inkscape-based graphic design, with the occasional aid of the GIMP and Scribus. Stickers, posters, tee-shirts, pamphlets, logotypes, wallpapers... Most of them released under the Creative Commons Attribution-Sharealike. (Language: galizan.)&lt;br /&gt;
* [http://imaginaciongnu.iespana.es/ Imaginacion GNU] Artwork created with Inkscape by Daniel Cremades (Graphic designer, spanish)&lt;br /&gt;
* [http://www.bakedbabies.com Baked Babies] (a few comics created with inkscape WARNING: not for kids)&lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://www.pictura4.1gb.at/portrete_in_creion_pe_hartie.html portrete la comanda in creion] (portraits by pictures)&amp;lt;/strike&amp;gt;&lt;br /&gt;
* [http://kde-look.org/content/show.php?content=16627 AmaroK Icon], [http://kde-look.org/content/show.php?content=18204 Mupen64 Icon] KDE artwork by Zekant&lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://www.insert.waw.net.pl/vector/firecat_large.jpg Piotr Kosmala]&amp;lt;/strike&amp;gt;&lt;br /&gt;
* [http://erture.webpark.pl/vinci.html Radek Turek]&lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://haef.szm.sk/ Henrich Fichna]&amp;lt;/strike&amp;gt;&lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://blog.die-scheiss-kiste.de/wordpress/ Andy's Blog] Blog german. Inkscape is one topic, w. Examples &amp;amp; free SVG Downloads.&amp;lt;/strike&amp;gt;&lt;br /&gt;
* [http://mooouette.tuxfamily.org/ LaMouette] French OpenOffice.org Mascot by Ben Bois made with Inkscape&lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://www.joncampbell.ca/inkscape/gallery.php Jon Campbell] Variety of projects done in inkscape&amp;lt;/strike&amp;gt;&lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://f-r-e-d.org/ Fred's SVG Wallpapers]&amp;lt;/strike&amp;gt;&lt;br /&gt;
* [http://panzi.deviantart.com/gallery/#SVG panzi.deviantArt.com/gallery/#SVG] (IMHO the best is [http://www.deviantart.com/view/4617948/ my orc])&lt;br /&gt;
* [http://www.flickr.com/photos/peterhellberg/353706629/ Tribal tattoo drawn in Inkscape]&lt;br /&gt;
* [http://ggw.stfu.ee/ GeeksGoneWild] A webcomic drawn with inkscape&lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://www.braincud.com/ Brain Cud] A webcomic now drawn with Inkscape (starting with installment number 24).&amp;lt;/strike&amp;gt;&lt;br /&gt;
* [http://popolon.org/inkscape/ popolon.org/inkscape/] Tutorial for Inkscape and pictures made with Inkscape, mostly in french some in english or chinese.&lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://www.protemporeevents.com/larrys/ Larry's Main Entrance] A restaurant menu redesign project done in Inkscape!&amp;lt;/strike&amp;gt;&lt;br /&gt;
* [http://yeknan.free.fr/blog/index.php?2006/03/22/74-galerie-svg yeKcim] Free SVG (Wormux, Crocobox, Mille bornes,...)&lt;br /&gt;
* [[Paramate]]&lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://jhuss.com/category/arte/ jhuss's artwork] a some works made in inkscape&amp;lt;/strike&amp;gt;&lt;br /&gt;
* [http://www.awns.com/galeri/ Galeri] A growing collection of colourful and stylish artwork. &lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://blog.organicadtm.com/wp-gallery2.php OrganicaDTM Studio's gallery] Our projects are doing with Inkscape, Gimp and Blender.&amp;lt;/strike&amp;gt;&lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://cejasbravas.com CejasBravas TV serie webpage] All the artwork, characters design, wallpapers, etc. of the TV serie is done with Inkscape and Gimp.&amp;lt;/strike&amp;gt;&lt;br /&gt;
*&amp;lt;strike&amp;gt;[http://www.freewaydesign.com/  freewaydesign] Dr-Hamza`s Blog  Misc. Designs&amp;lt;/strike&amp;gt;&lt;br /&gt;
* [http://proximus1.deviantart.com/gallery/?catpath=digitalart/vector/&amp;amp;offset=0 Proximus1] Vector Artwork by Proximus1&lt;br /&gt;
* [http://singularityblues.com Singularity Blues] A webcomic done in Inkscape. SVG files available upon request.&lt;br /&gt;
*[http://hrum.deviantart.com/gallery ~hrum] Konstantin R. page on deviantart with pictures made in Inkscape (most of them) and GIMP&lt;br /&gt;
* [http://www.kde-files.org/index.php?xcontentmode=644 KDE-Files Inkscape directory] artwork by various contrubters, you can also upload your own work.&lt;br /&gt;
* [http://sunedonath.de/bilder.htm Sune Donath] anime wallpapers made with Inkscape incl. SVG download.&lt;br /&gt;
* [http://www.rammbauer.nl/?cat=3 Rayart Rammbauer] some poster and cartoons made with Inkscape&lt;br /&gt;
* [http://vorg.pl/design/tag/vector Vorg.pl] artwork by graphic designer Marcin Ignac&lt;br /&gt;
* [http://playful-geometer.deviantart.com | A Playful Geometer's deviantart gallery] Images made mostly using [http://sourceforge.net/projects/play-svg pLAySVG] the GPL'd python libraries for the easy generation of SVG vector graphics  &lt;br /&gt;
* [http://www.alpha-release.com Alpha Release] an online comic under a Creative Commons license, drawn entirely in Inkscape&lt;br /&gt;
* [http://geronimo89.deviantart.com geronimo89@deviantART.com] He often uses Inkscape for his vector works and tries to give an impression how powerful Inkscape is.&lt;br /&gt;
* [http://mathburton.deviantart.com/ Mathburton] Inkscape vectors by James Avila&lt;br /&gt;
* [http://hamletothehamster.blogspot.com Hamleto The Hamster] An online comic strips about an hamster called Hamleto entirely drawn in Inkscape (now in english)&lt;br /&gt;
* [http://rockraikar.deviantart.com/gallery/#Inkscape rockraikar@deviantART] Few illustrations &amp;amp; tutorials with Inkscape.&lt;br /&gt;
* [http://chezmodelshop.blogspot.com Modelshop] A girly french blog with illustrations made with Inkscape.&lt;br /&gt;
* &amp;lt;strike&amp;gt;[http://aumat.unipv.it/~arecchi/miatesi.pdf Topological images] An example of thesis is which all images, except for the Mobius strip, are made with Inkscape!&amp;lt;/strike&amp;gt;&lt;br /&gt;
* [http://plurib.us/svg_gallery/ Plurib.us SVG Art Gallery]  Gallery of Inkscape created SVG art (most CC licensed).&lt;br /&gt;
* '''By night-train:''' [http://members.home.nl/rouweler/bnt/ 30 pages of visual desktop poetry] - made with Inkscape by Marcel Rouweler&lt;br /&gt;
* [http://quiche-shamelessself-promotion.blogspot.com/ ShamelessSelfPromotion] blog featuring Inkscape art &lt;br /&gt;
* [http://quicheloraine.deviantart.com/ QuicheLoraine@deviantART] Gallery of Inkscape Art  &lt;br /&gt;
* [http://www.math.umd.edu/~nstrawn/oralprelim.pdf Math Presentation]- A full mathematical presentation produced using Inkscape and the LaTeX extension TeXtext.&lt;br /&gt;
*[http://www.matthieutuffet.com/  matthieu's illustrations gallerie] illustrations made on inkscape and some other artworks &lt;br /&gt;
* [http://wlps-ge-stuff.ucoz.com/ WLP's Google Earth maps and stuff] &amp;amp;mdash; A collection of maps made with Inkscape (mostly of racing facilities) and corresponding Google Earth XPIs which typically include the map as an overlay.  Some vectorized images might also be added.  Forums supported by the author (Will Pittenger) are available for many topics.  One discusses Will's mapping techniques with Inkscape.&lt;br /&gt;
* [http://flsixtyfour.blogspot.com/search/label/Inkscape/ fl64]&lt;br /&gt;
* [http://www.lamahütte.de lamahütte.de - ], [http://www.haifashion.de haifashion.de - ] and [http://www.skvmeridian.eu SKV MeriDian.eu - ] websites and information material created with inkscape, *.png rendering for IExplorer missing svg-issues, photos edited with gimp&lt;br /&gt;
* [http://arwassa.com Arwassa.com] Girly illustrations made with Inkscape by digital artist Arwassa&lt;br /&gt;
* [http://scrapcoloring.com ScrapColoring] Coloring pages with gradients and patterns made with Inkscape. Also in French: [http://scrapcoloring.fr coloriage]&lt;br /&gt;
* [http://www.davekdesign.com davek1979's artworks] all artworks by David Kopnicky&lt;br /&gt;
* [http://www.cubehobo.com cube hobo web comic] drawn with Inkscape on the &amp;quot;cube hobo&amp;quot; lifestyle.&lt;br /&gt;
* [http://www.thechangeling.net The Changeling] ~~ A webcomic website created with dynamic xhtml and SVG drawn in Inkscape. Please note: contains mature graphic content not suitable for minors or people easily offended by nudity and/or violence.&lt;br /&gt;
* [http://sindcomics.com SindcomiCs: HPC World] - A webcomic drawn in InkScape, licensed under a Creative Common license (currently pngs are released only).&lt;br /&gt;
* [http://www.dare2dream.com/illustration dare2dream.com] - Vector illustrations by artist Russ Sharek.&lt;br /&gt;
* [http://www.falconberger.co.uk Falcon Berger books] - a micropublisher using Inkscape for its book covers (link includes a photo of a finished paperback)&lt;br /&gt;
* [http://sebby.cc/?page_id=14 Sebby.cc Graphics] Vector image gallery with SVG source.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- these sites not responding/working &lt;br /&gt;
* [http://gallery.crypt.cc Crypt.cc Gallery] artwork by J, others can also upload your own work to showcase here&lt;br /&gt;
* [http://programmer-art.org/artwork Daniel G. Taylor's Art Page]&lt;br /&gt;
* [http://gallery.urosevic.net/svg Urke MMI]&lt;br /&gt;
* [http://widdma.dyndns.org/wc/widdmoprev.html Widdmotions] (Not found) Smiley Set&lt;br /&gt;
* http://www.hinterlandcasa.it An Italian svg panels &amp;amp; buttons based site made with Inkscape.&lt;br /&gt;
* [http://www.grafixport.org/ grafixport] A new Forum for SVG and Inkscape Friends!&lt;br /&gt;
* [http://mathburton.deviantart.com/ Mathburton]  Inkscape vectors by James Avila&lt;br /&gt;
* [http://i231.photobucket.com/albums/ee54/warpigelp/LOscaleEP4png.png]Low Observable Chart #1 Created in Inkscape and exported to .png by E. Palmer&lt;br /&gt;
* [http://i231.photobucket.com/albums/ee54/warpigelp/LOscaleEP3png.png]Low Observable Chart #2 Created in Inkscape and exported to .png by E. Palmer&lt;br /&gt;
* [http://animedieval.com/?page_id=16]A character made for inkscape by windknight&lt;br /&gt;
* [http://www.plastik-models.com Plastik Models] A digital magazine made with Inkscape and Scribus&lt;br /&gt;
* [http://www.mondada.net/gabriele/school/?view=geo&amp;amp;chap=PAV gab@school] A collection of geometry exercices for children from 12 to 14 years old (in French, SVG files available, GFDL)&lt;br /&gt;
* [http://ludami.deviantart.com/gallery/ Ludamillion] Ludami's DeviantArt page, yup another one. Everything there (one pic so far) is Inkscaped.&lt;br /&gt;
* [http://peileppe.wordpress.com Peileppe Production] FanArt for Wesnoth, this blog is committed to build a comic (using mainly Inkscape) based on the Battle for Wesnoth's campaign &amp;quot;Heir to the Throne&amp;quot;.&lt;br /&gt;
* [http://dodolboks.wordpress.com/galeri/ art by alikusnadi] Wallpaper and other art's made with inkscape and fixed with GIMP &lt;br /&gt;
* [http://www.73lab.com/ art by Ayo] mixed art's made with inkscape and other open source graphic apps like GIMP or Blender&lt;br /&gt;
* [http://www15.atwiki.jp/kirimi/ Tessellations How To] specialised to making patterns &amp;amp; tiling like M.C. Escher.(written in Japanese)&lt;br /&gt;
* [http://eyedraw.eu EyeDraw] Illustrations by Piotr Godek&lt;br /&gt;
* [http://haruwen.deviantart.com] by Mariana Sing&lt;br /&gt;
* [http://www.davekdesign.com davek1979's artworks] all artworks by David Kopnicky&lt;br /&gt;
* [http://viscious-speed.deviantart.com/gallery/#InkScape-Vectors] Gallery of artworks done using Inkscape&lt;br /&gt;
* [http:/sebby.cc/?page_id=14] Vector image gallery with SVG source.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== SVG-oriented gallery softwares ==&lt;br /&gt;
&lt;br /&gt;
* [http://stripit.sourceforge.net/ Strip-it] a (web) software that permits to dynamically generate a (web) gallery for (web) comic-strips drawn in SVG (web, thus).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:About Inkscape]]&lt;/div&gt;</summary>
		<author><name>Airhogs777</name></author>
	</entry>
</feed>