Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 522 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 522 Bytes

Created by zetabit (Sergey Doroshenkov) on 15.05.2015.

email: [email protected]

Free to use with author permission

Uses JQuery Usage:

create <canvas id='id-canvas'>
  var cnv = new TCanvas('id-canvas', jquery_data, link-addr);
  jquery_data = array[
    Object1[
      id: number
      coordinates:SVG polygon1 points
      color: #hex_value
      img: src_img
    ],
    Object2[
      id:
      coordinates:SVG polygon2 points
      color:
      img:
    ],
  ]