On 2016-11-13 21:55, ludovic coues wrote:
> It's barely related to django.
> 
> If all you want is to make annotation, it's fairly easy and you
> don't really need canvas and it's mainly javascript, which is
> independent from django.
> First, display your image.

Moreover, this sounds like a great opportunity to use SVG.  The text
in an SVG can be selectable while the text in a <canvas> isn't.  It's
easy to add text elements (or lines, pictures, icons, etc)
dynamically from a database as well.  It can be done server-side or
client-side as well.

Lots of benefits of SVG over Canvas for this.

-tkc


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/20161113151252.5d0a034d%40bigbox.christie.dr.
For more options, visit https://groups.google.com/d/optout.

Reply via email to