gnash-dev
[Top][All Lists]
Advanced

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

[Gnash-dev] matrix transformations


From: Bastiaan Jacques
Subject: [Gnash-dev] matrix transformations
Date: Sun, 4 Nov 2007 21:42:40 +0100 (CET)

Hi Udo,

I noticed that, unlike the other renderers, the Agg renderer applies
matrix transforms to paths:

apply_matrix_to_path(def->get_paths(), paths, mat);

while other renderers generally set `mat' as the current translation
matrix and let the underlying library (cairo, opengl) worry about the
actual transformations.

So I'm wondering why the Agg implementation goes by that route; can you
shed some light on that design choice?

Thanks!

Bastiaan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]