Jump to content

Svg-inkscape


divyac

Recommended Posts

i am doing an id card project in which i created templates using svg.my requirement is that if i click on the text over the template,the text should become editable and the user must be able to edit the contents.The other option is that i must have text boxes specifying different fields on a side and if one enters the data in the text boxes that should be affected in the template id card.is it possible to do this with inkscape??

Link to comment
Share on other sites

No, you can't do that with inkscape, but through code, there are diverse alternatives.With frames and a server-side language, you could make an application that sends information to the server so it will add information to an SVG file and then output it.With ECMAScript you may be able to detect events and modify elements based on them right in the SVG file, however, I don't know the limitations of ECMAscript when it comes to SVG.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...