Questions tagged [inkscape]

Programming questions about scripting the Inkscape vector-graphics application, e.g. using the Inkscape CLI as part of a graphics conversion workflow. Questions about installing the application should go on Super User. Questions about using the application should go on Graphic Design.

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.

773 questions
-2
votes
1 answer

How to draw a quartic Bezier curve in inkscape

When I draw a cubic bezier curve with 4 control points, I choose regular bezier path, draw a line, then drag 2 handles out. But now, I need draw a quartic curve with 5 control points. I don't know how to do it. How can I add the 5th control…
Jun Zhou
  • 5
  • 2
-2
votes
1 answer

How to make normal borders of areas in Inkscape?

I'm making in interactive map of Russia. I need to select its regions on the picture for I can work with them. But it works incorrectly. When I try to select first region it's okay. But then I try to select another adjacent region just making new…
Melafol
  • 1
  • 1
-2
votes
1 answer

Error when running LaTeXText extension on Inkscape

I am trying to install the LaTeXText extension on Inkscape and it does not seem to be working. The problem is with the following lines of code: class RenderLatexEffect(inkex.Effect): def __init__(self): inkex.Effect.__init__(self) …
-2
votes
2 answers

How to create svg file from data in csv file to create nameplates in a bash script

I have got a csv file with names, degrees and other data about several persons and a template svg file that shows me how the output should look. Now I should write a bash script that creates a new svg file with the data from the csv file that can be…
Rollaway
  • 11
  • 1
-2
votes
1 answer

How to export SVG with Chinese characters to PNG using Inkscape?

When trying to export an SVG file with Chinese characters to PNG using Inkscape, the Chinese characters disappear. I use this command in Ubuntu: inkscape /root/21.svg -e /root/1.png
-3
votes
1 answer

Is there an effective way to convert PDF to SVG in C# WPF?

I'm struggling on how to convert PDF to SVG in C# WPF (Net5). I have already read various articles and tested using InkScape. The various PDF documents I have have a lot of text and images. Math formulas and complex characters are also included. I…
HoneyBee
  • 11
  • 8
-3
votes
1 answer

Inkscape line alway visible

I use Inkscape 92.2. Windows 7 x64. How to display always line, event the size is set to 0,002mm. If the line is big, i will see line, i won't if line is small. How to display always line, event the size is set to 0,002mm. If the line is big, i will…
sssebaaa
  • 75
  • 1
  • 9
-4
votes
1 answer

How do I reference a JS var in HTML?

I've never done JS before and I was just learning CSS now, but stumbled upon this animation tutorial and wanted to try it. http://goinkscape.com/how-to-animate-icons-with-inkscape-and-snap-svg/ It didn't work tho :< (blank page output) ... I think…
Raksha
  • 1,572
  • 2
  • 28
  • 53
1 2 3
51
52