Sourcetype line_join = | Join_miter| Join_round| Join_bevel
Sourcetype line_cap = | Cap_butt| Cap_round| Cap_square
Sourcetype fill_rule = | Fillrule_nonzero| Fillrule_evenodd
Sourcetype spread = | Spread_pad| Spread_reflect| Spread_repeat
Sourcetype text_anchor = | Anchor_left| Anchor_center| Anchor_right
Sourcetype text_style = | Text_normal| Text_italic| Text_oblique
Sourcetype stroke_align = | Stroke_align_center| Stroke_align_inner| Stroke_align_outer
Sourcetype box = {minx : float;miny : float;maxx : float;maxy : float;
} Sourcetype point = {x : float;y : float;
} Sourcetype shape_payload = | Shape_paths of path list| Shape_text of text
Sourcetype image = {width : float;height : float;viewXform : float array;shapes : shape list;
} Sourcetype units = | Px| Pt| Pc| Mm| Cm| In