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): |