Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shrink SVG elements in result browser pages #99

Open
jowerner opened this issue Jun 1, 2021 · 0 comments · May be fixed by #366
Open

Shrink SVG elements in result browser pages #99

jowerner opened this issue Jun 1, 2021 · 0 comments · May be fixed by #366
Assignees

Comments

@jowerner
Copy link
Contributor

jowerner commented Jun 1, 2021

The result browser shows the HTML pages created by the various actions in a test scenario. If static content (images, CSS, JS) was loaded, the visual result is typically quite good.

However, during a load test static content is often not loaded so CSS styles are not available. Without styling, SVG elements on the page are scaled to take up the whole width of the page by default. If there are many SVG elements on the page, getting past them requires a lot of scrolling.

Screenshot_2021-06-01 TVisit - XLT Result Browser

It would be nice if we could scale SVG elements down to a certain size, say 20x20 or 32x32, by applying a height/width to all those elements. This could be done automatically, but also on request only, for example, by providing a "Shrink SVGs" button at the top of the page.

@xceptance-dan xceptance-dan self-assigned this Apr 6, 2023
@xceptance-dan xceptance-dan linked a pull request Apr 6, 2023 that will close this issue
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 a pull request may close this issue.

2 participants