Lines Matching refs:this_style
393 this_style = simplestyle.parseStyle(node.get("style", ""))
398 if key in this_style.keys():
399 remaining_style[key] = this_style[key]
400 del this_style[key]
404 parent_style_copy.update(this_style)
405 this_style = parent_style_copy
411 this_style[attrib] = node.get(attrib)
431 propagate_attribs(c, this_style, this_transform)
435 # Merge remaining_style into this_style
436 this_style.update(remaining_style)
439 node.set("style", simplestyle.formatStyle(this_style))