-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- `cachedBoundingBoxImpl` just uses `opts.useCache` directly - Edge point functions, like `edge.controlPoints()` always return `undefined` if the edge doesn't take up space (e.g. `display:none`) - `ele.restore()` precedes bypass application when adding a new element with a bypass - Recalculating the rendered style in the renderer: The rendered style is considered dirty (implicitly) for bundled bezier edges if another edge in the bundle is dirty - The style triggers are cleaned up. Two new behaviours can be fully specified in the style properties, rather than using flags as before. They are `triggersBoundsOfConnectedEdges` and `triggersBoundsOfParallelEdges`. `triggersBoundsOfParallelEdges` needs a reference to the element for `display`, which is probably why it was a flag before. In any case, separating it out makes it more readable and fixes the new renderer test cases.
- Loading branch information
Showing
7 changed files
with
83 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters