From e1f29d6cb9437a4afb2e4fc4ee10a5b8717ab9fa Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 22 Feb 2022 14:31:09 +0100 Subject: Rework the core context --- src/export/pdf.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/export') diff --git a/src/export/pdf.rs b/src/export/pdf.rs index 18bb5385..b39f47ea 100644 --- a/src/export/pdf.rs +++ b/src/export/pdf.rs @@ -33,7 +33,7 @@ pub fn pdf(ctx: &Context, frames: &[Arc]) -> Vec { } /// Identifies the sRGB color space definition. -pub const SRGB: Name<'static> = Name(b"sRGB"); +const SRGB: Name<'static> = Name(b"sRGB"); /// An exporter for a whole PDF document. struct PdfExporter<'a> { -- cgit v1.2.3