You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any time a draw method is called it should add to a list for that block rectangle coordinates. From that list we can calculate the actual outer extents plus the block rounded extents which will be needed to implement circuits so symbols don't overlap.
The text was updated successfully, but these errors were encountered:
Can probably move the logic from add_rectangle elsewhere to support calculating the raw extents from as list of points as this basically does the same thing.
Calling this bounds now, and refactoring with this in mind. Going to be integral to each entity type and Groups will return bounds taking into account their children.
Found that this is blocking SVG and PNG import so moving up in priority. Approximate arc bounds as circles for now so we can get SVG and PNG done. Fix it properly later.
Any time a draw method is called it should add to a list for that block rectangle coordinates. From that list we can calculate the actual outer extents plus the block rounded extents which will be needed to implement circuits so symbols don't overlap.
The text was updated successfully, but these errors were encountered: