Skip to content

Commit 04ab02e

Browse files
committed
additional import
1 parent 30464b1 commit 04ab02e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plotdevice/lib/cocoa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
CGContextSetStrokeColorWithColor, CGImageGetBitsPerComponent, CGImageGetBitsPerPixel, \
1010
CGImageGetBytesPerRow, CGImageGetDataProvider, CGImageGetHeight, CGImageGetWidth, \
1111
CGImageMaskCreate, CGPathAddCurveToPoint, CGPathAddLineToPoint, CGPathCloseSubpath, \
12-
CGPathCreateCopy, CGPathCreateMutable, CGPathMoveToPoint, kCGBlendModeClear, \
12+
CGPathCreateCopy, CGPathCreateMutable, CGPathRelease, CGPathMoveToPoint, kCGBlendModeClear, \
1313
kCGBlendModeColor, kCGBlendModeColorBurn, kCGBlendModeColorDodge, kCGBlendModeCopy, \
1414
kCGBlendModeDarken, kCGBlendModeDestinationAtop, kCGBlendModeDestinationIn, \
1515
kCGBlendModeDestinationOut, kCGBlendModeDestinationOver, kCGBlendModeDifference, \

0 commit comments

Comments
 (0)