structure: remove tree links
This commit is contained in:
parent
29750ce192
commit
25fce7a95a
@ -64,13 +64,12 @@ class Box(Element, Drawable):
|
||||
points = []
|
||||
|
||||
class SRef(Element):
|
||||
Position = None
|
||||
Structure = ""
|
||||
position = (0,0)
|
||||
structure = ""
|
||||
|
||||
transformation = Transformation()
|
||||
|
||||
# tree
|
||||
Parent = None
|
||||
Children = []
|
||||
parent = None
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user