aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-08-24 15:10:48 -0400
committerbobzel <zzzman@gmail.com>2021-08-24 15:10:48 -0400
commite221001a24e8615aa6113dd3f25b8c6e10c74999 (patch)
tree66f5c7f5cc9975d24afda69ed97166c03696d5f0 /src/client/documents/Documents.ts
parent66dd6788fbf46cd827d80eb97810e4d2af24eb26 (diff)
fixed pdf mixBlendMode for sem transparent annos. changed ink to have no backgound by default - transparent backgroudn will make trokes mixBlend as multiply
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index f8e9e8702..a579fad4d 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -694,7 +694,6 @@ export namespace Docs {
I.title = "ink";
I.x = options.x;
I.y = options.y;
- I._backgroundColor = "transparent";
I._width = options._width as number;
I._height = options._height as number;
I._fontFamily = "cursive";