view.cornerradius is set to 4 in your changeset, you may want to change that :-)
On 10/6/2009 11:27 AM, Max Carlson wrote: > Change 20091006-maxcarlson-b by [email protected] on 2009-10-06 > 02:19:31 PDT > in /Users/maxcarlson/openlaszlo/trunk-clean > for http://svn.openlaszlo.org/openlaszlo/trunk > > Summary: Add support for rounded corners in dhtml and swf9/10 > > Bugs Fixed: LPP-8508 - Support for rounded corners in views across > runtimes > > Technical Reviewer: hminsky > QA Reviewer: [email protected] > > Documentation: Use view.cornerradius to add roudned corners to view > backgrounds. > > Release Notes: Views now support the cornerradius attribute for > rounded corners. > > Details: LzSprite.* - Add cornerradius quirk, set to true where > available. Add setCornerRadius() implementation. > > LzKernelUtils - Move shared optimized rect/roundrect methods from > draview. > > contextmenu - Use shared rect method. > > LaszloView - Add setter and attriubte for cornerradius. > > drawview - Use LzKernelUtils.rect(). > > Tests: http://localhost:8080/trunk-clean/examples/extensions/ > drawing.lzx runs as before. Testcase from LPP-8508 shows rounded > corners for dhtml and swf9. > > Files: > M WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js > M WEB-INF/lps/lfc/kernel/swf9/LzSprite.as > M WEB-INF/lps/lfc/kernel/LzKernelUtils.lzs > M WEB-INF/lps/lfc/contextmenu.js > M WEB-INF/lps/lfc/contextmenu.lzx > M WEB-INF/lps/lfc/views/LaszloView.lzs > M lps/components/extensions/drawview.lzx > > Changeset: > http://svn.openlaszlo.org/openlaszlo/patches/20091006-maxcarlson-b.tar > _______________________________________________ > Laszlo-reviews mailing list > [email protected] > http://www.openlaszlo.org/mailman/listinfo/laszlo-reviews > > _______________________________________________ Laszlo-reviews mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-reviews
