Yup. This has changed. Instead if "view.clip" you'll now use
"view.clipping" along with some new parameters:

View.clipping = new RectangleClipping({minX:-900,minY:-300,maxX:
400,maxY:300});

so the change isn't all that big. All you do is rewrite the clipping
to this new "format".

J

Reply via email to