structurizr / ui

UI code for Structurizr Lite, on-premises, and cloud service.
https://docs.structurizr.com/ui
MIT License
38 stars 22 forks source link

SVG thumbnails #67

Closed OlegKunitsyn closed 1 month ago

OlegKunitsyn commented 1 month ago

Description

IMO, there is no reason to convert high-quality scalable SVG to low-quality PNG thumbnails.

With full respect, I forked your project under https://gitlab.com/plgrnd/aac If you can, please suggest a way how to render SVG server-side via /workspace/preview/{diagram}. SSR will help fix blank/eager/lazy thumbnails as well.

Priority

I have no budget and there's no rush, please add this feature for free

More information

No response

simonbrowndotje commented 1 month ago

If you can, please suggest a way how to render SVG server-side

Diagrams are rendered client-side (i.e. in your web browser), so server-side rendering isn't possible.