ehoefig / KineticGWT

A GWT wrapper for kinetic.js
11 stars 2 forks source link

Code for #5, #6, and #8; fix for setDragBounds; new methods for Text #10

Closed letmaik closed 12 years ago

letmaik commented 12 years ago

This pull request contains fixes for issues #5, #6, and #8

And I also found faulty code in Node.setDragBounds which is fixed. In Text I added the missing methods getBoxWidth and getBoxHeight which I need for aligning text centered horizontally and vertically. (see http://www.kineticjs.com/forum/viewtopic.php?f=8&t=871&p=2866)

Sorry for not having individual pull requests for each issue, I'm still learning how to use Git most efficiently.