Exploring Livarot

From Inkscape Wiki
Revision as of 06:30, 23 March 2020 by Mk (talk | contribs)
Jump to navigation Jump to search

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