User Manipulation of SVG Objects
| Project: | Drawing API |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
| Issue tags: | Draw |
Jump to:
This seemed to be the closest existing module to what I had in mind, so I'm posting here.
Basically allowing gui manipulation of an svg display. I've been doing research and it seems plausible, however I have no experience with svg or creating a drupal module.
Specific case: Room layout - however as drupal is, made generic enough to use in almost any situation.
Requirements:
Template UI for admin - defines objects, some editable, some fixed (e.g., room, furniture)
Manipulation UI for users - drag-n-drop objects, scaling, new object generation (if allowed)
Save / Export - Saving in SVG format, or export razterized (jpeg, tiff)
Possible Resources:
http://apike.ca/prog_svg_jsanim.html
http://tool-man.org/examples/dragging.html
http://xmlgraphics.apache.org/batik/tools/rasterizer.html
Hoping this would peak your interest - however if you think this better posted elsewhere let me know.

#1
also - intended for Drupal 6
#2
I am keen on doing something like this once I master a few drawing implementations, would be quite fun to do I reckon.
#3
There is something similar done over at image_overlay, might want to take a look at it.