Search found 3 matches
- Thu Feb 12, 2009 5:42 pm
- Forum: SVG / XML Code
- Topic: Convert AI -> SVG -> XAML
- Replies: 8
- Views: 10630
Re: Convert AI -> SVG -> XAML
btw: AI supports SVG filters, i have only used others. And: Inkscape displays AI-filters correctly, only the export does not.. So the next step is to try svg in AI, export to IS and then to XML, i guess?
- Thu Feb 12, 2009 5:40 pm
- Forum: SVG / XML Code
- Topic: Convert AI -> SVG -> XAML
- Replies: 8
- Views: 10630
Re: Convert AI -> SVG -> XAML
Well, the code looks like this: <Canvas Name="Ebene_1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" Width="158.64" Height="83.52" Canvas.Left="0px" Canvas.Top="0px"> <Canvas.RenderTransform> <TranslateTransform X="...
- Wed Feb 11, 2009 8:11 pm
- Forum: SVG / XML Code
- Topic: Convert AI -> SVG -> XAML
- Replies: 8
- Views: 10630
Convert AI -> SVG -> XAML
Hello Experts, we have designed several buttons in AI and failed to convert them to XML/XAML using the freeware exporter. So we decided to export to SVG, import to Inkscape and THEN export to XAML/XML. I worked fine, exept for some raster-effects namely "outer glow" and "cast shadow&q...