Skip to content

Display rect incorrectly positioned and controls hidden behind loaded SVG #118

@nuvious

Description

@nuvious

PR to follow! This is an issue with a proposed solution incoming!

When loading an SVG, the exterior bounding box renders over the controls, sometimes making the start button unusable as well as other controls:

image

This seems to be a minor typo where the fullRect's y value was being assigned the x value of the svg. After correcting the css needed a minor adjustment to move the rectangle below the controls.

When testing locally after the above fix I also observed the below where the configuration would render below the svg, making some buttons and values inaccessible if the SVG was already fairly packed. I also observed this on the official demo:

image

However, this was corrected in the local environment by moving the controls div below the select div:

image

PR to follow with my proposed changes. Direction on correcting my changes welcome as I'm not primarily a javascript/html/css developer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions