Optimize drawing code + add examples how to round corners (#996)

* Use CoreGraphics for drawing and cropping of node content

* Smaller fixes
This commit is contained in:
Michael Schneider
2018-07-26 09:44:10 -07:00
committed by Huy Nguyen
parent 4880b54db0
commit eb4c21c545
16 changed files with 250 additions and 109 deletions

View File

@@ -130,7 +130,7 @@
#endif
#endif
#define ASOVERLOADABLE __attribute__((overloadable))
#define AS_OVERLOADABLE __attribute__((overloadable))
#if __has_attribute(noescape)