Skip to content

Rendering optimization #224

Description

@noelwelsh

In some situations it's not necessary to calculate bounding boxes. For example, if the canvas has a fixed size then there's no need to calculate a bounding box for the entire Picture (though a bounding box may be needed to layout nested Pictures). Removing calculating the bounding box could speed up rendering.

Bounding boxes, and the conversion to the backend's specific representation, can be cached. This will be more useful when interactivity / animation is improved.

Activity

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

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