Commit Graph

8 Commits

Author SHA1 Message Date
Jeff Avallone
91ab1dbd05 Adding VerticalLayout rendering component 2019-01-30 18:12:23 -05:00
Jeff Avallone
67ca83ff16 Updating demos 2019-01-29 17:48:14 -05:00
Jeff Avallone
9d7da52ee3 Adding Pin rendering component 2019-01-28 18:35:55 -05:00
Jeff Avallone
4e27c4ef87 Adding HorizontalLayout 2019-01-28 18:27:40 -05:00
Jeff Avallone
fe714f2363 Adding Box rendering component 2019-01-27 11:14:30 -05:00
Jeff Avallone
b299d32fc3 Adding a layout pass to SVG image components
text nodes are the only elements that need to be "measured". The
dimensions of all other image components can be determined based on the
dimensions of their children. This adds a pre-rendering pass to work out
dimensions so multiple renders don't need to happen
2019-01-26 17:25:38 -05:00
Jeff Avallone
21c392752e Stubbing out parsing and starting on rendering flow 2019-01-26 16:46:49 -05:00
Jeff Avallone
5de72ffb97 Loading syntax-specific rendering module
Still mocked out for testing
2019-01-13 11:44:57 -05:00