Matt Pope
Matt Pope
Any solution to this yet? I'm facing the same problem and just padding out sprites might not be the solution I want.
Alright. :/ Did you pad out the bitmaps or the regions? Bitmaps being, when the assets are rendered to bitmap form, you make the bounds larger, and regions meaning just...
Well, I've sort of got several other issues (specifically dimension problems with strokes and filters) that I've got to sort out as well, so I'm not sure if I'm able...
Sure, I'll take any code I get.
@richardlord Your fix did not appear to solve ALL instances. It did solve a great deal of them though. Note, that even with a padding of like 10 or something,...
Alright, so solve issues with strokes and filters, you can just do some minor edits to `convertDisplayObjectToBitmap()` in `BitmapCreator`. A solution might look something like: ``` AS3 public function convertDisplayObjectToBitmap(name:String,...
Hey Christian, Sorry I'm a bit late. I got the email notification (didn't check github) and thought it was from the javadrone group and passed over it. First I'd like...
Just following up on this since it looks like the CI process got fixed (or at least it is no longer reporting). Can we re-run the CI to see if...