Module draw
source linkFunctions
▶ def draw_bitmap(xml, x, y, width, height, mime, data, rotation=None, extra_args=None) ▶ def draw_ellipse(xml, rect: Rect, rotation=None, **kwargs) ▶ def draw_rect(xml, rect: Rect, rx=None, ry=None, rotation=None, **kwargs) ▶ def draw_text(xml, x, y, parsed_text, style, styles, id=None, id_index=None, transform=None) ▷ def set_paint_style(xml, color=None, bg_color=None, stroke_width=None, stroke_dasharray=None)