Erweiterte Suche
Suchergebnisse
103 Ergebnisse gesamt
To Absolute
This extension simply transform paths from relative coordinates to absolute coordinate. The path's "d" attribute will be reconfigured to get uppercase command letters like A C M Z V H L instead of a c m z v h l.
Convert Vertical/Horizontal To Line
This extension converts an SVG path's d attribute the following way: find each V (vertical line) and each H (horizontal line) and replace it by a generic line (L type). A lot of extensions do not work with V and H, but with L commands. So this is just a helper...
Longest Continuous Path
Source of documentation: https://github.com/Daekkyn/inkscapeOptimizePath An Inkscape extension that tries to make the longest continuous paths. It converts the paths to a graph, converts the graph to an Eulerian graph and finds an Eulerian cycle. It was writt...
Reverse Order Of Subpaths
Reverse order of subpaths (combined paths) without changing the direction of each subpath. When drawing paths and combining these the order of the subpaths is from the last to the first drawn. This extension reverse the order of the subpaths and thus the ...
Move Path Node
Extension to change starting / end node of a path and visualize it by dots and numbers. You can also use this extension as a trimmer for open paths. It is additionally highly useful when using the function to map text to path. By moving the node, the mapped pa...
Duplicate + Reverse + Join
An extension to effectively convert a single line svg font to a stick font by duplicating, reversing and joining each selected path and subpath. Read more on http://cutlings.wasbo.net/single-line-font-to-stick-font
Circle Tangents (Replaced by Snap Objects Feature)
1. Draw some circles 2. Apply the extension You can have two different outputs: If you want to get sort of tangents at the path's point handles instead you can also try to run the extension Draw Handles
Chain Paths
Source of documentation: https://github.com/fablabnbg/inkscape-chain-paths An inkscape extension to combine paths. Like really combining path snippets into longer paths. The stock inkscape path operation "combine" does not do that. It only creates a single pa...
Layer Clip
Original idea from http://www.pernsteiner.org/inkscape/layerclip/ Ported to Inkscape 1.0 by https://gitlab.com/jczapla79/inkscape-extension-layer-clip Fixed and ported to Inkscape 1.2+ by Mario Voigt Usage See an example with screenshots Clip contai...
About/Upgrade MightyScape
Table Support
Source: https://sourceforge.net/projects/inkscape-tables/files/ Updated to be compatible with InkScape 1.2+ The functions "Duplicate Table" and "Fit Guides" options were removed due to defectness Possible actions to perform Create Add Colums Row...
Open Extension Directory
Just what it says to be! ... Opens the MightyScape main folder
Reload
An extension which allows to reload the drawing in case of any change without opening the file in a new window. Helpful if the file is opened and changes in background by another instance of Inkscape or any routine which processes and overwrites it in the ...
PathOps
A tool suite to run boolean operations multiple times, like Combine, Cut Path, Division, Exclusion, Intersection, Difference, Union. This extension takes a selection of one or more groups, or of several elements (paths, shapes, text), or a mix of both, and app...
Simple Inkscape (Interface)
Source: https://inkscape.org/~Mr.Raven/%E2%98%85simpleinkscapev01+2 Original description: This extension changes the Inkscape interface into a simpler one. It hides quite some elements from the menus and toolbars so that a more basic version of the interf...
Ray Tracing
Sources: https://inkscape.org/de/~dbloch/%E2%98%85ray-optics https://github.com/damienBloch/inkscape-raytracing
Encapsulated PostScript - AI compatible (*.eps)
Source of documentation: https://github.com/tzunghaor/inkscape-eps-export AI compatible EPS export for Inkscape 0.92 (might work with older versions too). This script converts an Inkscape SVG to Adobe Illustrator 7 compatible EPS. The generated EPS file uses ...
FreeCAD Sketch Export
Photoshop PSD (*.psd)
Requires gimp to be installed. The command gimp needs to be in %PATH% ($PATH)
WebP Import
Import *.webp image files using ImageMagick conversion. Routine is webp → png → svg → write into Inkscape canvas. You might need to install ImageMagick. The command "magick" or "convert" needs to be in path variable. sudo dnf install ImageMagick #install on ...