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

Fixed template instance size and position overrides #311

Merged
merged 1 commit into from
Sep 3, 2024

Commits on Sep 3, 2024

  1. Fixed template instance size and position overrides

    Template instances of rectangle, ellipse and text objects can override
    the width and height of the template object. This is now taken into
    account when reading out the attributes and when inheriting the shape
    from the template.
    
    Template instances of point objects are now also correctly storing the
    instance position in the Point shape, instead of the position of the
    template object.
    
    Added a small test for the resized templated object case.
    
    Closes #310
    bjorn committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    1eaf05b View commit details
    Browse the repository at this point in the history