Removed some unused imports in the scripts copied from the Inkscape distribution.
This commit is contained in:
parent
c74efa59dc
commit
dde79ab4b2
3 changed files with 2 additions and 248 deletions
|
|
@ -21,8 +21,8 @@ barraud@math.univ-lille1.fr
|
|||
This code defines several functions to make handling of transform
|
||||
attribute easier.
|
||||
'''
|
||||
import inkex, cubicsuperpath, bezmisc, simplestyle
|
||||
import copy, math, re
|
||||
import inkex, cubicsuperpath
|
||||
import math, re
|
||||
|
||||
def parseTransform(transf,mat=[[1.0, 0.0, 0.0], [0.0, 1.0, 0.0]]):
|
||||
if transf=="" or transf==None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue