<div dir="ltr"><div><div><div><div>Hi everyone!</div></div></div><div><br></div><div>I decided with my mentor to change scope of my project to importing SmartArts.<br></div><div>At the beginning I spent a lot of time studying existing code and format specification. Unfortunately there is not much materials and OOXML documentation is very formal and hard to read.<br><br></div><div>There is already a good starting point. Current code builds tree of 'atoms' that represent nodes in layout document. Next 'visitors' traverse the tree executing specific actions (such as creating shape or laying out shape's children). It's called visitor pattern.<br></div><div><br></div><div>Beside that I fixed one issue that prevented laying out shapes and now they are displayed in fixed positions.<br></div><div>Currently I'm working on layout algorithm that applies suitable size and position to each shape basing on diagram dimensions and constraints.<br></div><div><br></div>Regards,<br></div>Grzegorz Araminowicz</div>