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
203
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,487
86
votes
5 answers

How to convert an Inkscape SVG file into a Microsoft Word drawing?

How can I convert or insert an Inkscape SVG file to a Microsoft Word document? Note: It has to be editable. The resulting exported PDF has selectable text.
monksy
  • 1,751
42
votes
6 answers

How to create an inner border (stroke) in Inkscape?

I created a shape in Inkscape and set the border width to 1px. The actual size is 100px however with a border it's 102px. How can I set an inner border on the object, not outer? When using Photoshop, the type is selectable (inner, outer or center…
Anton
38
votes
8 answers

How to extract an embedded image from a SVG file?

I have a SVG file that contains at least one embedded JPG/PNG image inside. I want to extract the JPG/PNG images from that SVG file and save them on disk. I'm adding the inkscape tag as it is the program I use to edit SVG files, but I also accept…
34
votes
2 answers

How to export an minified/optimized svg from Inkscape?

I'm using Inkscape to create and manipulate SVGs. Later I use this files in my websites. Unfortunately Inkscape produces a really messy SVG, even I select Plain SVG in the save dialog. How can I export a clean, optimized and minified SVG from…
Robin
  • 722
33
votes
7 answers

Clickable URLs in PDF output created by Inkscape/SVG

I guess the title pretty much describes the problem. I'm using Inkscape to write a SVG document, and convert it to PDF to share on the web (keeping SVG as original file is safer) I have many URLs in this document. I know internal links (clickable…
saeedgnu
  • 486
31
votes
4 answers

How can I change Inkscape's default export background color from yellow to white?

I am using export in 'Inkscape' to convert an SVG file to PNG. As I am using a transparent background, the colour of background is automatically set to yellow. I want to change this default colour to white. How can I do this?
Shan
  • 413
  • 1
  • 4
  • 6
29
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,790
27
votes
2 answers

How can I scale an SVG via command line?

An SVG has these properties, that determine its size: width="146.91299pt" height="78.079002pt" viewBox="0 0 146.913 78.079" I would like to scale a given SVG to a with of 400pt by command line without breaking the aspect ratio. This means, the…
Martin Thoma
  • 3,604
  • 10
  • 36
  • 65
25
votes
2 answers

Inkscape very slow to start up on Windows

I've noticed lately on my Windows 7 x64 PC that Inkscape (v0.48.4) is very slow to startup. Once the window becomes visible it will display "Not responding" in the title bar for a minute or two. Once it gets out of this fit it runs normally and…
Drew Chapin
  • 6,270
22
votes
4 answers

Is it possible to view objects within a layer in Inkscape?

In Fireworks, or Photoshop, or GIMP your layer list also includes the objects within each layer. I've just started exploring Inkscape and can't seem to find this functionality. Some googling reveals a few people asking for this feature 5 or 6 years…
Drew
  • 1,902
19
votes
2 answers

Change the length of a line and keep same width?

How do I resize a line without changing the width of the line in Inkscape? Scenario: I have already drawn a horizontal line and want to make it longer. If I select the line, use the resize handle to the middle right and resize then the width of the…
18
votes
6 answers

Use Font Awesome in Inkscape

Is there a way to convert Font Awesome icons to SVG graphics, so that I can use them in Inkscape inside other vector images? Importing Font Awesome to Inkscape for Icon Reference does not help here, as this only refers to the font editor - but I…
Golo Roden
  • 2,589
17
votes
4 answers

inkscape transparency when exporting pdf?

How do I need to change the transparent objects in an inkscape file to be able to export them correctly to pdf? So far it seems the defaults render the transparent objects either invisible or opaque.
719016
  • 4,683
16
votes
2 answers

Is it possible to embed or link one inkscape SVG document inside another one?

I'd like to take one small SVG file (created with Inkscape), and embed or link it into another (bigger) one. When displayed by a browser I hope to see the smaller one show up inside some placeholder of the bigger one. Is it possible?
Keith
  • 8,293
1
2 3
13 14