flipbit / jquery-image-annotate

An Image Annotation plugin for jQuery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Saves with wrong coordinates when zoomed into web page

wahab-io opened this issue · comments

The problem I am having right now with this plugin is when i zoomed into the page and create the annotation, it creates them on the right place on the screen but when posting that annotation asynchronously via ajax it is sending top=0, left=0, height=0, ... not sure at what point is it doing that.