views:

73

answers:

1

I am working in Train Traffic Controller software project.
My responsibility in this project is to develop the visual railroad GUI.
By now I am using some svg graphics in that GUI.

I prefer them because of their scalability talents.
Is it good or bad idea to use svg in a desktop application?

Any suggestions?

+1  A: 

nothing wrong with it!

things like WPF are effectively the same thing, except a lot more optimized for UI.

I guess the tricky thing is hooking into the elements of the svg to give it extended functionality.

Keith Nicholas