Difference between revisions of "Exploring Livarot"

From Inkscape Wiki
Jump to navigation Jump to search
Line 5: Line 5:
# Flowing Text
# Flowing Text
# Path Simplification
# Path Simplification
 
# Path Flattening
===Detailed List===
# Tweak Tool
#* <code>sp_tweak_dilate_recursive()</code> in ''src/ui/tools/tweak-tool.cpp'' uses <code>shape->MakeTweak</code> for tweak modes such as <code>TWEAK_MODE_SHRINK_GROW</code>, <code>TWEAK_MODE_ATTRACT_REPEL</code>, <code>TWEAK_MODE_PUSH</code> and <code>TWEAK_MODE_ROUGHEN</code>.
# Path Offsetting
#*

Revision as of 06:39, 23 March 2020

Why is it being used?

  1. Tweak Tool
  2. Path Offsetting
  3. Boolean Operations
  4. Flowing Text
  5. Path Simplification
  6. Path Flattening