Difference between revisions of "Inkscape/gradientgoodness"
Jump to navigation
Jump to search
(added a couple more bugs and an rfe) |
|||
Line 1: | Line 1: | ||
Gradient tool goodness that Johan is working on- | Gradient tool goodness that Johan is working on- | ||
TODO: | === TODO: === | ||
Toolbar: | Toolbar: | ||
Line 10: | Line 10: | ||
*Mid-stops can be added or removed wherever. | *Mid-stops can be added or removed wherever. | ||
RFE: | === RFE: === | ||
*More than one stop can be selected to perform various actions - Selecting more than one could be accomplished with Shift or the Mousewheel (just like the node tool). | *More than one stop can be selected to perform various actions - Selecting more than one could be accomplished with Shift or the Mousewheel (just like the node tool). | ||
**sculpting - Alt modifier will sculpt stops like the node tool. | **sculpting - Alt modifier will sculpt stops like the node tool. | ||
**shifting - equally move stops in whichever direction. | **shifting - equally move stops in whichever direction. | ||
**mass deletion - delete more than one stop at the same time (delete key for example). | **mass deletion - delete more than one stop at the same time (delete key for example). | ||
*Change alpha of selected stop(s) with modifier + mousewheel hovering over stop (perhaps Alt+Mousewheel) | |||
=== Bugs: === | |||
Bugs: | |||
*Can't drag focus point on radial gradients w/o crash. | *Can't drag focus point on radial gradients w/o crash. | ||
*Gradient on Stroke on object crashes (unless fill gradient exists). | *Gradient on Stroke on object crashes (unless fill gradient exists). | ||
*If object fill is changed from a gradient with multiple stops to a solid fill and you Undo, all stops go to the Start of the gradient. | |||
*When you add the first stop to a gradient, it takes the value from the End stop instead of taking the value of right where it is at. |
Revision as of 19:51, 11 January 2007
Gradient tool goodness that Johan is working on-
TODO:
Toolbar:
- Port the "repeat" combobox from the fill & stroke dialog.
- Port the spinbox for location of currently selected stop - enables precision placement.
On Canvas:
- Mid-stops can be added or removed wherever.
RFE:
- More than one stop can be selected to perform various actions - Selecting more than one could be accomplished with Shift or the Mousewheel (just like the node tool).
- sculpting - Alt modifier will sculpt stops like the node tool.
- shifting - equally move stops in whichever direction.
- mass deletion - delete more than one stop at the same time (delete key for example).
- Change alpha of selected stop(s) with modifier + mousewheel hovering over stop (perhaps Alt+Mousewheel)
Bugs:
- Can't drag focus point on radial gradients w/o crash.
- Gradient on Stroke on object crashes (unless fill gradient exists).
- If object fill is changed from a gradient with multiple stops to a solid fill and you Undo, all stops go to the Start of the gradient.
- When you add the first stop to a gradient, it takes the value from the End stop instead of taking the value of right where it is at.