SmtC: Show me the Code
Ole Peter Smith
Instituto de Matemática e Estatística
Universidade Federal de Goiás
http://www.olesmith.com.br

SVG
A seriedade dos acontecimentos da minha época.
Me enche de esperança.
Karl Marx

Escrever Código SVG para Arquivo

Python Listing: ../../Code/SVG.py.
    def SVG_2_File(self,fname,svg):
        text=File_Read(self.Header)
        text=text+[ self.SVG_Start() ]
        text=text+svg
        text=text+[ self.SVG_End() ]
        
        File_Write(fname,text,True)


Output from: /usr/bin/python ../../Code/SVG.py
Messages:
0 secs.