diff options
| author | bobzel <zzzman@gmail.com> | 2023-10-31 12:21:30 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-10-31 12:21:30 -0400 |
| commit | a091c6142db5c1da94807abf14e78ed69e62f794 (patch) | |
| tree | fa3142b113f9d72af6630461d3743487184f7675 /src/client/views/InkingStroke.tsx | |
| parent | 8a6ed7624fa1eb8b0b38a51e3f77af159c7cb09f (diff) | |
fixed groups to use actual document boundaries for ink or link lines, instead of boundingbox. fixed doc title css. started to make link lines more compatible with ink.
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 d619f5123..c3a6b1607 100644 --- a/src/client/views/InkingStroke.tsx +++ b/src/client/views/InkingStroke.tsx @@ -372,7 +372,6 @@ export class InkingStroke extends ViewBoxBaseComponent<FieldViewProps>() { } render() { TraceMobx(); - if (!this.rootDoc._layout_isSvg) setTimeout(action(() => (this.rootDoc._layout_isSvg = true))); const { inkData, inkStrokeWidth, inkLeft, inkTop, inkScaleX, inkScaleY, inkWidth, inkHeight } = this.inkScaledData(); const startMarker = StrCast(this.layoutDoc.stroke_startMarker); |
