 
            
            
            
            
                3 Oct
                
                    2009
                
            
            
                3 Oct
                
                '09
                
            
            
            
        
    
                3:35 p.m.
            
        Hi all,
Attached is a patch to fix reading of rare svg strings. This fixes one of the cxxtests, and also helps for the basic/markers.svg testfile in the testsuite.
"M 1,2 ... z L 1,1" is now correctly interpreted as "M 1,2 ... z M 1,2 L 1,1", instead of ignoring the 2nd path.
Ciao, Johan