Parent Directory
|
Revision Log
|
Patch
revision 754 by jonathan, Fri Apr 25 14:48:15 2003 UTC | revision 773 by jonathan, Tue Apr 29 14:34:23 2003 UTC | |
---|---|---|
# | Line 233 class SessionSaver(XMLWriter): | Line 233 class SessionSaver(XMLWriter): |
233 | attrs["stroke"] = lc.GetDefaultLineColor().hex() | attrs["stroke"] = lc.GetDefaultLineColor().hex() |
234 | attrs["stroke_width"] = str(lc.GetDefaultLineWidth()) | attrs["stroke_width"] = str(lc.GetDefaultLineWidth()) |
235 | attrs["fill"] = lc.GetDefaultFill().hex() | attrs["fill"] = lc.GetDefaultFill().hex() |
236 | attrs["visible"] = ("false", "true")[int(layer.Visible())] | |
237 | ||
238 | self.open_element("layer", attrs) | self.open_element("layer", attrs) |
239 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |