void clip(Context context, PdfPoint size) { context.canvas ..saveContext() ..drawBox(gridBox) ..clipPath(); }