Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Drawing Layer: Order of Elements #1338

Description

@danielsteinkogler

Newly drawn shapes should always be on top; currently, rectangles, for example, are drawn below ellipses.

To achieve this the order of the shapes in the html has to be changes. Currently first all bezier lines are drawn, then all free lines aso.
This should be changed that it is iterated over all shapes and inside the loop we have to check the type of the shape and render the correct shape.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions