mirror of
https://github.com/typst/typst
synced 2025-06-08 13:16:24 +08:00
Set no device CS to true
This commit is contained in:
parent
24087db62f
commit
ad19f7c584
@ -142,7 +142,7 @@ impl GlobalContext {
|
||||
pub fn pdf(typst_document: &PagedDocument) -> Vec<u8> {
|
||||
let settings = SerializeSettings {
|
||||
compress_content_streams: true,
|
||||
no_device_cs: false,
|
||||
no_device_cs: true,
|
||||
ascii_compatible: false,
|
||||
xmp_metadata: true,
|
||||
cmyk_profile: None,
|
||||
|
Loading…
x
Reference in New Issue
Block a user