MiltonW

Results 5 comments of MiltonW

I think so, but I seem to have a problem with Flash (and HTML5). Linux/Neko target: ![bla](https://cloud.githubusercontent.com/assets/6236680/4518094/331899e4-4c72-11e4-856a-7728d4b15a69.png) Flash: ![bla2](https://cloud.githubusercontent.com/assets/6236680/4518095/387dc184-4c72-11e4-86ad-e09a906737d1.png) Same code, no Flash conditionals. This occurs when I have ```...

No change I think. When I use HTML5/Flash I have the following behaviour: ``` text_retro.size = 0.57; ``` ![size](https://cloud.githubusercontent.com/assets/6236680/4589586/b29747b0-5055-11e4-8979-876f49fdc036.png) ``` text_retro.scaleX = 0.57; text_retro.scaleY = 0.57; ``` ![scale](https://cloud.githubusercontent.com/assets/6236680/4589591/b99f3fcc-5055-11e4-8230-114f7ff2db0c.png) Since scaleX/Y...

Yeah, a bit smoother, but what does it look like without size, and then scale it with scaleX/Y?

It all doesn't seem to make a difference. All the smoothing does is smooth the jagged edges. The edges aren't there if I don't use size. So then I can...

No, I'm not scaling the stage, that was just to make the difference more obvious.