/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/Model/load.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/Model/load.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2104 by bh, Fri Mar 12 12:19:15 2004 UTC revision 2375 by jan, Sun Oct 3 21:05:30 2004 UTC
# Line 554  class SessionLoader(XMLReader): Line 554  class SessionLoader(XMLReader):
554              parse_color(attrs.get((None, 'stroke'), "None")))              parse_color(attrs.get((None, 'stroke'), "None")))
555          self.cl_prop.SetLineWidth(          self.cl_prop.SetLineWidth(
556              int(attrs.get((None, 'stroke_width'), "0")))              int(attrs.get((None, 'stroke_width'), "0")))
557            self.cl_prop.SetSize(int(attrs.get((None, 'size'), "5")))
558          self.cl_prop.SetFill(parse_color(attrs.get((None, 'fill'), "None")))          self.cl_prop.SetFill(parse_color(attrs.get((None, 'fill'), "None")))
559    
560      def end_cldata(self, name, qname):      def end_cldata(self, name, qname):

Legend:
Removed from v.2104  
changed lines
  Added in v.2375

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26