Skip to content

Conversation

@tmr232
Copy link
Contributor

@tmr232 tmr232 commented Sep 14, 2024

Support the canon format, to allow formatting DOT files without performing any layout.

This works today, but the type-checker is not happy about it. So I want to add it to the Format options.

Support the [`canon`](https://graphviz.gitlab.io/docs/outputs/canon/) format, to allow formatting DOT files without performing any layout.
* Various graphic and data formats for end user, web, documents and other applications. See [Output Formats](https://graphviz.gitlab.io/docs/outputs/) for more information.
*/
export type Format = "svg" | "dot" | "json" | "dot_json" | "xdot_json" | "plain" | "plain-ext";
export type Format = "svg" | "dot" | "json" | "dot_json" | "xdot_json" | "plain" | "plain-ext" | "canon";
Copy link
Member

@GordonSmith GordonSmith Sep 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GordonSmith GordonSmith merged commit 66bc3bb into hpcc-systems:trunk Sep 17, 2024
Copy link
Member

@GordonSmith GordonSmith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look good - thx!

@tmr232
Copy link
Contributor Author

tmr232 commented Sep 17, 2024

Thanks for the super fast response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants