Skip to content

Version 1.1.3

Latest
Compare
Choose a tag to compare
@mikemurry mikemurry released this 31 Jul 17:37
· 13 commits to master since this release

v1.1.3 (July 31, 2013)

  • Rolled back original v1.2 changes after deciding they were outside the scope of this project.

v1.1.2 (April 18, 2013)

  • Added: JCL.Point.round() to round the point to the nearest pixel.
  • Added: JCL.Point.crisp() to overcome the subpixel blurring on single pixel width lines.

v1.1.1 (April 8, 2013)

  • Added: JCL.Oval class to draw ovals.
  • Added: Optional 'copy' argument to JCL.Point.translate() to clone the point instead of changing the current point.
  • Fixed: Bug with JCL.Point not recognizing the proper number of arguments with 5,0 coordinates.