View previous topic :: View next topic |
Author |
Message |
conradroche
Joined: 11 Oct 2003
Posts: 2
|
Posted: Sat Oct 11, 2003 2:18 am Post subject: SVG Export - tip to reduce file size
|
|
|
The SVG exported from omodo can be enhanced to be more readable and to be of even lesser size than it is right now.
I have modified the svg output of omodo for my projects on sf; you can check it out at http://matra.sourceforge.net [click on the links under UML Docs (svg)] and http://kaprekar.sourceforge.net [click on UML (SVG format]. You can click on the packages to view the class diagrams.
1. The size can be reduced by declaring all the images used in that diagram as entities.
2. The svg output can be made more readable by placing each of the components (say, class, interface, package etc) in the graphic 'g' element with an id attribute specifying the component.
cheers
Conrad
|
|
Back to top |
|
|
conradroche
Joined: 11 Oct 2003
Posts: 2
|
Posted: Sun Oct 12, 2003 3:06 pm Post subject: Omodo SVG Export - change request to reduce file size
|
|
|
forgot to add ...
Can Omodo be modified so that it does this (i.e. creation of image entities and g grouping) while generating the svg exported file?
|
|
Back to top |
|
|
julien
Joined: 16 Mar 2003
Posts: 136
|
Posted: Wed Jan 28, 2004 10:31 pm Post subject: Re: Omodo SVG Export - change request to reduce file size
|
|
|
Thanks for the tips. We will don't ASAP.
julien
omondo
|
|
Back to top |
|
|
|