You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently upgrading our infrastructure for the PlantUML Online Server.
Actually, we don't rely on a single server; we utilize a network of servers. Currently, we have both 'new' and 'old' servers operational simultaneously. This strategy allows us to smoothly transition our infrastructure while ensuring everything functions correctly. This transition was intended to be imperceptible to users, but since you've observed it, it appears it hasn't been entirely transparent :-)
Describe the bug
When generating SVG image with PlantUML Online Server(
https://www.plantuml.com/plantuml/svg
).Returned SVG content is inconsistent.
To Reproduce
Pattern1: Returns
width="113px"
Pattern2: Returns
width="109px"
Expected behavior
Plant UML online server returns consistent results if input is same.
Additional context
HTTP header returns
X-Powered-By: PlantUML Version 1.2024.4
in both cases.I've confirmed following response headers.
ETag
width:113px;
: "4fe7b3c0ab50190ac65d4b796a6fc24dukyV6cC-2U2JqdaYHCSN7000-gzip-gzip"width:109px;
"4fe7b3c0ab50190ac65d4b796a6fc24dukyV6cC-2U2JqdaYHCSN7000-gzip"X-Quote
When running PlantUML server on docker. It always returns
width:109px;
content.So it's expected to be
PlantUML Onnline Server
problemsThe text was updated successfully, but these errors were encountered: