Extrude extension only works on two selected objects
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Wishlist
|
Alvin Penner |
Bug Description
If you have multiple objects selected when using the Extrude extension (Extensions > Generate from path > Extrude) it only extrudes between to of the selected objects. I am unsure as to whether this is by design or is an error, but I believe that it should extrude between all selected object pairs. For example, if there are three objects selected there should be three extrusions, if there are five objects there should be ten extrusion. Please see this file for an example of the expected output https:/
Steps to reproduce:
Draw multiple objects
Select all of them
Run Extrude (Extensions > Generate from path > Extrude)
Only one extrusions occurs
I'm using Inkscape 48+devel+11689 on Ubuntu 12.04
Related branches
Changed in inkscape: | |
assignee: | nobody → Alvin Penner (apenner) |
milestone: | none → 0.49 |
Changed in inkscape: | |
status: | Fix Committed → Incomplete |
status: | Incomplete → Fix Committed |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
> I am unsure as to whether this is by design or is an error
By design: tavmjong. free.fr/ INKSCAPE/ MANUAL/ html/Extensions -GenerateFromPa th.html# Extensions- Extrude>
«Connects nodes in two paths with lines or with polygons. In the case of lines, it simply draws a line between each corresponding node in the two paths (i.e., a line between the first node of one path and the first node of the other path, etc.). If one path has more nodes than the other, the extra nodes are not used. All the lines are sub-paths of one path. In the case of polygons, a quadrilateral is drawn between corresponding adjacent pairs of points on the two lines. Each quadrilateral is a separate path. All the created paths are placed in a Group. In both cases, the original paths are not changed. »
<http://
Could you please provide a sample drawing illustrating how «if there are three objects selected there should be three extrusions, if there are five objects there should be nine extrusions» is supposed to work/look like?