We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For the the following simple topology I have placed two shapes, one ellipse and one rectangle.
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.
In particular the transparency is lost on the ellipse and the recatangle regains its border.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
For the the following simple topology I have placed two shapes, one ellipse and one rectangle.
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.
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.
In particular the transparency is lost on the ellipse and the recatangle regains its border.
The text was updated successfully, but these errors were encountered: