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

This reverts commit eb4c21c545.
This commit is contained in:
Michael Schneider
2018-07-31 04:40:18 -07:00
committed by GitHub
parent eb4c21c545
commit 9e2947e7fb
16 changed files with 109 additions and 250 deletions

View File

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