Questions tagged [inkscape]

Questions about installing the Inkscape vector-graphics application. Question about using the application should go on Graphic Design. Question about scripting should go on Stack Overflow.

Inkscape Logo

Inkscape is a free, cross-platform software vector graphics editor, licensed under the GNU General Public License.

Inkscape uses SVG as its native vector format and uses GIMPs .gpl file format for palettes. Extensions can be written in C, C++, XSLT, Python, or shell scripts. It has a command-line interface which is useful for processing vector collections such as PDFs.

Inkscape supports many advanced SVG features (markers, clones, alpha blending, etc.) and great care is taken in designing a streamlined interface. It is very easy to edit nodes, perform complex path operations, trace bitmaps and much more. We also aim to maintain a thriving user and developer community by using open, community-oriented development.

A comprehensive guide to Inkscape can be found here.

199 questions
185
votes
20 answers

Inkscape - rounding corners of shapes?

In Inkscape, rounding the corners of a rectangle is easy - you select the object, press F4 (rectangle tool), and drag the circular nodes. How do you do that for more complex shapes? "Dynamic offset" is nearly the right thing, but it doesn't round…
OJW
  • 2,297
27
votes
3 answers

Reset object rotation back to 0 degrees

When I rotate a text or other object in InkScape manually (by clicking on it twice, slowly) I can't seem to be able to rotate it back to 0 degrees exactly. When I access Transformation menu (Ctrl + Shift + M), there is just relative rotation option.…
Tomáš Zato
  • 4,474
15
votes
6 answers

Inkscape: Copying an object, retaining transparency

I'm looking for a way to copy objects from one window to another without losing the surrounding transparency. I have two Inkscape windows. The setup is pretty simple. In the first window I draw a filled circle and a filled rectangle in it, with the…
9
votes
2 answers

Set "fill" and "stroke" opacity independently in inkscape

Is there a way to create a transparent rectangle with opace border in Inkscape? It looks like the "Fill" and "Stroke" of the object are affected by a single "Opacity" control. Isn't there a way? Inkscape version is 0.48.3.1 r9886. P.S. I've found…
8
votes
1 answer

What is the difference between a path and an object?

Please explain to a beginner who is learning Inkscape what the difference is between a path and an object. For example, I draw a rectangle and it is an object. I can then convert it to a path, but it looks exactly the same as before. So what is the…
user293098
8
votes
1 answer

Show checkers while editing transparent document

I'm creating a transparent document with some white elements on it. The default behaviour of Inkscape for my document is to show the content white on white so I can not see anything. My current workaround is to change the document background (File >…
geekQ
  • 1,023
7
votes
2 answers

inkscape arrow pokes shape

I am drawing a block diagram. I need an arrow pointing to a rectangle. However, the arrow poke the rectangle even though end point is snapped to path. What I need is the arrow to just touch the border.
aiao
  • 213
6
votes
1 answer

How to extract path from object?

Take a look at the following example picture The letter A is a set of paths (after converting to paths from object). It's two paths really, the outline of the A and then the interior triangle is another path. But when you select it, they act like…
Jake Wilson
  • 4,414
6
votes
3 answers

print something in inkscape that is larger than a4 size by spreading it out onto 2 a4s

I have something I want to print in Inkscape. It's larger than a4 size, so how can I print it on two a4 sheets of paper?
5
votes
1 answer

How to set gaps between objects?

We can make gaps between objects equal with the associated button, but it is possible to define this gap in millimeter? My use case is captions under pictures which are not aligned, I want the distance between the bottom of the picture and the top…
PhML
  • 256
  • 1
  • 2
  • 6
5
votes
3 answers

Enable Inkscape checkerboard background by default

Since Inkscape 0.92 it's possible to have a checkerboard background in the document settings. I noticed that Inkscape SVGs that have the checkerboard enabled have the inkscape:pagecheckerboard="true" attribute. I tried adding that to the
Laurenz
  • 241
3
votes
2 answers

Inkscape - round several rectangles with the same radiums

I have a bunch of rectangles, different sizes. How can I make them all have rounded corners with the same radius easily? I've tried copying one and stretching, but the rounding is stretched also
IttayD
  • 934
3
votes
0 answers

How underline text in Inkscape without editing XML?

Is there a way, via an extension or not, to underline text in Inkscape, without having to resort to editing the XML source?
Domus
  • 167
  • 1
  • 1
  • 9
3
votes
1 answer

How to pick the current color of a bitmap for vectorizing / tracing

I have a .tif file and want to optimize it for the web. I think I would cut out the pictures using GIMP and include them. Now I am facing the problem how to pic the exact same color of some square/rectangle I want to re-make in Inkscape.
Alazar
  • 31
  • 2
3
votes
1 answer

How do I align objects relative to center in Inkscape?

Let's say I have two vertical lines A and B. How do I align them to be the same distance from the (vertical) mid-center line C? Preferably so that I can enter a percentage somewhere, but it is not strictly necessary. (I can handle the special case…
1
2 3