2011-04-05 63 views
8

唯一FXG编辑,我已经看到了Flex是by 7jigen, works online or as a Flex appFXG编辑器的Flex

有谁知道一个不同的?我认为它可以在Illustrator中完成,但是这并不真正提供对Flex类型选项的简单导出,只是给出了坐标。

enter image description here

+0

@approxiblue你为什么浪费你的时间编辑已经被回答了一个4岁的问题吗?您的修改不会添加任何内容 – Ryan 2015-10-31 10:15:55

+0

我删除了新的标签请求,因为有人为该问题添加了[fxg],并修复了一些小问题(“doesnt”>“不”)。 – approxiblue 2015-10-31 17:00:22

回答

15

据我知道你最好的选择(如果你不希望使用插图)就是抓住Inkscape并安装“另存为FXG”插件。脱帽向JazzyNico写什么基本上是一个怪物 SVG到FXG“XSL转换”(即XSLT)。

如何安装:

  1. 安装Inkscape
  2. 抓住插件文件svg2fxg.inxsvg2fxg.xsl
  3. 将两个文件放在Inkscape“extensions”文件夹中。

    • 在GNU/Linux的:$HOME/.config/inkscape/extensions
    • 在Windows中:C:\Documents and Settings\User\Application Data\Inkscape\extensions
    • 在OSX:/Applications/Inkscape.app/Contents/Resources/extensions
  4. 重新启动Inkscape中,你会发现在“文件>保存新的FXG进入作为“对话框。

这个插件对我和我的工作都有好处,因为多年以来我对Inkscape变得相当舒服。

不幸的是(这可能只是我的设置),我发现每当我保存为FXG,几分钟后Inkscape中崩溃了(我真的应该发表一个错误报告)。为防万一您有同样的问题,请确保您转到“保存”首选项并打开自动备份。另外,请记住,SVG中的某些构造在FXG中没有等效。不要问我他们是什么,我真的不记得了。

+0

有趣,我会看看这个。 thx – 2011-04-05 16:18:31

+0

嘿,谢谢你。我跑过了台阶,工作完美。作为回答(更详细地)发布我采取的步骤。好男人 – Ryan 2011-04-06 07:50:35

+0

非常感谢,Brian。我很高兴能够提供帮助。 – RIAGrande 2011-04-06 13:27:24

3

我已经使用这个过程来产生一吨,我已经导入我的Flex项目FXG资产。

1.绘制形状在Flash CS5
2.掰开形状(按Ctrl + B)
3.选择形状
4.文件 - >导出 - >导出的选择
5.保存作为FXG 01​​

然后,您可以将它们直接导入到Flex和瞧!很好去!

1

首先,RIAGrande的答案是正确的。我跟着他的步伐,他们的工作。以下是一些有关未来参考的信息:

有关FXG的Inkscape错误报告,可通过修补程序下载,网址为 https://bugs.launchpad.net/inkscape/+bug/625140。这些文件(未压缩时)应该被复制到由RIAGrande

中提到的位置我做我的小图标,但他导出FXG文件是没有缩进,这样用http://xmlindent.com/到fomat文件,下载,复制到我的Flash项目Builder并更名为.fxg文件。

要使用FXG文件,做了以下内容:

<s:Group> 
    <local:fxgInkscapeIcon height="100" width="100" x="50" y="50"/> 
</s:Group> 

对于后人,这里是图标,并导致Inkscape的FXG代码:

Image created in Inkscape

<?xml version="1.0" encoding="UTF-8"?> 
<Graphic xmlns="http://ns.adobe.com/fxg/2008" xmlns:fxg="http://ns.adobe.com/fxg/2008" xmlns:d="http://ns.adobe.com/fxg/2008/dt" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:svg="http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" version="2.0" viewWidth="16" viewHeight="16"> 
    <mask> 
     <Group> 
      <Rect width="16" height="16"> 
       <fill> 
        <SolidColor color="#ffffff" alpha="1"/> 
       </fill> 
      </Rect> 
     </Group> 
    </mask> 
    <!--Unknown tag: defs--> 
    <!--Unknown tag: sodipodi:namedview--> 
    <!--Unknown tag: metadata--> 
    <Group id="layer1"> 
     <Group id="g3219"> 
      <Path data="m 3.4494939 4.7212002 2.7832822 -2.6455548 0 3.6343941 -2.7832822 1.0225951 z" winding="evenOdd" id="path3231"> 
       <fill> 
        <SolidColor color="#E9E9FF" alpha="1"/> 
       </fill> 
      </Path> 
      <Path data="m 2.4777228 4.4673265 0 2.1671775 0.9717711 0.098131 0 -2.0114344 z" winding="evenOdd" id="path3221"> 
       <fill> 
        <SolidColor color="#353564" alpha="1"/> 
       </fill> 
      </Path> 
      <Path data="M 2.4777228 4.4673265 4.7752476 1.1915748 6.2327761 2.0756454 3.4494939 4.7212002 z" winding="evenOdd" id="path3223"> 
       <fill> 
        <SolidColor color="#4D4D9F" alpha="1"/> 
       </fill> 
      </Path> 
      <Path data="M 2.4777228 6.634504 4.7752476 5.3683167 6.2327761 5.7100395 3.4494939 6.7326346 z" winding="evenOdd" id="path3229"> 
       <fill> 
        <SolidColor color="#AFAFDE" alpha="1"/> 
       </fill> 
      </Path> 
      <Path data="m 4.7752476 1.1915748 0 4.1767419 1.4575285 0.3417228 0 -3.6343941 z" winding="evenOdd" id="path3227"> 
       <fill> 
        <SolidColor color="#D7D7FF" alpha="1"/> 
       </fill> 
      </Path> 
      <Path data="m 2.4777228 4.4673265 2.2975248 -3.2757517 0 4.1767419 -2.2975248 1.2661873 z" winding="evenOdd" id="path3225"> 
       <fill> 
        <SolidColor color="#8686BF" alpha="1"/> 
       </fill> 
      </Path> 
     </Group> 
     <Group id="g3233"> 
      <Path data="M 2.7930693 12.065864 4.7752475 14.951316 6.232776 14.048691 3.8532769 11.73947 z" winding="evenOdd" id="path3243"> 
       <fill> 
        <SolidColor color="#AFAFDE" alpha="1"/> 
       </fill> 
      </Path> 
      <Path data="m 2.7930693 9.5192088 0 2.5466552 1.0602076 -0.326394 0 -2.3422182 z" winding="evenOdd" id="path3235"> 
       <fill> 
        <SolidColor color="#353564" alpha="1"/> 
       </fill> 
      </Path> 
      <Path data="m 3.8532769 9.3972518 2.3794991 0.8628392 0 3.7886 -2.3794991 -2.309221 z" winding="evenOdd" id="path3245"> 
       <fill> 
        <SolidColor color="#E9E9FF" alpha="1"/> 
       </fill> 
      </Path> 
      <Path data="M 2.7930693 9.5192088 4.7752475 10.597357 6.232776 10.260091 3.8532769 9.3972518 z" winding="evenOdd" id="path3237"> 
       <fill> 
        <SolidColor color="#4D4D9F" alpha="1"/> 
       </fill> 
      </Path> 
      <Path data="m 4.7752475 10.597357 0 4.353959 1.4575285 -0.902625 0 -3.7886 z" winding="evenOdd" id="path3241"> 
       <fill> 
        <SolidColor color="#D7D7FF" alpha="1"/> 
       </fill> 
      </Path> 
      <Path data="m 2.7930693 9.5192088 1.9821782 1.0781482 0 4.353959 -1.9821782 -2.885452 z" winding="evenOdd" id="path3239"> 
       <fill> 
        <SolidColor color="#8686BF" alpha="1"/> 
       </fill> 
      </Path> 
     </Group> 
     <Group id="g3247"> 
      <Path data="M 4.7301981 10.623124 8.739604 12.846535 10.29713 11.806839 6.1815487 10.285313 z" winding="evenOdd" id="path3257"> 
       <fill> 
        <SolidColor color="#800080" alpha="1"/> 
       </fill> 
      </Path> 
      <Path data="m 4.7301981 5.3683167 0 5.2548073 1.4513506 -0.337811 0 -4.5780822 z" winding="evenOdd" id="path3249"> 
       <fill> 
        <SolidColor color="#800080" alpha="1"/> 
       </fill> 
      </Path> 
      <Path data="M 6.1815487 5.7072308 10.29713 4.18074 l 0 7.626099 -4.1155813 -1.521526 z" winding="evenOdd" id="path3259"> 
       <fill> 
        <SolidColor color="#800080" alpha="1"/> 
       </fill> 
      </Path> 
      <Path data="M 4.7301981 5.3683167 8.739604 3.1376518 10.29713 4.18074 6.1815487 5.7072308 z" winding="evenOdd" id="path3251"> 
       <fill> 
        <SolidColor color="#800080" alpha="1"/> 
       </fill> 
      </Path> 
      <Path data="m 8.739604 3.1376518 0 9.7088832 1.557526 -1.039696 0 -7.626099 z" winding="evenOdd" id="path3255"> 
       <fill> 
        <SolidColor color="#800080" alpha="1"/> 
       </fill> 
      </Path> 
      <Path data="m 4.7301981 5.3683167 4.0094059 -2.2306649 0 9.7088832 -4.0094059 -2.223411 z" winding="evenOdd" id="path3253"> 
       <fill> 
        <SolidColor color="#800080" alpha="1"/> 
       </fill> 
      </Path> 
     </Group> 
     <Path data="M 6.7296153 11.713583 4.7609632 10.626386 4.7586994 8.0107245 4.7564356 5.3950627 4.88976 5.2964917 c 0.073328 -0.054214 0.1452487 -0.098571 0.1598229 -0.098571 0.021999 0 0.9221556 -0.4946803 1.1484369 -0.6311227 C 6.2351856 4.544388 6.5155757 4.3883429 6.8211089 4.2200312 7.1266421 4.0517194 7.4712708 3.8603428 7.5869505 3.7947497 7.8155129 3.6651495 8.0560806 3.5353764 8.3378713 3.3896691 8.4369802 3.3384223 8.5536701 3.2649336 8.5971821 3.226361 c 0.043512 -0.038573 0.089217 -0.060028 0.1015661 -0.047679 0...017293 2.1823735 0.010986 4.822276 l -0.011467 4.7998228 -1.968652 -1.087198 z" winding="nonZero" id="path3261"> 
      <fill> 
       <SolidColor color="#FF00FF" alpha="1"/> 
      </fill> 
     </Path> 
     <Path data="m 2.5039603 5.4963957 c 0 -0.6060218 0.015204 -1.1086152 0.033787 -1.1168743 0.052529 -0.023346 0.2815594 -0.3415436 0.2815594 -0.3911774 0 -0.024366 0.015204 -0.051058 0.033787 -0.059318 0.052529 -0.023346 0.2815594 -0.3415436 0.2815594 -0.3911774 0 -0.024366 0.015204 -0.051059 0.033787 -0.059318 C 3.2209698 3.455185 3.45 3.1369877 3.45 3.0873539 c 0 -0.024366 0.015204 -0.051058 0.033787 -0.059318 0.052529 -0.023346 0.2815594 -0.3415435 0.2815594 -0.3911773 0 -0.024366 0.01689 -0.051059 0.037534 -0.059318 0.020644 -0.00826 0.2131642 -0.26842 0.4278232 -0.5781353 0.214659 -0.3097154 0.4207638 -0.6027185 0.4580106 -0.6511181 0.060562 -0.078696 0.067721 0.1266999 0.067721 1.942875 0 1.5702733 -0.012771 2.0412475 -0.056312 2.0766116 C 4.6691522 5.3929299 4.2485024 5.6303359 3.7653465 5.8953434 3.2821906 6.1603507 2.800724 6.4269177 2.6954207 6.4877142 l -0.1914604 0.1105394 0 -1.1018579 z" winding="nonZero" id="path3263"> 
      <fill> 
       <SolidColor color="#00FF00" alpha="1"/> 
      </fill> 
     </Path> 
     <Path data="M 3.7705821 13.453243 2.8195554 12.06797 2.8194311 10.814691 2.8193069 9.5614117 3.1684406 9.7516131 c 0.1920235 0.1046107 0.5473426 0.2988019 0.789598 0.4315359 0.2422554 0.132735 0.4644582 0.246219 0.493784 0.252187 0.055299 0.01126 0.1254459 0.05844 0.2386022 0.160481 0.056179 0.05066 0.066011 0.371061 0.066011 2.151114 0 1.150371 -0.00784 2.091584 -0.017413 2.091584 -0.00958 0 -0.4453754 -0.623373 -0.9684401 -1.385272 z" winding="nonZero" id="path3265"> 
      <fill> 
       <SolidColor color="#FF0000" alpha="1"/> 
      </fill> 
     </Path> 
     <Path data="m 2.5251337 5.4884758 0.033034 -1.06093 0.1780729 -0.256768 C 2.8341803 4.0295554 2.9845892 3.8126485 3.0704822 3.6887623 3.1563752 3.5648762 3.2921089 3.3701098 3.3721127 3.2559482 3.4521166 3.1417866 3.6000512 2.9289277 3.7008563 2.7829284 3.8016614 2.6369291 4.0652011 2.2657195 4.2864999 1.958018 l 0.4023615 -0.5594572 0.022525 0.942378 c 0..5183079 0..4067712 0 1.9743628 L 4.6888614 5.3472865 3.6144 5.9483464 C 3.0234462 6.2789291 2.5291749 6.5494059 2.5160193 6.5494059 c -0.013156 0 -0.00905 -0.4774184 0.00911 -1.0609301 z" winding="nonZero" id="path3267"> 
      <fill> 
       <SolidColor color="#FF0000" alpha="1"/> 
      </fill> 
     </Path> 
    </Group> 
</Graphic> 
3

使用Inkscape的SVG编辑器:由于svg2fxg插件的原因,它允许您将svg转换为fxg,从version 0.49开始。

在平均时间(0.48版本),你可以手动安装svg2fxg插件由RIAGrande解释说:

  1. 安装Inkscape的http://inkscape.org/download/

  2. 获得2 svg2fxg插件文件从这里(从库):

    http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/view/head:/share/extensions/svg2fxg.inx

    http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/view/head:/share/extensions/svg2fxg.xsl

  3. ,并复制它们在Inkscape中扩展文件夹(C:\ Program Files文件(x86)的\ Inkscape中\共享在Windows 7 \扩展)

您现在可以开始Inkscape将获得一个新的“文件 - >另存为 - > Flash XML图形(* .svg)”条目。

我试验成功,并在IPhone使用的FXG产生的资产:它工作正常:-)

+0

这与我自己的答案相同吗?或者通过inkscape的更新使它更容易 – Ryan 2011-11-09 09:11:38

+0

我的答案中的一点是,svg扩展应该从头库获取,而不是使用RIAGrande的链接。头版本似乎更稳定(我没有崩溃)。其余的答案基本相同。 – Pascal 2011-12-21 07:04:24