Skip to content

getBBox() not updating in group's sub-elements after drag #277

@ghost

Description

Currently, dragging a group element will have it's getBBox()'s x and y fields updated. However, child elements of the group will have the original x and y coordinates of where it was drawn.

For example:

<g><rect></rect></g>

g's getBBox() will update the x and y on drag, and rect will not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions