jan_flanders

Untitled

Dec 21st, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. let begin_fill ctx c a =
  2.     SRStyleChange {
  3.         scsr_move = None;
  4.         scsr_fs0 = None;
  5.         scsr_fs1 = Some(a);
  6.         scsr_ls = None; (* CHECK *)
  7.         scsr_new_styles = None;
  8.     }
Advertisement
Add Comment
Please, Sign In to add comment