martell has asked for the wisdom of the Perl Monks concerning the following question:
Dear monks
I have following challenge. I want to create images from a database containing our technical infrastructure. The symbols i have to use are the archimate symbols. I want to construct a drawing that displays the business objects (bo) contained in application components.
------------------------------- | application component | ----- -------- -------- | | | | bo | | bo | | ----- |------| |------| | | | | | | | ----- | | | | | | | -------- -------- | ----- | | | | | | | -------------------------------
I though SVG are the way to go. I can find some very nice svg images representing the business object and the application component.
Basically i want to import the svg drawing of the business object in my script, add the name of the object from the database. Repeat for all business objects in the database and put the business objects on the image. Then scale the application component svg and put around the business objects. Repeat for all application components. Finally generate the drawing to png or jpg and send it to a html page.
I have looked to GD:SVG, but it doesn't import the given svg images and can't scale. SVG seems complex to learn.
Does anyone know which perl modules I can use to accomplish the drawing part as simple as possible or give some code snippets i can use?
Kind regards
Martell
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SVG manipulation
by chrestomanci (Priest) on Apr 28, 2011 at 08:24 UTC | |
by martell (Hermit) on Apr 29, 2011 at 16:10 UTC | |
|
Re: SVG manipulation
by luis.roca (Deacon) on Apr 27, 2011 at 21:37 UTC | |
|
Re: SVG manipulation
by Anonymous Monk on Apr 27, 2011 at 19:56 UTC | |
by martell (Hermit) on Apr 29, 2011 at 16:37 UTC | |
|
Re: SVG manipulation
by zentara (Cardinal) on Apr 28, 2011 at 15:14 UTC | |
by martell (Hermit) on Apr 29, 2011 at 16:34 UTC | |
by zentara (Cardinal) on Apr 29, 2011 at 17:54 UTC |