weso / rdfshape-client

Web client for RDFShape API with human-friendly validations and visualizations.
https://rdfshape.weso.es
MIT License
11 stars 5 forks source link

Invalid characters in UML visualizations #86

Closed ulitol97 closed 2 years ago

ulitol97 commented 2 years ago

When updating to the latest version of Shumlex, the UML visualizations have the angle brackets (<, >) appear as invalid/unknown symbols. This is a minor issue, but it did not happen before.

ExarcaFidalgo commented 2 years ago

Seems to work as intended in tests. I'd guess it's an unintended effect of the base64 conversion that takes place in the new version.

ulitol97 commented 2 years ago

Thanks @fidalgoLXXVI! It really works as expected. I noticed some minor issues that I fix and explain in #90.