javascript - Working with old version of KineticJS -
i had developed complex enough canvas web application using kinetic.js
year ago. used kinetic.js
3.10.4. version , i'm surprised application not work anymore on latest browser google chrome , mozilla firefox. example, there error while creating text
shapes. here stack trace error google chrome debugger:
uncaught typeerror: type error kinetic.shape.kinetic.node.extend.fill config.drawfunc kinetic.shape.kinetic.node.extend._draw kinetic.container.kinetic.node.extend._drawchildren kinetic.layer.kinetic.container.extend._draw kinetic.layer.kinetic.container.extend.draw loadmenu _background.onload
i've tried using 4.6.0 version there deprecated functions , features on legacy code. wondering using current 3.10.4 version library (with several effortless fix) rather update 4.6.0 version. still possible that? in advance :)
yes, transitions eliminated , have been replaced tweens effective kineticv4.5.
tweens coded old transitions.
so recoding of transitions tweens should straight-forward.
changes in chromev26 broke kinetic fills--so kineticv4.3 , older fills won't work.
possible options:
- try kinetic version 4.4 fills fixed , transitions still exist.
- recode transtions tweens , use current version.
Comments
Post a Comment