<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.graphics.inkscape.devel">
    <title>gmane.comp.graphics.inkscape.devel</title>
    <link>http://blog.gmane.org/gmane.comp.graphics.inkscape.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38639"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38636"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38629"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38606"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38604"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38596"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38586"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38558"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38555"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38550"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38548"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38547"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38546"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38545"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38543"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38527"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38526"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38516"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38481"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38477"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38639">
    <title>Embedded inline graphics and SVG ?</title>
    <link>http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38639</link>
    <description>&lt;pre&gt;I pick this up from the announcement of Xara Designer 8.

This is a great feature but I don't know if this is compatible with svg. Freehand had it already a long time ago, and DTP programs like QuarkXPress also (but the later can also embed bitmap images on text lines, which is a must !)


" Designer MX now allows you to embed 'inline graphics' in text using a simple Paste operation. Embedded graphics are great for really small items on the line such as symbols, icons etc, and are treated just like a 'character', in other words they flow and follow the same formatting rules as a character embedded in the text. "

ivan
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/__&lt;/pre&gt;</description>
    <dc:creator>Ivan Louette</dc:creator>
    <dc:date>2012-05-23T14:25:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38636">
    <title>Mesh tool added to trunk</title>
    <link>http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38636</link>
    <description>&lt;pre&gt;
Hi,

My Mesh branch suffered from serious bit rot. This is good as it shows
how fast Inkscape code is progressing. But it also required several days
of work to get the mesh branch in sync... not so good. I have thus
merged the branch with trunk so I won't have to go through this pain
again. One major change I made was to create a separate Mesh tool. The
editing mode for meshes is significantly different from that for linear
and radial gradients that I think this makes the most sense.

By default, the Mesh tool is not shown. You can enable it at compile
time by editing the file widgets/toolbox.cpp to define WITH_MESH. To
actually see meshes, you must have compiled and linked to a version of
Cairo greater to or equal to 1.11.4. Cairo version 12.0 would be
preferred as 1.11.4 has bugs that cause frequent Inkscape crashes.

Note, meshes are to be considered experimental. The SVG working group
has endorsed their inclusion in SVG2 but the exact syntax has not been
fixed. Inkscape is the only program/browser/re&lt;/pre&gt;</description>
    <dc:creator>Tavmjong Bah</dc:creator>
    <dc:date>2012-05-23T12:17:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38629">
    <title>SVG Path contains vertical bar |</title>
    <link>http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38629</link>
    <description>&lt;pre&gt;Hi guys,

The path d attribute in Inkscape often contains a | character followed by
one or two point coordinates. Does anyone know what this is used for?


&lt;/pre&gt;</description>
    <dc:creator>Ogla Sungutay</dc:creator>
    <dc:date>2012-05-20T12:57:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38606">
    <title>Ellipse text change in 11365</title>
    <link>http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38606</link>
    <description>&lt;pre&gt;Hi John,

The change in 11365 to shorten text when it gets too long looks great. Quite a handy feature, and very good to pull it out to its own function.

What would make it even nicer would be to use C++ strings instead of C ones. In this case that could change the function declaration to be

    Glib::ustring gr_ellipsize_text(Glib::ustring const &amp;amp;src, size_t maxlen);


Overall I thought this is also a good chance for us to call out a few specifics to the rest of the devs out there, as they might not know all the points you and I are already familiar with.


For everyone out there, some reasoning for a few of those differences:

* Glib::ustring and std::string manage their memory automatically, can share internal buffers, etc. Solves the huge issue of memory management with C strings.

* Using Glib::ustring instead of std::string denotes the intent that the string contents have been standardized into UTF-8. Good to use Glib::ustring wherever applicable.

* Passing in a reference to a constant Glib::ustring&lt;/pre&gt;</description>
    <dc:creator>Jon Cruz</dc:creator>
    <dc:date>2012-05-16T03:14:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38604">
    <title>Recursive Drawing</title>
    <link>http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38604</link>
    <description>&lt;pre&gt;I just saw the video for a recursive drawing tool and thought you might find it interesting:

http://recursivedrawing.com/ 

It seems like a very natural way for designing L-systems.

Veronika------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Inkscape-devel mailing list
Inkscape-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/inkscape-devel
&lt;/pre&gt;</description>
    <dc:creator>Veronika</dc:creator>
    <dc:date>2012-05-15T01:58:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38596">
    <title>Active guides proposals</title>
    <link>http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38596</link>
    <description>&lt;pre&gt;The fact that guide improvement is one of the projects accepted
by Google Summer of Code projects is really good news! 
Guides are particularly helpful features in illustration programs.

I thought it'd be a good time to write up some of the possibilities
of guides. I doubt anyone can implement any of it anytime soon
(certainly not before the current GSOC project is finished), 
but it might be helpful to keep these in mind to not close off 
future possibilities in the definitions or the GUI.

Write-up here:

http://wiki.inkscape.org/wiki/index.php/Active_guide_proposals


As you can see, features I think will can be particularly useful are:

- Symmetry guides: by simply toggling them on and off, you can
enter an improved "mirror" mode. Helpful for everything from
complicated technical illustrations to just drawing some vases 

in some corner.

- Convergence points: this could be a mere feature of a more
general "guide point". When drawing straight lines, the lines
would "snap" to the direction of one of the &lt;/pre&gt;</description>
    <dc:creator>Valerie</dc:creator>
    <dc:date>2012-05-14T06:10:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38586">
    <title>Menu and keyboard shortcuts</title>
    <link>http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38586</link>
    <description>&lt;pre&gt;Is there a reason Inkscape doesn't show the keyboard shortcuts in the main menu on Linux ?

Keyboard shortcuts show up in the

* Inkscape menus on Windows 
* Inkscape context menus on Linux 

* GIMP main menu on Linux 

... so i'm guessing its not a GTK issue ?------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Inkscape-devel mailing list
Inkscape-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/inkscape-devel
&lt;/pre&gt;</description>
    <dc:creator>John Smith</dc:creator>
    <dc:date>2012-05-11T14:31:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38558">
    <title>Powerstroke presentation at LGM 2012</title>
    <link>http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38558</link>
    <description>&lt;pre&gt;Hi all,
  Quick note to tell that I uploaded my presentation about Powerstroke on our wiki.

http://wiki.inkscape.org/wiki/index.php/PowerStroke#LGM_2012_Presentation

I'm sad I had to leave so early and had no time for the party :'( :'(

Ciao,
  Johan



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>jbc.engelen-/X3ohV5yuCt52iLDkz0vLQ&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-07T23:01:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38555">
    <title>vector printing win32</title>
    <link>http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38555</link>
    <description>&lt;pre&gt;Hello,

I've been trying to solve a 2+ year issue with inkscape and my printing
device (laser cutter) not accepting paths as vectors.  All I can seem to
get out of inkscape is rastered images.  Yes, exporting to PDF works, but
it's not a fix and not a great solution either.

As such, I've been digging in the code to inkscape versions 0.46 to 0.48.2
on a win32 platform.

Why was a call to cairo PS level 3 commented out on line 101?  And can you
tell me if the call to renderItem() is sending bitmap or vector data to
the surface?  Where in the code chain might the vector paths be rastered?


Cheers,
sV


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Solor Vox</dc:creator>
    <dc:date>2012-05-07T05:20:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38550">
    <title>javick2</title>
    <link>http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38550</link>
    <description>&lt;pre&gt;signal processing and JAVICK in theory - draft 2 -https://docs.google.com/document/d/19EP2CgK6_EqsZ_nU6YSHcWsmC8ciFs7y1WWmTQw8J2c/edit

Inviato da iPhone
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Inkscape-devel mailing list
Inkscape-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/inkscape-devel
&lt;/pre&gt;</description>
    <dc:creator>Ivano Arrighetta</dc:creator>
    <dc:date>2012-04-30T09:06:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38548">
    <title>Possible bug: ruler meters leaving trails</title>
    <link>http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38548</link>
    <description>&lt;pre&gt;Hello all,

Have found a possible bug. When using Inkscape on my Sony Vaio VGN-NS11Z 
traces are left by the ruler indicators on the edges of my 'design screen'.

Running Debian Squeeze here.

See attachment for a screenshot.

Regards,
Joachim de Koning - Metasync.info

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Inkscape-devel mailing list
Inkscape-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/inkscape-devel
&lt;/pre&gt;</description>
    <dc:creator>Joachim</dc:creator>
    <dc:date>2012-04-30T07:06:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38547">
    <title>javick</title>
    <link>http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38547</link>
    <description>&lt;pre&gt;Someone pointed me to videojack, it's almost the same thing

Inviato da iPhone

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Ivano Arrighetta</dc:creator>
    <dc:date>2012-04-30T05:32:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38546">
    <title>javick</title>
    <link>http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38546</link>
    <description>&lt;pre&gt;sorry, i posted a wrong url.
right one:
https://docs.google.com/document/d/1Lut6Y6Xe-4ScR9G4Fg6EorTuSp0JKuTP6QRRzrk0kSM/edit

Inviato da iPhone

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Ivano Arrighetta</dc:creator>
    <dc:date>2012-04-30T02:40:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38545">
    <title>javick</title>
    <link>http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38545</link>
    <description>&lt;pre&gt;please see:

https://docs.google.com/document/d/1Lut6Y6Xe-4ScR9G4Fg6EorTuSp0JKuTP6QRRzrk0kSM

and comment here

Inviato da iPhone

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Ivano Arrighetta</dc:creator>
    <dc:date>2012-04-29T13:33:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38543">
    <title>Trunk PPA</title>
    <link>http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38543</link>
    <description>&lt;pre&gt;Hey All,

I just wanted to let people know that I've included the Quantal
(Ubuntu 12.10) series in the PPA builds, so they should start showing
up soon.

Cheers,
Josh

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Josh Andler</dc:creator>
    <dc:date>2012-04-28T19:16:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38527">
    <title>Retinex color operation</title>
    <link>http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38527</link>
    <description>&lt;pre&gt;I'd like to Discuss Retinex. I decided to do it here before submitting a bug
report.

In theory the retinex operation is very useful in fixing badly lit images. In
practice, I've had little success with it. So I decided to fiddle around with
it. My test picture was a chinese temple on a background of blue sky. usually
you want to just brighten up some darker areas or bring detail in an area 
that's too brightly lit, without changing the rest of the image. In my test
case, The sky's color was ruined when retinex was applied and most of the
well-lit areas lost most of their color.

I'll break down what happened:

1. The properties that can be changed by the sliders in the retinex dialog 
are not clear at all. The documentation doesn't explain the first two in terms
understandable to a non-mathematician. Whatever it is they are doing, they are
not helping in correcting images.

2. The result is too strong. I find I have to do a "fade" every time I use it.
My suggestion: add a multiplier slider that would do an &lt;/pre&gt;</description>
    <dc:creator>Michael Grosberg</dc:creator>
    <dc:date>2012-04-24T20:19:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38526">
    <title>affine/transform question</title>
    <link>http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38526</link>
    <description>&lt;pre&gt;In the emf print virtual methods the current transform is pulled out 
with:

     Geom::Affine tf = m_tr_stack.top();

Is the stack supposed to hold the final transform, or just the stack of 
partial transforms?

For instance, for this bug:

   https://bugs.launchpad.net/inkscape/+bug/965594

the text SVG has a set of nested transforms, and the top only returns 
the inner one.  The problem can be
worked around by ungrouping everything, which seems to replace the 
serial transformations with a single one for each object.  Otherwise it 
seems the proper action is to multiply down the transform stack to find 
the final complete transform operation.

It looks like the stack is "fed" by the ::bind method, but that just 
moves the question out a bit, as that method has a call argument which 
is itself a transform.  (Unfortunately "bind" is a common string in this 
code, so grep was not very helpful in locating whatever it is that calls 
the [virtual] ::bind method.)

Thank you,

David Mathog
mathog-7GExONQZ6ZKVc3s&lt;/pre&gt;</description>
    <dc:creator>mathog</dc:creator>
    <dc:date>2012-04-24T18:53:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38516">
    <title>Export without premultiplied alpha?</title>
    <link>http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38516</link>
    <description>&lt;pre&gt;Hello,

I used Inkscape in the recent years for great works and it keeps better 
and better. So at first big thanks to all developers that made it possible.

But now to my question. ;-) Does Inkscape support image export (export 
to PNG) without premultiplied alpha? In a recent project I needed images 
with fairly high transparency, but with premultiplied alpha the colors 
inside this image regions are really suffering. As an example you could 
try to export a highly transparent rainbow open it with Gimp and remove 
the alpha channel. It should be clearly visible the the colors are 
strongly quantized.

As long the image is just composited 1:1 over another image this is no 
problem, but in other scenarios it starts to give problems, since the 
color information is missing.

Are there any plans to enable true RGBA (all seperated channels) for at 
least the export? Currently i have to export two images. RGB for the 
colors and a duplicate in graytones for alpha that i then combine to 
true RGBA to avoid the pr&lt;/pre&gt;</description>
    <dc:creator>Tobias Oelgarte</dc:creator>
    <dc:date>2012-04-23T05:51:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38481">
    <title>Snapping</title>
    <link>http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38481</link>
    <description>&lt;pre&gt;Hi all,
   Am I the only one who finds it annoying that I have to specifically 
enable snapping *to* cusp nodes, in order for them to snap to the grid? 
In other words: I don't like the recent changes to the snapping UI. ;-)

Suggestion: "snap nodes, paths, and handles" enables snapping OF all 
those things; and is completely unrelated for snapping TO those 
thingies. Then the buttons below that are decoupled from it, and mean 
snapping TO the things their tooltip says.

Cheers,
   Johan

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
&lt;/pre&gt;</description>
    <dc:creator>Johan Engelen</dc:creator>
    <dc:date>2012-04-16T10:53:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38477">
    <title>GTK+ 3 build option</title>
    <link>http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38477</link>
    <description>&lt;pre&gt;Hi All,

I've added a new configuration option in r11244 to allow building
against GTK+ 3.

configure --enable-gtk3-experimental

Note that this is only useful for people who want to get involved with
the migration project... at present, all builds with this option
enabled will fail!

The option also automatically searches for a compatible external GDL
library (&amp;gt;= 3.3.4), and uses that instead of our fork.

Cheers,


AV

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
&lt;/pre&gt;</description>
    <dc:creator>Alex Valavanis</dc:creator>
    <dc:date>2012-04-14T13:55:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38475">
    <title>Example for Inkscape extension in Java?</title>
    <link>http://comments.gmane.org/gmane.comp.graphics.inkscape.devel/38475</link>
    <description>&lt;pre&gt;
Dear Inkscape devs,
Can anyone point me to a working example of an Inkscape effect extension written in Java, running on Windows?


I've read the Script_extensions and INX_extension_descriptor_format wiki pages. I thought, theoretically I might just replace the command tag in the inx file with something like this:
&amp;lt;command reldir="extensions" interpreter="java"&amp;gt;Hello&amp;lt;/command&amp;gt;


And then I could call a Hello World program like this one:
class Hello {  public static void main(String[] args) {    for( String arg : args)      System.err.println("Hello error:  "+arg);  }}


The program wouldn't return any document, but the error message would be displayed by Inkscape. However, when I test this, nothing gets displayed. When I change the program to write a file, that file doesn't appear either, so I guess the program isn't called. I can change the command text to any other value, but there is no notification that a script couldn't be found.
I have written several Python extensions, but those hook up into&lt;/pre&gt;</description>
    <dc:creator>Gerrit Karius</dc:creator>
    <dc:date>2012-04-13T22:52:43</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.graphics.inkscape.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.graphics.inkscape.devel</link>
  </textinput>
</rdf:RDF>

