-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# imgmap | ||
Javascript based imagemap editor | ||
|
||
Code was | ||
Automatically exported from code.google.com/p/imgmap | ||
on March 30, 2015 | ||
|
||
With the imagemap editor you can easily draw ALL the standard image map shapes (rectangle, circle, polygon), | ||
and you can have full control over the generated HTML code as well. | ||
|
||
The editor natively uses the canvas HTML element to draw the shapes on a given image. | ||
The ExplorerCanvas (http://excanvas.sourceforge.net/) library from Google is used to get the same result in browsers, that do not support the | ||
canvas element but can use VML instead. ExplorerCanvas works quite well, however it is still beta quality, | ||
and not as fast as the native canvas drawing, so expect some lags in IE. | ||
The editor is currently tested to work in Firefox 1.5+, Safari 3+, Opera 9+, IE 6+ and Chrome. | ||
|
||
![screenshot of the online editor](http://www.maschek.hu/ext/imgmap.png) |