From 464dac8d4a306718092f8ed36445cdb4e0819e28 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 15 Sep 2023 10:28:44 +0200 Subject: [PATCH] Remove outdated note on transparency --- crates/typst/src/geom/color.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/crates/typst/src/geom/color.rs b/crates/typst/src/geom/color.rs index 05565fef6..d3ced8e45 100644 --- a/crates/typst/src/geom/color.rs +++ b/crates/typst/src/geom/color.rs @@ -89,10 +89,6 @@ impl Color { /// /// The color is specified in the sRGB color space. /// - /// _Note:_ While you can specify transparent colors and Typst's preview will - /// render them correctly, the PDF export does not handle them properly at the - /// moment. This will be fixed in the future. - /// /// ```example /// #square(fill: rgb("#b1f2eb")) /// #square(fill: rgb(87, 127, 230))