Link Here
|
206 |
color.alpha / 255); |
206 |
color.alpha / 255); |
207 |
cr.arc(width / 2, height / 2, width / 3, 0, 2 * Math.PI); |
207 |
cr.arc(width / 2, height / 2, width / 3, 0, 2 * Math.PI); |
208 |
cr.fill(); |
208 |
cr.fill(); |
|
|
209 |
cr.$dispose(); |
209 |
}, |
210 |
}, |
210 |
|
211 |
|
211 |
// This returns column widths in logical order (i.e. from the dot |
212 |
// This returns column widths in logical order (i.e. from the dot |
Link Here
|
427 |
cr.setSource(pattern); |
428 |
cr.setSource(pattern); |
428 |
cr.rectangle(margin, gradientOffset, gradientWidth, gradientHeight); |
429 |
cr.rectangle(margin, gradientOffset, gradientWidth, gradientHeight); |
429 |
cr.fill(); |
430 |
cr.fill(); |
|
|
431 |
cr.$dispose(); |
430 |
} |
432 |
} |
431 |
}); |
433 |
}); |
432 |
|
434 |
|
Link Here
|
624 |
color.alpha / 255); |
626 |
color.alpha / 255); |
625 |
cr.arc(handleX, handleY, handleRadius, 0, 2 * Math.PI); |
627 |
cr.arc(handleX, handleY, handleRadius, 0, 2 * Math.PI); |
626 |
cr.fill(); |
628 |
cr.fill(); |
|
|
629 |
cr.$dispose(); |
627 |
}, |
630 |
}, |
628 |
|
631 |
|
629 |
_startDragging: function(actor, event) { |
632 |
_startDragging: function(actor, event) { |