-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reworked backend to work with both RTrees and flattend DUALTrees
- Loading branch information
1 parent
ec4f86b
commit c95f285
Showing
1 changed file
with
13 additions
and
25 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
c95f285
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes wont break the old backends that rely on
withStyle
and prim list. And at the same time will also accommodate backends that use the newRTree
structure. I'ts probably not the solution we want for the long term, but will allow us a gradual transition to exposing tree structures to the backends. The default instance ofwithStyle
's sole purpose is so that backends that don't use the default implementation ofrenderData
don't have to implement it.c95f285
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it!