diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-09-15 10:28:44 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-09-15 10:28:44 +0200 |
| commit | 464dac8d4a306718092f8ed36445cdb4e0819e28 (patch) | |
| tree | 9f727642afb88def61b5eff0ac1d335bdca449e6 | |
| parent | 11a34973990ff6b6ff66a74ccc5b0be09f515afe (diff) | |
Remove outdated note on transparency
| -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)) |
