Skip to main content

Unanswered Questions

248 questions with no upvoted or accepted answers
5 votes
0 answers
1k views

How to batch convert multiple Inkscape SVG to plain svg and converts all objects/layers to paths?

I'm making some illustrations for a dissertation in Inkscape and I like this software. However, when inserting those illustrations to Word files, there appear some weird artifacts like: disappeared ...
5 votes
1 answer
690 views

What is the math governing the shape of Inkscape's spiro paths?

I have begun experimenting with Inkscape's "spiro" mode for curves. Since I usually end up writing Python to create art that Inkscape just doesn't have the tools to accomplish, I'm curious what the ...
4 votes
1 answer
1k views

Export svg without anti-aliasing in Inkscape 1.0 by command line

Inkscape 1.0 has the choice to export svg to png without anti-aliasing by GUI: I want to export svg to png from the command line without anti-aliasing, but I'm not able. I've read the Inkscape man ...
4 votes
0 answers
1k views

Inkscape not showing svg that displays correctly in browser

This svg from wikimedia, https://upload.wikimedia.org/wikipedia/commons/4/43/OOjs_UI_icon_language-ltr.svg, is visible in web-browers, but shows nothing in Inkscape 0.91r13725 <svg xmlns="http://...
4 votes
3 answers
600 views

Looking for svg editing software that supports the animate function

I am currently doing some simple svg files by hand. They contain simple graphics. Think of a circle representing a planet and a smaller circle passing in front of it representing a moon. I use the ...
4 votes
1 answer
642 views

Problem converting pdf to eps - grey hue (using Pixelmator and Inkscape)

I am not a graphic designer at all, but a science grad student. I need to submit figures to a journal in .eps format, they do not accept .pdf. When I try to convert my .pdf files to .esp, different ...
3 votes
0 answers
435 views

How can I change every instance of sans-serif to a different font in Inkscape?

This question asks about bulk changing a font in Inkscape: How to change font of all the text in an SVG image at once using inkscape? That works, but only on text with a font selected. Text with the ...
3 votes
3 answers
3k views

How do I combine paths in Inkscape while preserving overlap?

I'd like to CNC draw an image. The image is composed of many, many shapes that overlap with each other. Say I'd like to draw this image: Visually I can see the outline of the star, but part of the ...
3 votes
1 answer
530 views

Inkscape copy text from one image to another

I just got introduced to Inkscape and it seems like a pretty cool piece of software. I have a very simple task: I have several images that are maps of a certain location. I added the names of the ...
3 votes
0 answers
1k views

How do I set a new SVG Path starting point?

I'm animating an SVG using CSS and I need to edit the SVG to have a new starting point for the animation. The path is relative. How can I go about doing this in Inkscape? Same issue but ...
3 votes
0 answers
3k views

How to simulate embossed punch tape

Twenty years ago I ran a Sex Pistols fan site and, taking a cue from the punk-rock DIY aesthetic, designed the home page to look like it was crudely produced by sticking labels on paper. I actually ...
3 votes
0 answers
2k views

Inkscape: Export SVG to LaTeX-PDF preserving text positioning

I am using Inkscape to export .svg files to LaTeX-PDF using the following command: inkscape --without-gui --file="<file>.svg" --export-pdf="<file>.pdf" --export-latex It generates a pdf ...
2 votes
0 answers
61 views

Combine large numbers of shapes while maintaining lines?

How do you convert a complex design of shapes into a single path? I have this design made from individual overlapping paths: that I want to etch using a CNC machine. The machine can read an SVG file, ...
2 votes
0 answers
177 views

Automatically converting square shapes into sigmoid curves

I'm trying to convert many shapes delimited by straight lines (green in figure below) into shapes delimited by sigmoid curves (i.e., starts horizontal, curves upward, ends horizontal). This is for an ...
2 votes
0 answers
224 views

Create pdf or eps (mostly vector) graphic with wacom tablet

I would like to add some graphics to a Latex presentation using a wacom graphics tablet. I would like to use vector graphics, so the pdf output will stay small and look good in every resolution (if I ...
2 votes
0 answers
280 views

Drawing an oriented knot in Inkscape

I drew this figure with the knot path effect in Inkscape. Now I would like to add a few arrows. However, to apply the knot effect I had to make the entire figure into one path, so now when I add an ...
2 votes
0 answers
217 views

Inkscape + Android Studio: Which one is the right format to export for compatibility?

So I was usually creating svg data with inkscape for my Android Projects but recently the import and conversion doesn't work anymore. I compared my old assets with the new ones and seen that the old ...
2 votes
0 answers
96 views

Wrapping custom symbols around your drawing in Inkscape

In Adobe illustrator, one can create a custom symbol and then wrap it around any surface (say a face of a rectangle or a sphere). This feature is most likely under the advanced option of 3D and Bevel ...
2 votes
3 answers
3k views

How to reduce space between text lines?

I set the number in red rectangle to zero, but the space between lines is still large. Is there a way to do more? The font is Libre Baskerville.
2 votes
1 answer
364 views

How to convert a 2D object into a 1D stroke in inkscape?

I have a couple of edges in urdu I want to convert into strokes to make it more like handwriting. How can I convert a series of shapes into a stroke? I tried taking a screenshot and using trace ...
2 votes
1 answer
103 views

select again last selected items

Is it possible to select again the last selected items? If I click unwillingly and lost the selected items, is it possible to select them again without having to manually click on each one of them (...
2 votes
0 answers
285 views

How can I make two figures same size in inkscape?

I am trying to make the figures same size. In the figure 1, they seem like they are in same dimensions, however when I include them in the latex they are no more aligned which can be seen in figure 2. ...
2 votes
0 answers
453 views

Trace Bitmap in Inkscape is removing transparent background

I'm using Inkscape and I'm trying to "vectorize" (trace bitmap) a .png image with transparent background. Each time I execute the transparency is replaced with white background. Any tips?
2 votes
0 answers
608 views

Inkscape SVG Stroke Size Changing Depending on Zoom

SVG Shape Gaps change when Zooming I used this tool: here to create a low-poly picture and then downloaded it as an SVG. I then noticed that the edges were overlapping and so I brought it into ...
2 votes
0 answers
53 views

What is the gradient tool XML structure for Inkskape extension programing.?

I want to create a custom gradient tool extension. what is the XML structure for the gradient tool? The tool I want to make would fill objects with N-vectors per (unit of measurement) to make vector-...
2 votes
1 answer
167 views

inkscape: creating objects for subtitles file

So I was using assdraw to create objects to overlay as subtitles in a subfile. The process is you create the vectors and then you copy the displayed equation and paste it into a sub program like ...
2 votes
0 answers
357 views

Comic style scheme

I would like to build a scheme in comic style. I found the CSS markup that I like (https://codepen.io/mp/pen/ldAFs) It seems like the following tags do the job border-width: 3px 4px 3px 5px; ...
2 votes
0 answers
1k views

Simple way to export manually set rectangular area from inkscape?

Sure enough, you can open the Export PNG Image dialog, select custom and type the coordinates manually. But that's crazy. You can also use the Page export, but that means you'll need to re-adjust the ...
2 votes
0 answers
247 views

Scribus can't import my MATLAB eps figure and has issues too if it's converted to SVG in Inkscape

I have a MATLAB script that produces figures in eps format. I attempted to import into Scribus but got a fatal error. Instead I imported into InkScape first to convert to SVG (no problem there), but ...
2 votes
0 answers
940 views

Inkscape - Gradients and saving as vector graphics

I have a vector eps plot on which I add gradient shade in Inkscape. However, when I save as eps again, the gradient part of the plot is pixelated. Does anyone has solution for this, that is to save a ...

15 30 50 per page
1
2 3 4 5
9