Changeset 241
- Timestamp:
- 02/26/08 01:28:40
- Files:
-
- trunk/src/SWFShapeMaker.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/SWFShapeMaker.cpp
r229 r241 231 231 232 232 if( diffx || diffy ) { 233 fprintf(stderr,"WARNING: shape not closed; closing (%f/%f).\n", diffx, diffy);234 fprintf(stderr,"DEBUG: accumulated rounding error (%f/%f).\n", roundx, roundy); 233 /*fprintf(stderr,"WARNING: shape not closed; closing (%f/%f).\n", diffx, diffy); 234 fprintf(stderr,"DEBUG: accumulated rounding error (%f/%f).\n", roundx, roundy);*/ 235 235 236 236 if(!stroke) {
