vikach / svg-edit

Automatically exported from code.google.com/p/svg-edit
0 stars 0 forks source link

Support for Title element #125

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Supporting the title element would be helpful for the following reasons:

1. Adds semantics to the image by giving it a brief description.
2. Helpful when using the default "save" function as the new file would
have its title in the browser's title bar.
3. Helpful when using other save functions as a hint to the file name.

It would probably also be useful to have a separate interface for document
info that would let users change the title and have a better way of
changing the canvas dimensions, but I'll open another issue for that.

Original issue reported on code.google.com by adeve...@gmail.com on 25 Aug 2009 at 11:29

GoogleCodeExporter commented 9 years ago

Original comment by adeve...@gmail.com on 25 Aug 2009 at 11:41

GoogleCodeExporter commented 9 years ago

Original comment by codedr...@gmail.com on 10 Sep 2009 at 7:01

GoogleCodeExporter commented 9 years ago
Now that we have a Document Properties window, this would be pretty simple:

- whitelist the <title> element
- add an edit box and label that contains the Title of the document (contents 
of the
first <title> element child of the <svg id="svgzoom">)
- upon changing the title edit box, update the title text contents upon 
pressing 'Save'

Original comment by codedr...@gmail.com on 17 Sep 2009 at 3:37

GoogleCodeExporter commented 9 years ago

Original comment by codedr...@gmail.com on 17 Sep 2009 at 3:38

GoogleCodeExporter commented 9 years ago
Now supported in r843.

Original comment by adeve...@gmail.com on 19 Oct 2009 at 7:10