Re: [Fresco-devel] What is a graphic?

Stefan Seefeld <[email protected]> Wed, 21 Jan 2004 08:58:41 -0500
Newsgroups gmane.comp.video.fresco.devel
Message-ID <[email protected]>
Ben Bucksch wrote:
> Tobias Hunger wrote:
> 
>> So to me a HTML-Renderer would be some client library, that creates 
>> lots of
>> small graphics in the server underneath some root graphic the client
>> developer chooses.
>>  
>>
> More or less. Just that the choice of the root graphic is done by doing 
> root_graphic->append_graphic(html_renderer_view), not 
> create_html_renderer(root_graphic, ...) (see below). And that the 
> "library" may live anywhere, not necessarily in the client.

I still don't understand why you are trying to blur the distinction
between model and view. Of course you can lump everything into a single
class, but I think it's beneficial for clarity and flexibility to keep
these things separate.

Regards,
		Stefan