22 Jan
2008
22 Jan
'08
9:39 p.m.
On Tue, 22 Jan 2008 18:13:04 -0200, "Felipe Sanches" <felipe.sanches@...400...> wrote:
The reason why the renderer still does not work for svg elements is because I don't know how to get the NRPixBlock from an element given its id attribute. Maybe somebody here could help me on this?
There isn't "a" NRPixBlock associated with an id; you will need to create an arena/arenaitem "from above" in the SPObject layer and associate it with the filter element object to use for rendering to your own filter pixblock.
Conversely, it is not a good idea to "reach up" into the SPObject layer from the rendering layer if you can help it; if we ever want to multithread the renderer, we must eliminate such facade-breaking.
-mental