Book a Demo

Author Topic: SVG Diagram Export  (Read 7508 times)

mbc

  • EA User
  • **
  • Posts: 237
  • Karma: +1/-0
  • Embedded software developer
    • View Profile
SVG Diagram Export
« on: August 11, 2005, 03:19:46 am »
I would really like if you could add SVG (Scalable Vector Graphics) to the available diagram export formats.

SVG is the most suitable format for many applications. Certainly it is the best for showing diagrams on the web (although browsers still need plugins for viewing, but Mozilla is on the way with native support). XSL-FO processors like FOP also prefer SVG.

Best regards
Mikkel

schatwin

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: SVG Diagram Export
« Reply #1 on: August 23, 2005, 12:18:48 pm »
I've used other tools which export SVG.  This is a useful format because the diagram is scaleable.
However, the other tools using SVG fail to provide scroll-bars.  Thus you can only scale a diagram as big as your monitor and sometimes this is not enough.  In these situations I revert to JPG to be able to scan across a largish model.

stefaneg

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: SVG Diagram Export
« Reply #2 on: January 10, 2006, 07:16:08 am »
What I would REALLY like to see is DocBook report generation with images exported using SVG. I typically want to export parts of the model (e.g. ER diagrams, architectural overviews) and embed these reports into larger documents. The result is a document which is then partially maintained using tools as EA, and partially manually maintained. To minimize the effort involved when updating such documents (which are typically rather large, and maintained by many people), the process should be as automatic as possible. And that means doing things in build scripts, such as Ant.

So, DocBook and SVG is what I really want!


Dennis

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: SVG Diagram Export
« Reply #3 on: February 03, 2006, 05:18:14 am »
I agree.  I would really like to get SVG format diagrams from EA to use in my Docbook documents.  Since the underlying diagram definition is stored in an XML format you would think that SVG diagrams would be a relatively simple extension (just apply an XSTL).

SVG export of diagrams is a feature I consider to be important.