[Kst] extragear/graphics/kst/kst/extensions/js/examples
George Staikos
staikos at kde.org
Sat Jan 28 20:02:34 CET 2006
SVN commit 503309 by staikos:
obsolete
M +0 -9 testgraphics.js
--- trunk/extragear/graphics/kst/kst/extensions/js/examples/testgraphics.js #503308:503309
@@ -37,12 +37,3 @@
a.to = new Point(472, 535);
a.width = 3;
-c = new CubicBezier(w);
-c.width = 4
-c.size = new Size(200, 200);
-c.position = new Point(400, 300);
-c.a = new Point(405, 305);
-c.b = new Point(455, 480);
-c.c = new Point(505, 372);
-c.d = new Point(575, 419);
-
More information about the Kst
mailing list