Skip to content

GraphX v0.9.7

Compare
Choose a tag to compare
@roipeker roipeker released this 15 Jan 23:28
· 187 commits to master since this release
3841d35

Update 0.9.7

  • added MovieClip.gotoAndPlay lastFrame for animation.
  • exposed the GifAtlas::textureFrames so they can be used in MovieClips.
  • added several methods from Flutters Path in Graphics... (conicCurveTo(), arcToPoint(), arc()) with some new optional parameters for relative drawing.
  • added new signals for stage.onMouseEnter, stage.onMouseLeave
    to detect touch positions when it leaves the Widget area... ( useful for scene with buttons).