Open GoogleCodeExporter opened 9 years ago
Note that when i say 'draw' i mean 'fill'. When i draw as outlines they are ok.
So it seems to be something about the floodfill-or-whathaveyou code. It
reproduces with neash, but not with flash. (btw, jeash is actually even worse
off, sadly mostly the shapes don't even show up at all.)
Original comment by rao...@gmail.com
on 7 Dec 2012 at 12:31
Hi
Could you please post a snippet of source code - or are you using swf?
Original comment by gameh...@gmail.com
on 9 Dec 2012 at 1:55
sorry, apologies, right now i don't have a good small complete example, the
code is convoluted, going from svg paths to nme/flash paths.
all code, no swfs anywhere in the entire project. anyway it ends up doing the
final drawing with regular Flash apis: GraphicsPath, moveTo(), lineTo(), then
graphics.drawGraphicsData().
see how the 'A' and the 'O' have empty middles in Flash, but are filled all the
way in in neash? the way i work around it so far is to use a "stencil" font, by
the way.
Original comment by rao...@gmail.com
on 10 Dec 2012 at 6:10
Original issue reported on code.google.com by
rao...@gmail.com
on 7 Dec 2012 at 12:29Attachments: