-
-
Notifications
You must be signed in to change notification settings - Fork 181
[BUG] Inconsistent SVG size #87
Copy link
Copy link
Closed
Labels
Little workThis task takes little time to complete. (ETA couple of days)This task takes little time to complete. (ETA couple of days)bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Metadata
Metadata
Assignees
Labels
Little workThis task takes little time to complete. (ETA couple of days)This task takes little time to complete. (ETA couple of days)bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Describe the bug
The
svgimage returned from the server is of a static size700x300which makes it difficult to align properly with the content since the extra space is filled withtransparentbackground, which makes that space unusable.To Reproduce
Steps to reproduce the behavior:
Expected behavior
svgsize is expected to be the same as the necessary content.Screenshots
