fix animations for pyplot
This commit is contained in:
parent
dcabb2c579
commit
c399092261
@ -273,6 +273,8 @@ function py_bbox(obj)
|
|||||||
BoundingBox(l*px, (ft-t)*px, (r-l)*px, (t-b)*px)
|
BoundingBox(l*px, (ft-t)*px, (r-l)*px, (t-b)*px)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
py_bbox(::Nothing) = BoundingBox(0mm, 0mm)
|
||||||
|
|
||||||
# get the bounding box of the union of the objects
|
# get the bounding box of the union of the objects
|
||||||
function py_bbox(v::AVec)
|
function py_bbox(v::AVec)
|
||||||
bbox_union = defaultbox
|
bbox_union = defaultbox
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user