From 673a546066aed704d7087740a4190a023a7c9220 Mon Sep 17 00:00:00 2001 From: Michael Schwarz Date: Sun, 17 Jan 2016 13:31:08 +0100 Subject: Clarification regarding different point definitions. --- support/inkscape/effect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/inkscape/effect.py') diff --git a/support/inkscape/effect.py b/support/inkscape/effect.py index 7d95193..6acabfb 100644 --- a/support/inkscape/effect.py +++ b/support/inkscape/effect.py @@ -163,7 +163,7 @@ class ExportEffect(inkex.Effect): def write_line(format, *args): print >> file, format.format(*args) + ';' - # Scales pixels to points. Asymptote uses points by default. + # Scales pixels to points. Asymptote uses PostScript points (1 / 72 inch) by default. unit_factor = self._unit_factors['pt'] paths_by_layer = collections.defaultdict(list) -- cgit