diff options
| author | bobzel <zzzman@gmail.com> | 2021-01-11 13:10:11 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-01-11 13:10:11 -0500 |
| commit | c82583f1b3f435f52521da2d45f3d65833aada0b (patch) | |
| tree | 2dda95c80e456c06cd3674cbe55300b049fd8237 /src/client/views/InkingStroke.tsx | |
| parent | 6c1857193aa51ccfec081aaa4372de164e152355 (diff) | |
| parent | ff7df91f8502e3753e28d742ef8b5dd2ff33c801 (diff) | |
Merge branch 'master' into ink_edits
Diffstat (limited to 'src/client/views/InkingStroke.tsx')
| -rw-r--r-- | src/client/views/InkingStroke.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/InkingStroke.tsx b/src/client/views/InkingStroke.tsx index 286e73e23..8df7f7eef 100644 --- a/src/client/views/InkingStroke.tsx +++ b/src/client/views/InkingStroke.tsx @@ -35,7 +35,6 @@ export class InkingStroke extends ViewBoxBaseComponent<FieldViewProps, InkDocume } private makeMask = () => { - this.props.Document._backgroundColor = "rgba(0,0,0,0.7)"; this.props.Document.mixBlendMode = "hard-light"; this.props.Document.color = "#9b9b9bff"; //this.props.Document._stayInCollection = true; |
