Difference between revisions of "Exploring Livarot"

From Inkscape Wiki
Jump to navigation Jump to search
(Created page with "===Why is it being used?=== # Path Offsetting # Tweak Tool # Boolean Operations # Flowing Text")
 
Line 1: Line 1:
===Why is it being used?===
===Why is it being used?===
# Tweak Tool
# Path Offsetting
# Path Offsetting
# Tweak Tool
# Boolean Operations
# Boolean Operations
# Flowing Text
# Flowing Text
# Path Simplification
===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:30, 23 March 2020

Why is it being used?

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

Detailed List

  1. Tweak Tool
    • sp_tweak_dilate_recursive() in src/ui/tools/tweak-tool.cpp uses shape->MakeTweak for tweak modes such as TWEAK_MODE_SHRINK_GROW, TWEAK_MODE_ATTRACT_REPEL, TWEAK_MODE_PUSH and TWEAK_MODE_ROUGHEN.
  2. Path Offsetting