Skip to content

Conversation

@eckelmeckel
Copy link
Contributor

@eckelmeckel eckelmeckel commented Mar 11, 2025

Adding support for aasvg graphics/diagrams.

Example:

```aasvg
+--------+    .-------.     +--------+
| Server +-->+ Message +--->+ Client |
+--------+    '-------'     +--------+
```

Further: some minor syntax and grammar/text fixes.

Fixes #215 and fixes #207 (PR #208 can be considered obsolete, I think).

Adding support for aasvg graphics/diagrams.

Example:

```aasvg
+--------+    .-------.     +--------+
| Server +-->+ Message +--->+ Client |
+--------+    '-------'     +--------+
```

Further: some minor syntax and grammar/text fixes.

Signed-off-by: Michael Eckel <michael.eckel@sit.fraunhofer.de>
Copy link
Member

@chrisfenner chrisfenner left a comment

Choose a reason for hiding this comment

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

This is super cool. One nit: could you add an example of this to the guide.tcg as a mini-test and so that people can see how to use it and how it looks?

Signed-off-by: Michael Eckel <michael.eckel@sit.fraunhofer.de>
@eckelmeckel
Copy link
Contributor Author

This is super cool. One nit: could you add an example of this to the guide.tcg as a mini-test and so that people can see how to use it and how it looks?

Oh, thanks, good point. Done.

@chrisfenner
Copy link
Member

We got this error again: ERROR: failed to solve: failed to push ghcr.io/trustedcomputinggroup/pandoc_test: unexpected status from POST request to https://ghcr.io/v2/trustedcomputinggroup/pandoc_test/blobs/uploads/: 403 Forbidden

I don't think it's related to the change, so I'll merge it anyway.

@chrisfenner chrisfenner merged commit a4f5265 into TrustedComputingGroup:main Mar 11, 2025
1 of 2 checks passed
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.

Add support for ASCII Art SVG (aasvg) diagrams SVG conversion issues with draw.io

2 participants