Print a CGPath
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extern void CGPathPrint(CGPathRef path, FILE* file); | |
CGPathPrint(path.CGPath, NULL); | |
Path 0xb44e380: | |
moveto (-12, 295) | |
lineto (115, 295) | |
lineto (108, -12) | |
lineto (235, -12) | |
lineto (235, 762) | |
lineto (108, 762) | |
lineto (115, 455) | |
lineto (-12, 455) | |
lineto (-12, 295) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment