angularjs - draw circle on top of an image -
i'm pretty new angular (and web development on top of that) , working on demo project. idea user upload image , can draw simple circles on image wherever user clicks. used ng-flow , managed upload work. when try draw circle via svgs see nothing. seems issue of order of 'z' coordinate. can either image show or circles not both. there way in angular draw on top of element?
Comments
Post a Comment