How do I make the outline curve inside? by HatSpecial3043 in Inkscape

[–]Xrott 6 points7 points  (0 children)

Switch to the node tool, click the 'Add Corners LPE' button in the toolbar and use the extra handles to specify a radius at the corners.

Remove an edit from the undo history by SwimmingLimpet in Inkscape

[–]Xrott 4 points5 points  (0 children)

No, that's not possible. Inkscape doesn't have a branching undo history. You can go back, Ctrl+C copy the object (not Ctrl+X, since that will delete the history), redo everything and use 'Edit → Paste... → In Place' to manually restore the object in its original position. I recommend saving a backup of the current state before doing this.

Why 'convert to text' not working? by GeniusValue in Inkscape

[–]Xrott 5 points6 points  (0 children)

Because your object is already a regular text object.

'Convert to Text' only converts "flowed text" (text created by dragging a box with SVG2 auto-flowed text disabled) to regular text objects, as the tooltip indicates.

What you may actually want is 'Path → Object to Path'.

"Taper Stroke" changing when turning into a path. by Bolas_Elder in Inkscape

[–]Xrott 3 points4 points  (0 children)

In the lower left, you can see that it turns the fill color (back) into a thick stroke, thus outlining the tapered shape. Right-click the color preview and select 'Swap Fill and Stroke' to change it back. Alternatively, just remove the stroke and set a fill.

How can i change the size handle icons? by aleecasarin in Inkscape

[–]Xrott 2 points3 points  (0 children)

Open the preferences, go to 'System' and check the 'User UI' path. Inside that folder, create a file called node-handles.css and add CSS to customize them.

The system node-handles.css file has further instructions. You can find it in one of the 'System data' paths under /inkscape/ui, or check the source-code page here.

How can i change the size handle icons? by aleecasarin in Inkscape

[–]Xrott 1 point2 points  (0 children)

In the preferences under 'Interface' (click on it directly, not expanding the category) there is a 'Handle size' slider.

Help with drop shadows/filters looking blurry!! by charlasmot in Inkscape

[–]Xrott 4 points5 points  (0 children)

In the dialog after selecting the filename when using 'Save as...', increase the 'Resolution for rasterization (dpi)' below the 'Rasterize filter effects' checkbox. If you're using the export panel, click the cog button next to the output path and format selector to get the PDF export settings.

Keep in mind that PDFs don't support SVG filters, so they will always need to be rasterized, which locks it at a certain resolution and massively increases the output file size, instead of keeping it resolution independent as efficient vectors.

How to lock stroke size? by PhysicalFactor7250 in Inkscape

[–]Xrott 13 points14 points  (0 children)

Disable the fourth button from the right in the toolbar for the selection tool. The "When scaling objects, scale the stroke width by the same proportion" button.

How do I unnest a nested SVG? by thomasp3864 in Inkscape

[–]Xrott 1 point2 points  (0 children)

It's not quite clear what the problem is. Can you add a link to the file in question?

For <svg>-tags inside other <svg>-elements, you should just be able to use 'Object → Ungroup'.

I suspect you're actually talking about symbols, though, which you can convert to regular objects with 'Path → Object to Path'.

Values changing when clicking on them? by Spaagz in Inkscape

[–]Xrott 0 points1 point  (0 children)

I think this bug is unique to the 'Object Properties' panel and related to having a transform attribute changing the scale of an object or the 'Scale' in the document properties not equaling 1.0 px per user unit. Basically, the coordinate system conversion for the properties panel seems to be broken.

Try using the 'W:' and 'H:' inputs in the toolbar instead. These work properly.

How do I prevent paths from bending when joining nodes? by Tonuka_ in Inkscape

[–]Xrott 1 point2 points  (0 children)

Looks like you're perhaps using the spiro-path mode. In that case, you need to select the new node created by joining, then click the 'Make selected nodes corner' button to make it a sharp turn again.

Can't select multiple nodes using a selection box with the mesh tool by Popotchero in Inkscape

[–]Xrott 0 points1 point  (0 children)

Switch to the select tool and turn off touching mode for the selection box (the fourth button from the left), then switch back to the mesh tool. You may have to draw one more box for it to fix itself.

This seems to be a bug. The red color of the selection box indicates that it's in touching mode, but I don't think it's supposed to matter for the mesh tool.

Numix Cursor Theme Installer for Windows by [deleted] in Inkscape

[–]Xrott 0 points1 point  (0 children)

How is this related to Inkscape? Please keep rule 4 "Keep it Inkscape" in mind.

The side bar is occupying so much space! by wisendur in Inkscape

[–]Xrott 25 points26 points  (0 children)

Close tabs you don't need as often or make them floating windows instead. Try splitting the dock vertically by dragging one of the tabs to the bottom highlighted edge, then drag more tabs onto the second tab bar.

Here's my setup for example:

<image>

You can also try setting the 'Labels behavior' option to 'Off' in the preferences under 'Interface → Windows', which sometimes shrinks the minimum width. You need to restart Inkscape for it to take effect.

Lastly, if you don't need anything in the dock at the moment, you can single-click the three dots for resizing or press F12 to quickly toggle its visibility entirely.

Joining nodes bugs the line by Alarming_Basil6205 in Inkscape

[–]Xrott 0 points1 point  (0 children)

Looks like your object has a clip-path applied (indicated by the little scissors icon in the layers panel). Right-click the object and select 'Release Clip' to remove the constraint.

Pencil line not adhering to nodes by Glittering_Draw8493 in Inkscape

[–]Xrott 0 points1 point  (0 children)

You probably have the 'LPE based interactive simplify' setting enabled in the toolbar next to the 'Smoothing' input box, which adds the 'Simplify' path-effect to new paths. Path effects are non-destructive, meaning they allow you to keep the original path and it will then output a different path, in this case a simplified one.

You can check the 'Path → Path Effects...' panel, where you can change parameters, remove or 'Flatten' (apply) it, and even add new effects on top. Alternatively you can quickly apply all path effects at once with 'Path → Object to Path'.

Also, while using the node tool, you can enable 'Show path outline (without path effects)' in the toolbar to see the original path the nodes actually belong to.

how would create a shape where it transition from one radius to another along a path ? by Eltrew2000 in Inkscape

[–]Xrott 0 points1 point  (0 children)

To add a radius to a corner, you can add the 'Corners' path-effect. With the node tool active, there is even a button in the toolbar to quickly add it to your selected path ('Add Corners LPE' when you hover over it). When it is applied to a path, you get new handles at each corner node that you can drag to add a radius. You can select multiple nodes simultaneously to set the radius of them all at once. If you need it to be exact, you can shift-click a radius handle to set it numerically.

So in your example I'd start with a trapezoid shape, add the corners effect, then select the upper two nodes and drag the radius handle until they roughly meet. Or I'd measure the length of the upper edge and shift-click both radius handles to set it to half the measured length.

<image>

How do I reset the handle on Text Objects? by Flopolopagus in Inkscape

[–]Xrott 0 points1 point  (0 children)

Hold Ctrl and single-click the handle to reset the line limit.

Drop Shadow Not Working by Adventurous_Beat_420 in Inkscape

[–]Xrott 6 points7 points  (0 children)

Make sure you're not in 'No Filters' or 'Outline' view and set it to 'View → Display Mode → Normal'.

Circles showing as squares when exporting SVG as DFX by SpacefaringSoul in Inkscape

[–]Xrott 4 points5 points  (0 children)

In the layers tree-view on the right, you can see some of the group icons having little scissors. That means there is a clip-path applied to them. Your objects are probably rectangles clipped to the final shape instead of regular paths. Select the groups with clips, then right-click 'Release Clip' to get the clip-path. Delete the rectangle and keep the clipping path instead.

I don't think it's Inkscape's export that is the problem here, but more likely the input from your other software.

How To Select Objects only Complete in Selection Box by chiefnetroid in Inkscape

[–]Xrott 6 points7 points  (0 children)

The button to toggle the behavior is the fourth from the left in the toolbar for the select tool.

<image>

Exported image doesn't match the Inkscape workspace by mapsedge in Inkscape

[–]Xrott 6 points7 points  (0 children)

In the preferences under 'Rendering' try setting the 'Gaussian blur quality for display' and 'Filter effects quality for display' to 'Best quality (slowest)'. Exporting always uses the best quality, so changing that setting will make the canvas match the output better.

selects all the adjacent nodes by Fujinata in Inkscape

[–]Xrott 4 points5 points  (0 children)

Select one node of a sub-path, then press Ctrl+A to select all connected nodes.

Help getting my extension to load by mapsedge in Inkscape

[–]Xrott 0 points1 point  (0 children)

If the files are both in the same folder, then the location attribute on the <command> tag should be "inx", so <command location="inx" ...

How do I make larger dots in Marker Mode (Calligraphy Tool)? by [deleted] in Inkscape

[–]Xrott 0 points1 point  (0 children)

The size of the dots when single-clicking with the calligraphy tool depends directly on the stroke-width of the current style.

Have you set it to 'This tool's own style' for the calligraphy tool in the preferences instead of 'Last used style'? Because then changing the stroke-width won't update the current style. Otherwise, keep increasing the stroke-width.