diff options
| -rw-r--r-- | crates/typst/src/geom/color.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/typst/src/geom/color.rs b/crates/typst/src/geom/color.rs index 05565fef..d3ced8e4 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)) |
