Clarification regarding different point definitions.

This commit is contained in:
Michael Schwarz 2016-01-17 13:31:08 +01:00
parent 0a746f9df2
commit 673a546066

View file

@ -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)