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

Shapes lose some style information #161

Closed
TwoWheelDev opened this issue Dec 9, 2014 · 0 comments · Fixed by #162
Closed

Shapes lose some style information #161

TwoWheelDev opened this issue Dec 9, 2014 · 0 comments · Fixed by #162

Comments

@TwoWheelDev
Copy link
Contributor

For the the following simple topology I have placed two shapes, one ellipse and one rectangle.

as_designed

The ellipse has been changed to be 100% transparent (alpha level 0) and the rectangle yellow with no border also dropped to the background layer.

{
    "name": "unsaved",
    "resources_type": "local",
    "topology": {
        "ellipses": [
            {
                "border_style": 2,
                "color": "#ffffff",
                "height": 200.0,
                "transparency": 0,
                "width": 200.0,
                "x": -222.0,
                "y": -109.0
            }
        ],
        "rectangles": [
            {
                "border_style": 0,
                "color": "#ffff00",
                "height": 100.0,
                "width": 200.0,
                "x": -75.0,
                "y": -50.0,
                "z": -1.0
            }
        ]
    },
    "type": "topology",
    "version": "1.2.1"
}

This is all saved correctly as can be seen in the topology file above, but when the file is opened again it loses some information.

reopened

In particular the transparency is lost on the ellipse and the recatangle regains its border.

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.

1 participant