Jorge Ouahbi
Jorge Ouahbi
Nice library. Allowing access to the document info dictionary we can add some metadata to the pdf. kCGPDFContextKeywords kCGPDFContextCreator kCGPDFContextSubject kCGPDFContextAuthor kCGPDFContextTitle kCGPDFContextOwnerPassword kCGPDFContextUserPassword kCGPDFContextEncryptionKeyLength etc...
All the extensions are drawn with the name undefined. function networkLabel(entity) { if (entity == undefined) { return "Undefined"; } return ( "" + entity.name + //
Generic classes derived from other generic classes do not draw their relationship Example: protocol ProtocolF { associatedtype T var b1: T? { get } } class ClassF : ProtocolF {...
Don't work in Sierra. Solution: https://blog.adacore.com/gnat-on-macos-sierra But really awesome example.