Monday, December 31, 2012

Silverlight: convert UIElement to SVG

Silverlight: convert UIElement to SVG

I am looking for the best way of converting UIElement(FrameworkElement) to vector format (vector analog for WritableBitmap). The easiest way that comes to mind is manually create special SVG converter for some of UIElement implementations and try to get full vector image.

Generally it will be used for converting Canvases with Shapes.

Any ideas how to do this best way?

Answers & Comments...

Answer: 1

Check out http://sanpaku72.blogspot.com/2007/09/having-fun-with-xaml-silverlight-and.html

It has a link to http://members.chello.nl/~a.degreef/xaml/xaml2svg.xsl and download the other xsl files by following the includes, like http://members.chello.nl/~a.degreef/xaml/xaml2svg/animation.xsl

by : Aleksandr Dubinskyhttp://stackoverflow.com/users/1151521




No comments:

Post a Comment

Send us your comment related to the topic mentioned on the blog