summaryrefslogtreecommitdiff
path: root/graphics/asymptote/GUI/configs/xasyconfig.cson
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/GUI/configs/xasyconfig.cson')
-rw-r--r--graphics/asymptote/GUI/configs/xasyconfig.cson17
1 files changed, 11 insertions, 6 deletions
diff --git a/graphics/asymptote/GUI/configs/xasyconfig.cson b/graphics/asymptote/GUI/configs/xasyconfig.cson
index 5f0c1abc17..98998a802d 100644
--- a/graphics/asymptote/GUI/configs/xasyconfig.cson
+++ b/graphics/asymptote/GUI/configs/xasyconfig.cson
@@ -1,13 +1,13 @@
# Default Options for xasy
-# External editor. $asypath will be replaced by the current file.
+# External editor. $asypath will be replaced by the current file.
externalEditor: "vi"
externalEditorArgs: ["$asypath"]
# Path to Asymptote executable
asyPath: "asy"
-# Overwrites the ASYMPTOTE_DIR Environment variable if set. Otherwise, leaves asymptote to decide.
+# Overwrites the ASYMPTOTE_DIR Environment variable if set. Otherwise, leaves asymptote to decide.
asyBaseLocation: null
# Show Debugging Information
@@ -16,21 +16,21 @@ showDebug: false
# Default Pen Options
defaultPenOptions: ""
-# Default Pen Color
+# Default Pen Color
defaultPenColor: "#000000"
-#
+#
defaultPenWidth: 0.5
useLegacyDrawMode: false
enableImmediatePreview: true
useDegrees: false
groupObjDefault: false
-#
+#
terminalFont: "Courier"
terminalFontSize: 9
-#
+#
defaultShowAxes: true
defaultShowGrid: false
defaultGridSnap: false
@@ -52,6 +52,11 @@ renderDensity: 2
minimumMagnification: 0.01
maximumMagnification: 100
+# SVG options
+# If null, use "rsvg-convert".
+# otherwise use the converter in the path
+rsvgConverterPath: null
+
# Debug Mode
debugMode: true