Erweiterte Suche
Suchergebnisse
480 Ergebnisse gesamt
Set CSS Class On Elements
Set a CSS class on the selected elements. Their current inline styles will be removed
Remove Obsolete Attributes
Remove attributes sodipodi:absref, sodipodi:docbase and sodipodi:docname from all elements that contain them. These attributes contain absolute paths to resources which can pose a security issue. This is a legacy extension and might not be required nowadays.
Colorize Path Lengths / Slants
This tool will help to identify paths of certain lengths to maybe delete or modify them. Please also see Filter By Length/Area which behaves similar but non-visual. Example output (left original, right is extension result)
Show Path Coordinates
This extension prints X,Y coordinates of selected path nodes. Can be helpful for debugging things. Draw some path Run extension
Shirt Waist (Sara May Allington)
Outline the cutting lines → Ctrl + ) Move the outlines next to the current selection to see the solid lines
Dimensioning (Replaced by LPE)
We can use the same feature by Live Path Effect:
vpypetools Intro
About vpype and this extension vpype is a command processor working with SVG files. It can do a lot of productive steps to optimize files for different purposes like pen plotting, laser cutting or the generation of creative artwork. vpype is really powerful...
Deduplicate Plugin
Source: https://github.com/LoicGoulefert/deduplicate pip3 install tqdm pip3 install git+https://github.com/LoicGoulefert/deduplicate.git#egg=deduplicate
Line Sorting
This extension is similar to Optimize Sequence: Travel Distances and Optimize Sequence: Small Holes First. Also have a look at https://github.com/inconvergent/svgsort which could be another great path planning tool for InkScape. Also check out vpype Free M...
Split All
Split all paths into their constituent segments. This command may be used together with linemerge for cases such as densely-connected meshes where the latter cannot optimize well enough by itself. This command will filter out segments with identical end-points...
Multipass
Add multiple passes to each line. Each line is extended with a mirrored copy of itself, optionally multiple times. This is useful for pens that need several passes to ensure a good quality. See https://vpype.readthedocs.io/en/stable/reference.html#multipass. ...
Filter
Filter paths according to specified criterion. When an option is provided (e.g. --min-length 10cm) the corresponding criterion is applied and paths which do not respect the criterion (e.g. a 9cm-long path) are rejected. If multiple options are provided, paths ...
Relooping
Randomize the seam location of closed paths. When plotted, closed path may exhibit a visible mark at the seam, i.e. the location where the pen begins and ends the stroke. This command randomizes the seam location in order to help reduce visual effect of this i...
Trimming
Trim the geometries by some margin. This command trims the geometries by the provided X and Y margins with respect to the current bounding box. Also check out vpype Free Mode which can do the same and more. Draw some paths Run the extension and get resu...
vpype Free Mode
This extension mode for vpypetools allows to execute one up to five command sets in the given row. It works on the current selection of paths, or if nothing selected it applies to all paths in the document. You can do exactly the same like in Filter, Line Sort...
Line Merging (Combine Paths)
Merge lines whose endings and starts overlap or are very close. By default, linemerge considers both directions of a stroke. If there is no additional start of a stroke within the provided tolerance, it also checks for ending points of strokes and uses them in...
Occult Plugin (Hidden / Superimposed Line Removal)
This plugin command removes lines hidden by polygons. It acts like a trimmer to receive a clean set of visible paths only. It does not remove common lines between opened paths, but for closed polygons. You need to install occult plugin for vpype. See vpypetool...
Eraser Layer
This plugin will erase selected shapes in same layer. Ueful for objects! It won't remove the original objects Draw some objects and put them on the same layer Select some objects to erase (leave a hole in layer) and run extension
Filter To Layer
Source: https://inkscape.org/~jabiertxof/%E2%98%85filter-layer Draw some object and and apply some filter Check the XML structure Run the extension and get results "Filter to current layer" → choose "add" The layer got some new attribute "style" w...
Group To Layer
This extension converts groups to layers. You can pick the desired depth. Draw some objects and make some groups Run the extension