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))