This commit is contained in:
Kovid Goyal 2012-12-29 16:48:07 +05:30
parent 2dfaa893c4
commit 270ec77734

View File

@ -241,9 +241,10 @@ class PdfEngine(QPaintEngine):
@property
def features(self):
# gradient_flags = self.MaskedBrush | self.PatternBrush | self.PatternTransform
return (self.Antialiasing | self.AlphaBlend | self.ConstantOpacity |
self.PainterPaths | self.PaintOutsidePaintEvent |
self.PrimitiveTransform)
self.PrimitiveTransform) #| gradient_flags
def begin(self, device):
if not hasattr(self, 'pdf'):