SwiftDocOrg / GraphViz

A Swift package for working with GraphViz
MIT License
290 stars 34 forks source link

Extract method for rendering raw DOT-encoded graphs #5

Closed fwcd closed 3 years ago

fwcd commented 4 years ago

This lets users render raw DOT-encoded graphs using the library. Despite maybe being an uncommon use case, it entails few code changes apart from making the renderer slightly more modular.

mattt commented 3 years ago

Thanks again for your work on this and your patience. I went ahead and made the changes I wanted for this feature. These will be available in the forthcoming 0.2.0 release. Let me know if you have any questions or feedback on these. Thanks!