Closed GoogleCodeExporter closed 9 years ago
Original comment by eskr...@mac.com
on 12 Mar 2012 at 1:54
It looks like it can be solved by changing the UIGraphicsBeginImageContext() to:
UIGraphicsBeginImageContextWithOptions(self.bounds.size, YES, 0.0);
Original comment by speci...@gmail.com
on 15 Mar 2012 at 11:11
For some reason this works. Not sure about the scale parameter though :o
Original comment by leberwur...@gmail.com
on 15 Mar 2012 at 11:31
This issue was closed by revision cbaaf5d8c7a5.
Original comment by eskr...@mac.com
on 16 Mar 2012 at 2:07
Original issue reported on code.google.com by
leberwur...@gmail.com
on 8 Mar 2012 at 2:40