You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sites/docs/docs/tutorial/extension/snapshot.en.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ The export method supports the `toImageOptions` parameter with the following con
70
70
- During export, the canvas will automatically handle wide canvas situations, adding safety factors and extra margins
71
71
- During export, silent mode will be automatically enabled, disabling canvas interaction
72
72
- Automatically converts relative path images in SVG to Base64 encoding <Badgetype="warning">2.0.14 New</Badge>
73
-
- When the image exceeds the browser's canvas limit, it will automatically scale the image size to ensure successful export, but it will affect image clarity
73
+
- When the image exceeds the browser's canvas limit, it will automatically scale the image size proportionally to ensure successful export, but it will affect image clarity
74
74
- You can fine-tune wide canvas behavior via `safetyFactor` and `safetyMargin` to avoid element cropping
75
75
- If `partial` is not explicitly provided, it defaults to the current canvas partial rendering state; during export, the rendering mode may be temporarily switched and will be restored afterward
76
76
- Anchors and rotate controls are automatically removed during export to prevent auxiliary elements from appearing in the image
0 commit comments