Bump version to 4.3-4
[LibreOffice.git] / svx / README
blobe78bb84f6bc2b004d13b96b7704951246aa5512f
1 Contains graphics related helper code. Lots of the draw and impress code is in this shared library.
3 xoutdev
4 this is where a lot of wht work would happen to move to the canvas. (what does that mean?)
6 svdraw
7 transparent gradient stuff.
9 Drawing Layer Object diagram:
11 .------- Model ------------.     .------- View -----------------------------------------.
12 | SdrObject - ViewContact  | 1.* | ViewObjectContact        1.*                         |
13 |              getChild()  |-----|    getPrimitiveList()  -----> Object(s) ---> SdrView |
14 |              getVOC()    |     |    getRecPrimitiveList()      Contact                |
15 |              getViewIn...|     |___________|__________________________________________|
16 | dependentPrimitiveList() |                 |
17 |_________________________ |              generates      ______
18                                              |          /      |
19                                    .----------------------.    |
20                                    | basePrimitive        |    |
21                                    |   getRange()         |----`
22                                    |   getDecomposition() |
23                                    |______________________|