ASImageNode not opaque by default

fixes #298
This commit is contained in:
Ryan Nystrom 2015-02-11 12:58:35 -08:00
parent 0d0983e8f2
commit 2a75f2bcd4

View File

@ -87,7 +87,7 @@
// TODO can this be removed?
self.contentsScale = ASDisplayNodeScreenScale();
self.contentMode = UIViewContentModeScaleAspectFill;
self.opaque = YES;
self.opaque = NO;
_cropEnabled = YES;
_cropRect = CGRectMake(0.5, 0.5, 0, 0);