Caleb Evans is announcing that jCanvas with version number 15.08.17 is already available to download.
What is jCanvas ?
jCanvas is A jQuery plugin for manipulating the HTML5 Canvas tag, perfect for drawing and manipulating shapes drawn inside a canvas section .
jCanvas simplifies the process of embedding, drawing, and displaying graphics via the HTML 5 canvas element.It provides easy to use functions and methods that any developer can use and have some external control to elements inside a canvas tag.Developers can manipulate and control the canvas itself, shapes on the canvas, their styles, and even overlay multiple canvas layers on top of each other.All in all a pretty useful plugin if working on browser-based image or graphics processing engines.
This is changelog for jCanvas version 15.08.17 :
- A new .measureText() method, which returns a jCanvas object containing the width and height of the specified text.
- A new .animateLayerGroup() method, which animates every layer in a layer group.
- A new .delayLayerGroup() method, which delays the animation of every layer in a layer group.
- A new .stopLayerGroup() method, which stops the animation of every layer in a layer group.
You can read the complete changelog and also download this latest version on their homepage: calebevans.me