swordman wrote:From how I understood this, the fixed step is used in the normal "Extrude" or "Intrude" command, when I use the "dynamic extrusion", I gen an handle that allows me to control the degree of the extrusion, how can a single XML parameter handle the depth of the extrusion?
You seem to misinterpret the commands: there is no 'Path > Extrude' nor 'Path > Intrude' nor 'Path > Dynamic Extrusion' in Inkscape - the available
path offset commands are strictly 2d: either by a fixed amount aka step ('Path > Outset', 'Path > Inset') or controlled by a parametric offset ('Dynamic Offset', 'Linked Offset') and thus controllable by a single parameter (stored in a custom attribute of the object):
«There are four commands grouped under this category, (…) Each allows a path to be enlarged or reduced by moving each point perpendicular to a line tangent to the path at that point. (…)»If you want to generate a pseudo-3d extrusion (angle plus depth), read the manual sections about 'Extensions >
Generate from Path > Extrude…' and 'Extensions >
Generate from Path > Motion…'. Keep in mind that Inkscape is a 2d drawing application.
brynn wrote:~suv, even if I have the Join set for Miter, I still get rounded corners from Dynamic Offset.
The stroke
join style is relevant for '
Path > Inset/Outset', but
not for '
Path > Dynamic Offset' or '
Path > Linked Offset'.
brynn wrote:swordman, I'm not sure if you use Dynamic Offset, if you can use the XML editor to set the distance. You might have to use Inset or Outset to be able to use XML Editor.
- The steps for 'Path > Inset' / 'Path > Outset' are defined in the preferences. The commands produce a static path as result (i.e. there are no parameters which would allow to dynamically modify the amount of outset/inset later on).
- The amount of the offset (distance) from the original path for 'Path > Dynamic Offset' and 'Path > Linked Offset' is controlled by a single parameter and can be adjusted/edited numerically by editing the mentioned attribute (inkscape:radius) via 'Edit > XML Editor…'.
brynn wrote:I agree that it would be nice to be able to control that distance easily from the user interface. I'm sure it's probably been requested, although who knows how long before the developers can do it.
Yes, it is filed as feature request in the bug tracker. No ETA.