swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swftools-common] SWFC Outline SVG code and unknown primitive error


From: Jorge
Subject: [Swftools-common] SWFC Outline SVG code and unknown primitive error
Date: Thu, 2 Sep 2010 16:54:45 -0300

Hi,

I have to use some piece of SVG code extracted from a SVG file in .outline 
directive in SWFC program, but I have a lot of warning errors:

drawer: Warning: unknown primitive '-104.709' ...

The SVG original code is:

<path id="_163941752" class="fil0" d="M455.976 
431.064c-102.703,178.248 -271.821,281.356 -376.53,229.501 -104.709,-51.8535  
-106.034,-239.521 -3.33065,-417.769 102.753,-178.066 271.624,-281.311 
376.333,-229.457 104.709,51.8544 106.232,239.477 
3.52786,417.725zm-26.7341 -25.7603c-85.3625,177.269 -228.615,292.2 
-318.818,254.326 
 -90.5966,-37.0113 -93.7256,-212.854 -7.81993,-390.438 85.5104,-177.495 
228.514,-292.564 319.113,-254.778 90.4487,37.2376 93.3303,212.942 
7.52499,390.89z"/>

and I use it in SWFC script as:

.flash
  filename="logo-180x180.swf"
  fps=64
  bbox=180x180
  background=#000000
  .box boxground width=180 height=180 color=#ffffff fill=#000000
  .outline logoutl:
M 455.976 431.064 
C -102.703,178.248 -271.821,281.356 -376.53,229.501 -104.709,-51.8535 
-106.034,-239.521 
 -3.33065,-417.769 102.753,-178.066 271.624,-281.311 376.333,-229.457 
104.709,51.8544 106.232,239.477 
3.52786,417.725zm-26.7341 -25.7603c-85.3625,177.269 -228.615,292.2 
-318.818,254.326 
 -90.5966,-37.0113 -93.7256,-212.854 -7.81993,-390.438 85.5104,-177.495 
228.514,-292.564 319.113,-254.778 90.4487,37.2376 93.3303,212.942 
7.52499,390.89 z
  .end
  .filled logo outline=logoutl fill=#FFFFFF color=#FFFFFF line=0
  .put boxground
  .put logo pin=center x=90 y=90 scale=10% alpha=100%
.end

The original SVG file is generated with CorelDraw and/or Inkscape

Can anyome help me, about how to solve this situation.

Thanks in advance!

Jorge Colaccini





reply via email to

[Prev in Thread] Current Thread [Next in Thread]