23 Sep
                
                    2004
                
            
            
                23 Sep
                
                '04
                
            
            
            
        
    
                6:05 p.m.
            
        I had a problem with 3.6 segfaulting. Some inappropriate thing they are doing with C++ I think. You might look at the file. Does it make sense? I tried to make it clean and readable.
The file looks fine. I'm not asking you to fix povray, of course :) I'm just surprised that it's so easy to crash...
I was thinking about colors last night. How would I get the colors from an SPShape?
SPStyle *style = SP_OBJECT_STYLE(shape); if (style && (style->fill.type == SP_PAINT_TYPE_COLOR)) { SPColor *color = style->fill.value.color; // see color.h for how to parse SPColor }
(untested)