On 4/28/05, Jon A. Cruz <jon@...18...> wrote:
- please remove the padding between the swatches (not only does this
waste space, but also makes the colors harder to discern due to a well-known optical illusion)
Sounds good. Should this be only in grid mode, or in list mode also?
Yes, in all modes
Yes, I know. They are majorly ugly. Just temporary. The main problem is that to get things going well takes quite a bit of coding if we don't want to switch to GTK+ 2.6 (which we don't).
Well, if 2.6 will fix it much more easily than now, I can wait :)
- could you add a "no color" button to the beginning of each palette,
which would set "none" to either fill or stroke
Nope.
:-P
That's not a color. That's a style attribute. So that will fall under the style swatches/picker.
Not really.
You are already setting style in swatches.cpp:
sp_repr_css_set_property( css, attrName, c ); sp_desktop_set_style(desktop, css);
All you need to do instead, for that special button (which must always go first and may display e.g. checkers or an empty frame) is:
sp_repr_css_set_property( css, attrName, "none" ); sp_desktop_set_style(desktop, css);
That's all. Please do it, it will be a MAJOR convenience as it will remove many of the remaining reasons to ever open Fill&Stroke.
Anyway, I figured that "Eek" was a bit better than "Jon's" or "Foo", so went that for now (I also avoided 'Ink' since I want them reusable, and that things like 'InkColor' start to carry a misleading connotation). If you can think of a better short prefix, let me know.
Why not call it just "preview" then?