Graphic editor opensource project example on c++ underlying composite pattern
- by G-71
Can you tell me when I can see a some opensource project (only project on C++ language), which is simple graphic editor, ?ontaining following primitive (for example): an ellipse, a rectangle, a line. And desirable, that to be able to group this primitive in one primitive (for example, Word Grouping - Group).
Composite pattern use is desirable in…