Posts by Abel Galvão • 79 points
4 posts
- 
		4 votes1 answer85 viewsQ: As by caption in a point created in an imageI have a code that draws dots on an image based on my select options. Each point is related to a select and therefore I would like to know how to put a legend with the name of each select in the… 
- 
		1 votes1 answer38 viewsQ: Window to select image of a location on the serverMy problem is this: I have a page where I must select an image to be displayed on the screen. These images are in a specific directory that will stay on the server. Currently, I am calling the… javascriptasked Abel Galvão 79
- 
		1 votes1 answer37 viewsQ: Effect app keeps bugging in ChromeMy problem is this: I have a page that calls some functions for scoring in an image and effects on it, as I use other browsers, like Mozilla for example, it works normally, both the scoring and the… 
- 
		1 votes1 answer182 viewsQ: Draw a point on an image based on its coordinates by clicking on itMy problem is the following: I have generated a point I made in CSS in an image I call in my JS, however, it should be generated in the coordinates that are captured when clicking on the image.…