pub fn difference_d(
subjects: &PathsD,
clips: &PathsD,
fill_rule: FillRule,
precision: i32,
) -> PathsDExpand description
Compute the difference of subjects minus clips (PathsD). Direct port from clipper.h Difference (PathsD overload).