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
Currently, to change something like keepMargins (normally set by a command-line option), you need to change a global Drawing.keepMargins. Instead, we should be passing around a settings object with keys like keepMargins, so that it's easier to use in API mode (e.g. in GUI with multiple tabs each with different settings).
The text was updated successfully, but these errors were encountered:
Currently, to change something like
keepMargins
(normally set by a command-line option), you need to change a globalDrawing.keepMargins
. Instead, we should be passing around asettings
object with keys likekeepMargins
, so that it's easier to use in API mode (e.g. in GUI with multiple tabs each with different settings).The text was updated successfully, but these errors were encountered: