
16 Mar
2007
16 Mar
'07
5:39 p.m.
Vladimir Prus wrote:
I think design is crucial here: we would want something extensible I guess. So how about a "mini DOM" for vector graphics:
class vector_drawing; // does this need template params??
Such as:
http://doc.trolltech.com/4.2/qgraphicsscene.html
with vector_drawing supporting simple drawn lines, text output etc.
Such as:
http://doc.trolltech.com/4.2/qgraphicslineitem.html http://doc.trolltech.com/4.2/qgraphicssimpletextitem.html
?
Similar yes, but that's tailored towards GUI display, and I was looking for something that's closer to SVG. However, the more I look into SVG the more I wonder whether a project such as this is actually achieveable :-( John.