From 157aff3575e05946317098493519bb770b328972 Mon Sep 17 00:00:00 2001 From: Kurt Date: Thu, 18 Aug 2016 11:53:32 -0400 Subject: Allow default compression mode to be set. Go 1.7 introduces a new compression/flate routine that results in different compressed streams than before. Consequently, PDFs generated with go 1.7 are not generally binary-equivalent with those generated with previous versions. Turning off compression for test files removes this variability. However, it does not help with PDFs that contain images. For now, those reference PDFs have been removed to allow tests to proceed. --- pdf/reference/Fpdf_SVGBasicWrite.pdf | Bin 7375 -> 14200 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'pdf/reference/Fpdf_SVGBasicWrite.pdf') diff --git a/pdf/reference/Fpdf_SVGBasicWrite.pdf b/pdf/reference/Fpdf_SVGBasicWrite.pdf index bdefa65..bc05a2b 100644 Binary files a/pdf/reference/Fpdf_SVGBasicWrite.pdf and b/pdf/reference/Fpdf_SVGBasicWrite.pdf differ -- cgit v1.2.1-24-ge1ad