4 Feb
2008
4 Feb
'08
11:42 p.m.
Alexandre Prokoudine wrote:
Hi,
We seem to have a simpletransform.py extension that isn't installed by default (bug 187838) and has no accompanying .inx. Is it of any use? Why do we have it at all?
Alexandre
grep simpletransform inkscape/share/extensions/*
Makefile.am: simpletransform.py \ Makefile.in: simpletransform.py \ pathalongpath.py:import pathmodifier,simpletransform pathalongpath.py: bbox=simpletransform.computeBBox(self.patterns.values()) pathmodifier.py:from simpletransform import *
It is used by pathalongpath.py
Regards
Popolon