Change 20100811-maxcarlson-t by [email protected] on 2010-08-11 12:53:33 MDT in /Users/maxcarlson/openlaszlo/trunk-clean for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Add xscale any yscale attributes to view New Features: View.xscale and yscale will scale a view and all its children. Check capabilities.scaling to be sure your runtime supports this feature. Bugs Fixed: LPP-9272 - Add way to scale views Technical Reviewer: ptw QA Reviewer: hminsky Details: LzSprite.as - Add scaling capability, set to true, add implementations of setXScale() and setYScale(). LzSprite.js - Add scaling capability, set to true where available, add implementations of setXScale() and setYScale(). Refactor setRotation() to handle multiple simultaneous transforms. swf9/LzSprite.as - Add scaling capability, set to true, add implementations of setXScale() and setYScale(). LaszloView - Add attributes, events and setters for xscale, yscale. Update bounds computation code to factor in scaling. Tests: See testcase at LPP-9272 Files: M WEB-INF/lps/lfc/kernel/swf/LzSprite.as M WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js M WEB-INF/lps/lfc/kernel/swf9/LzSprite.as M WEB-INF/lps/lfc/views/LaszloView.lzs Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20100811-maxcarlson-t.tar
