FWIW I'd like to ask if this helps with the accuracy issue. Specifically I find that numbers only get one decimal point in the spinner control for floats. I.e. The spinner cannot get me 1.35, 1.36 it can only get me 1.3, 1.4 Also sometimes the returned value for 0 is not 0 exactly. So I need to add a check for if val< 0.01: val = 0 so the rest of my code works properly if a 0 value means a change in behaviour. (e.g. roundness of a border = 0 implies use a rect instead of a nice curve.)
my 2 cents...MarkS...
On 3/16/2011 6:25 AM, Nicolas Dufour wrote:
That's the main argument against the sliders as default option. But since no extension uses the appearance="full" attribute ATM, I'll first modify the filters to work with sliders, and then revert the default to minimal so that the
existing extensions stay unchanged.
Default mode modifications committed in the trunk, revision 10106.
Nicolas
Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel