Hi,
I just tried top use:

QtQuick 2.1:

var gradient = ctx.createConicalGradient(20.0, 10.0, 2.0);      
gradient.addColorStop(0.3, Qt.rgba(1, 0, 0, 1));

I get an exception:

Property 'addColorStop' of object [object Object] is not a function

Latest beta1 snapshot.

My bug? Your bug? Known bug?

Guido

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to