[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

RE: [XaraXtreme-dev] Debugging View::RenderOptimalView - request for assistance



> If you are getting no transparent stuff output during RenderSimpleView
> then there must be something wrong.  What it should do is render all
of
> the document from the bottom up to the top most complex object into a
> bitmap and then render all the on top, non-complex stuff normally.
E.g.
> where everything is non-complex then it just renders normally but if
you
> have one transparent object on the top then the whole document should
> render into a bitmap.

Sorry, this isn't actually true.  It renders all the simple objects at
the bottom normally, then renders all the objects from the first complex
one to the last complex one via a bitmap and then renders the on top
simple objects normally.

So, the case of a single transparent object on top will actually only
render the one object via the bitmap.  If you have one transparent
object on top and another at the bottom then it will render the whole
document via the bitmap.

Gerry