LettError / designSpaceRoboFontExtension

A RoboFont extension for creating and editing designspace documents.
MIT License
27 stars 6 forks source link

DSE on older macOS versions #85

Closed typemytype closed 4 months ago

typemytype commented 4 months ago

this should work on olderd macOS version https://github.com/LettError/designSpaceRoboFontExtension/blob/master/DesignspaceEditor2.roboFontExt/lib/designspaceEditor/tools.py#L135-L147

since these icons are embedded in the help of the ext we can use them on older systems:

image
typemytype commented 4 months ago

configurationWithHierarchicalColor is macOS12+ https://developer.apple.com/documentation/appkit/nsimagesymbolconfiguration/3852562-configurationwithhierarchicalcol

typemytype commented 4 months ago

fixed in d38ad234d776f7a7d9d9c761ae834483822525c6