UI.Canvas fill style
Reported by Luca Pillonel | October 31st, 2008 @ 03:15 PM | in 0.1
When a layer is filled with a gradient, we should have the ability specify gradient stop points, as well as angle
Comments and changes to this ticket
-

Luca Pillonel November 3rd, 2008 @ 03:47 PM
- Title changed from UI.Canvas() gradients to UI.Canvas fill style
Also add the ability to set mask and images as pattern
-

-

Luca Pillonel November 4th, 2008 @ 04:20 PM
- State changed from new to resolved
- Tag changed from angle, canvas, draw, gradient, layer to angle, canvas, draw, gradient, image, layer, radial
We could use advanced gradient with gradient object when we specify a layer :
main : { gradient : {
color: ['#091d38','#FAA', '#000', '#FA6'], stop : [0, 0.5, 0.75, 1], opacity: [1, .8, .4, 1], angle: 45, start: [10, 0]} }
-

Luca Pillonel November 10th, 2008 @ 05:28 PM
- State changed from resolved to open
Firefox should manage angles in the same way than IE in VML
-

Luca Pillonel November 11th, 2008 @ 05:09 PM
- State changed from open to resolved
for angles from 0 to 180 degree, gradients are the same in IE as other browsers.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
moolego ui is a small & extensible, Object-oriented JavaScript UI based on Mootools Framework. User Interface components are based on a common foundation class (Core).