Hi Ralf,

I tried to test, but got errors during compilation:

SWFShapeMaker.cpp:317: error: expected unqualified-id before '<<' token
SWFShapeMaker.cpp:398: error: expected unqualified-id before '==' token
SWFShapeMaker.cpp:408: error: 'ShapeMaker' has not been declared
SWFShapeMaker.cpp: In function 'void arcTo(double, double, double,
bool, bool, double, double)':
SWFShapeMaker.cpp:413: error: 'Point' was not declared in this scope
SWFShapeMaker.cpp:413: error: expected `;' before 'A'
SWFShapeMaker.cpp:414: error: expected `;' before 'B'
SWFShapeMaker.cpp:416: error: expected `;' before 'P'
SWFShapeMaker.cpp:417: error: 'P' was not declared in this scope
SWFShapeMaker.cpp:433: error: expected `;' before 'C_'
SWFShapeMaker.cpp:434: error: 'C_' was not declared in this scope
SWFShapeMaker.cpp:436: error: expected `;' before 'C'
SWFShapeMaker.cpp:437: error: 'C' was not declared in this scope
SWFShapeMaker.cpp:438: error: 'A' was not declared in this scope
SWFShapeMaker.cpp:438: error: 'B' was not declared in this scope
SWFShapeMaker.cpp:453: error: 'ellipseSegment' was not declared in this scope
SWFShapeMaker.cpp: At global scope:
SWFShapeMaker.cpp:457: error: 'ShapeMaker' has not been declared
SWFShapeMaker.cpp: In function 'void arcToR(double, double, double,
bool, bool, double, double)':
SWFShapeMaker.cpp:458: error: 'lastx' was not declared in this scope
SWFShapeMaker.cpp:458: error: 'lasty' was not declared in this scope
SWFShapeMaker.cpp: At global scope:
SWFShapeMaker.cpp:461: error: 'ShapeMaker' has not been declared
SWFShapeMaker.cpp: In function 'void boundsWriteXML(xmlNode*, double)':
SWFShapeMaker.cpp:471: error: 'minx' was not declared in this scope
SWFShapeMaker.cpp:473: error: 'miny' was not declared in this scope
SWFShapeMaker.cpp:475: error: 'maxx' was not declared in this scope
SWFShapeMaker.cpp:477: error: 'maxy' was not declared in this scope
SWFShapeMaker.cpp: At global scope:
SWFShapeMaker.cpp:481: error: expected declaration before '}' token
make[3]: *** [swfmill-SWFShapeMaker.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1

Mark


On 7/4/07, Ralf Fuest <[EMAIL PROTECTED]> wrote:
> Hello,
> I've just committed the new SVG support to the SVN. It's a huge change
> to the swfmill code and I hope I haven't broke anything, so please test
> as much as you can.
>
> There are some improvements to my older patch:
> - polyline and polygon tags are supported
> - spreadMethod is supported
> - radial gradients with focal point
> - added a "-n" parameter to swfmill wich disables libxml network access.
>   This speeds up svg conversion, because libxml doesn't fetch the DTDs
> over the net anymore.
>
> Ralf
>
>
>
> _______________________________________________
> swfmill mailing list
> swfmill@osflash.org
> http://osflash.org/mailman/listinfo/swfmill_osflash.org
>

_______________________________________________
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org

Reply via email to