<?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=Mauve</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=Mauve"/>
	<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/Special:Contributions/Mauve"/>
	<updated>2026-04-08T10:01:43Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Filter_Effects&amp;diff=13222</id>
		<title>Filter Effects</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Filter_Effects&amp;diff=13222"/>
		<updated>2007-02-07T01:44:26Z</updated>

		<summary type="html">&lt;p&gt;Mauve: Link to feature request in tracker&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Filter effects is a part of [http://www.w3.org/TR/SVG11/filters.html SVG specification] and worked on in Inkscape as part of [[Googles_Summer_Of_Code]] 2006&lt;br /&gt;
&lt;br /&gt;
== What works? ==&lt;br /&gt;
&lt;br /&gt;
Basic support for filter effects is included in SVN trunk and in upcoming 0.45 release. At the moment only gaussian blur is implemented, so while specifications define a bunch of other effects and some other programs can handle them, Inkscape cannot render them yet. Also, tools for editing other types of filters do not exist yet.&lt;br /&gt;
&lt;br /&gt;
Gaussian blur can be applied to an object by using Blur slider in Fill and stroke dialog.&lt;br /&gt;
&lt;br /&gt;
In Inkscape preferences dialog there is a setting controlling the filter rendering quality. Even low quality often produces good enough rendering quality, but it takes a lot less time to render. When exporting an image from Inkscape, the best quality is always used, regardless of this setting.&lt;br /&gt;
&lt;br /&gt;
== What next? ==&lt;br /&gt;
&lt;br /&gt;
Now that this one filter works, most of the basic framework needed for filtering exists.&lt;br /&gt;
&lt;br /&gt;
These are the basic steps to create a new filter primitive:&lt;br /&gt;
* Write a new document model level class for this filter primitive (see src/sp-gaussian-blur.cpp)&lt;br /&gt;
* Write a renderer for this filter primitive (see src/display/nr-filter-gaussian.cpp)&lt;br /&gt;
* Add a pointer to a function returning an instance of the renderer class to function Filter::_create_constructor_table in file src/display/nr-filter.cpp &lt;br /&gt;
(this is likely not an exhaustive list)&lt;br /&gt;
&lt;br /&gt;
Before new filter primitives can be useful, there has to be an user interface for applying them to shapes. A really good thing would also be an UI for creating filters out of filter primitives.&lt;br /&gt;
&lt;br /&gt;
: See [[http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1628343&amp;amp;group_id=93438&amp;amp;atid=604309 1628343]] for my filter UI suggestion - [[User:Mauve|Mauve]] 01:44, 7 February 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[Category:Developer_Documentation]]&lt;/div&gt;</summary>
		<author><name>Mauve</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=TutorialIdeas&amp;diff=6894</id>
		<title>TutorialIdeas</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=TutorialIdeas&amp;diff=6894"/>
		<updated>2006-06-19T21:36:17Z</updated>

		<summary type="html">&lt;p&gt;Mauve: Posted a link to a tutorial I just knocked up&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will consist of brainstorming and basic development of new tutorials that will be useful for new/old users.&lt;br /&gt;
&lt;br /&gt;
Also see [[TutorialsAndHelp]]&lt;br /&gt;
&lt;br /&gt;
=== Completed Tutorials ===&lt;br /&gt;
&lt;br /&gt;
* [[DefaultTutorial]]&lt;br /&gt;
* [http://home.programmer-art.org/?page=inkscape Daniel Taylor's Web-Based Inkscape Tutorials] - Hopefully he will make SVG tutorials that we can inlude with Inkscape, like our current [[DefaultTutorial]].&lt;br /&gt;
* making shiny marbles... http://inkscape.org/wiki_uploads/marbles_tut.svg&lt;br /&gt;
* also see [http://inkscape.org/cgi-bin/wiki.pl?OtherProjects#outsidetut Outside Tutorials and Tips]&lt;br /&gt;
* [[ElementsPrinciplesOfDesign]] (rejon)&lt;br /&gt;
* [http://kargs.net/docs/easter_egg_tutorial.svg Easter Egg Tutorial]&lt;br /&gt;
&lt;br /&gt;
=== Tutorials in development ===&lt;br /&gt;
&lt;br /&gt;
* [http://homepage.univie.ac.at/reinhard.stepanek/fxos80/metchart.html How to create meteorological charts with Inkscape], Tutorial by Reinhard Stepanek&lt;br /&gt;
* Daniel Pope's Clownfish Tutorial - [http://www.mauveweb.co.uk/misc/tutorials/clownfish.svg Part 1] [http://www.mauveweb.co.uk/misc/tutorials/clownfish2.svg Part 2] - drop me an email at mauve@mauveweb.co.uk to suggest changes.&lt;br /&gt;
&lt;br /&gt;
=== Planned Tutorials ===&lt;br /&gt;
&lt;br /&gt;
* [[UsingTheCloneTiler]] - Clones&lt;br /&gt;
&lt;br /&gt;
* Text and Typography&lt;br /&gt;
&lt;br /&gt;
* Clippath/Mask/Pattern&lt;br /&gt;
&lt;br /&gt;
* Effects&lt;br /&gt;
&lt;br /&gt;
* SVG Filters&lt;br /&gt;
&lt;br /&gt;
* XML Editor&lt;br /&gt;
&lt;br /&gt;
=== Tutorial Scratchpad ===&lt;br /&gt;
&lt;br /&gt;
* How to create an icon&lt;br /&gt;
* How to build a presentation using Inkview.&lt;br /&gt;
* How to build complex shapes using boolean operations.&lt;br /&gt;
* How to use Inkscape to create graphics for [[LaTeX]] / [[ConTeXt]] documents.&lt;br /&gt;
* etc&lt;br /&gt;
&lt;br /&gt;
A tutorial in progress of writing by John Griessen&lt;br /&gt;
&lt;br /&gt;
This writing is a journal of how a project to recreate a business card originally &lt;br /&gt;
made with Illutrator 7, after losing the original file, so the comparison to Illustrator is &lt;br /&gt;
much from memory and not to be taken as the last word, but a guide as to how the programs compare.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Attached is a png of the printed business card:&lt;br /&gt;
&lt;br /&gt;
It originally was a collection of paths filled with colors and text objects with grouping to&lt;br /&gt;
make replicating some objects easy.  &lt;br /&gt;
&lt;br /&gt;
The shell command  '$inkscape --version' tells us this is Inkscape 0.39cvs (Jul  2 2004)  .&lt;br /&gt;
&lt;br /&gt;
The logo main element is a pseudo sine wave, and I made it before with grid snap and stretching and replicating, so now I set my units to mm and grid spacing and snap to 1 and remember how it would be nice to have major and minor grids instead of just one, so I want to create some vertical guides evenly spaced and cannot remember and start looking in docs.  In Illustrator 7, clicking on the ruler bar created a guide if I recall...  Once created, it could be moved with grid snap like any object, so getting it on grid or off was easy.  As I read around, I find the usage of guides in &amp;quot;Keys and Mouse&amp;quot;  &amp;quot;drag off a ruler&amp;quot;  is the way...  and a guide is on the page, and I can't snap it to easily make the accurate secondary grid I had wanted....Is there a way to?  I try duplicate on the guide, but alas, it is not a regular object...  it cannot be selected as they are...so I cannot replicate guides to make other grids after all... note for the beginner, to get bezier curves out of the line/bezier tool, you must click-drag.  A click-only will give you only connected straight line segments.   I'll have to use lines as guides, &lt;br /&gt;
http://home.austin.rr.com/jgriessen/ill2ink-tut1.png&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Other SVG Tutorials ===&lt;br /&gt;
&lt;br /&gt;
* http://www.codeproject.com/books/learnsvgchapter07.asp&lt;/div&gt;</summary>
		<author><name>Mauve</name></author>
	</entry>
</feed>